03-11-2019 10:45 AM
Hello,
Is there a mistake in my program? my read buffer did not show up. i attached my VI file for reference. I dont know what to do anymore. i use arduino uno with HC-SR04. Thank you!!!
Solved! Go to Solution.
03-11-2019 12:07 PM
How much data is your Arduino sending? At least 100 Chars within 10 seconds default time out I hope.
And did you specify an end character the default is LF (ASCII 10 decimal).
So if you used println it should work anyhow.
Or you have swapped the send and receive line of the rs232 connection?
03-11-2019 12:59 PM
Im sorry, im newbie in labview.
i did not specify an end character.
how do i swap the send and receive line of the rs232 connection?
Herewith i attached my arduino code hopefully can help in any way.
03-11-2019 01:08 PM
thank you!!!!
its done after i check everything u ask me..
thanks for your help!!!
03-11-2019 01:52 PM