10-24-2013 06:50 PM
Hi,
I am a beginner in using both Arduino and LabVIEW, and my senior design group and I are trying to send wireless HC-SR04 data from one Xbee and Arduino to another Xbee and Arduino. So far, we were able to establish a connection with both Xbee's and both Arduino's. We were also able to pass serial information from one side to another. The problem now is how can we implement a function that is similar to the "SoftwareSerial" function in Arduino using LVIFA?
Thank you so much for all your help!
10-25-2013 12:30 PM
You simply need to add a custom function into the LIFA structure that uses the Serial functions. I generally do this by duplicating an existing one and making sure that it works so you can rule out the basic structure of the function. Then, you modify it to use your new code.