05-12-2008 07:13 PM - edited 05-12-2008 07:14 PM
05-12-2008 07:44 PM
You are right, you cannot communicate using the serial port if Hyperterminal is already using it.
Also whatever you "see" using Hyperterminal, you will also see when running Labview to communicate with the serial port.
RayR
05-12-2008 07:51 PM
05-12-2008 08:09 PM
Hi zhoa.lin,
Yes, after you use Serial Write to send a command, you have to use Serial Read to read anything that is being returned. You should use "Bytes At Serial Port" to find out how many bytes to read. And use a string indicator to show what was read.
Remember to close (or hang up) Hyperterminal before running LabVIEW's serial communication.
RayR
07-08-2010 02:08 PM
Communicating through serial, courtesy of LV