I have written an Arduino code that has a float serial output. I am trying to send this float variable from Arduino to LabVIEW using LINX for some algorithm calculation. Would appreciate help on using LabVIEW LINX to read the serial output from the Arduino.
I have tried using the visa read block but whenever i try to join the visa read block with the LINX open serial block, there is an error due to LINX resource not being able to link to visa resource.
Is there an alternative for Visa Read block for LINX?