05-26-2021 07:42 AM
I am attempting to interface with the Seeeduino XIAO, and am unable to upload LINX firmware to the development board. Using the LINX Firmware Wizard, Seeed Studios is not listed in the device family. Has anyone successfully interfaced with the XIAO using an alternate method?
Thanks
05-26-2021 09:20 AM
Hi nick,
@nick.pulver wrote:
Has anyone successfully interfaced with the XIAO using an alternate method?
Does that board supply the same virtual COM port as other Arduinos?
Then you can implement your own code for that board and use VISA functions in LabVIEW to communicate with your Arduino clone…
05-26-2021 09:43 AM - edited 05-26-2021 09:45 AM
@nick.pulver wrote:
I am attempting to interface with the Seeeduino XIAO, and am unable to upload LINX firmware to the development board. Using the LINX Firmware Wizard, Seeed Studios is not listed in the device family. Has anyone successfully interfaced with the XIAO using an alternate method?
Thanks
The XIAO uses a SAMD21 Cortex M0+, I believe only Atmel based Arduino devices are supported in LINX firmware.
So I doubt LINX is ever going to install on that device.
But as GerdW said you can always write your XIAO code in the Arduino IDE and "talk to it' using LabVIEW and VISA just like any other instrument connected through a (virtual) serial port.