07-02-2019 12:18 AM
We are facing issues when transferring Integer values from Labview to Arduino via VISA over a serial interface. The values being sent are real-time. How to read values simultaneously in the arduino code.
07-02-2019 01:06 AM
07-08-2019 07:46 AM
In addition, what is the format of the data you are sending? You need to make sure you are using the same format on the Arduino side. If you can share some code, that would help us help you.