12-09-2008 12:14 PM
Hello,
I have a device with only one way to communicate - via serial over USB. With Hyperterminal it works as expected, but none of serial examples which come with LV gets any responce. When highlighting execution, Write function returns no error (but apparently sends nothing - no visible reaction from the device), and then Read function receives nothing (delay is more then sufficient, judging by experience with Hyperterminal).
Would be grateful for any useful suggestion.
Thanks.
Solved! Go to Solution.
12-09-2008 01:37 PM
12-09-2008 05:34 PM
Indeed they were included; as example itself offers to send "*IDN?\r\n", \r\n were taken straight from there.
12-09-2008 09:27 PM
You turned out to be right neverthless; one of the examples has string displayed in backslash mode and two others in normal mode; as I didn't suspect them to differ, I entered "\r\n" in those which had it in normal mode and they didn't send CR,LF. And I unfortunately concentrated on them and not on the one suggesting null modem - the one with backslash mode. That one was working, but I overlooked that.
Thanks a lot. This thread should rather be renamed "LV examples work..." ...