11-28-2005 12:53 PM
11-29-2005 08:34 AM
Hi pdawsey:
Serial communication in LabVIEW is always done using VISA. I have attached a basic VISA program to get you started.
What do you mean by "send and receive information in real time"? Are you using LabVIEW RT?
Regards,
Emilie S.
11-29-2005 09:25 AM
11-29-2005 09:25 AM
11-29-2005 09:43 AM
11-29-2005 03:04 PM
11-29-2005 03:25 PM
If you have Hyperterminal open, then LabVIEW cannot use the serial port. If you open LabVIEW first, then Hyperterminal can't communicate. That's an OS limitiation.
Thanks for the serial VI but I already have the shipping example. What would really help is to see what you're actually sending. You do this by typing in your command in the "string to write" box and setting all the com port parameters. Then, go to the operate menu and select Make Current Values Default. Save the VI and re-post it.
01-07-2006 12:41 PM
01-09-2006 02:49 PM
Hi emmas,
LabVIEW ships with example VIs for both bluetooth and serial communication. You can find these using the NI Example Finder. Just select "Find Examples..." in LabVIEW, and search for "serial" or "bluetooth". Programming both serial and bluetooth applications in LabVIEW is pretty straight forward.
02-28-2006 08:49 PM
I am dealing with the same challenge as you all are. I have purchased the eb500 module from parallax and I am currently trying to communicate through the com port just as hyperlink does. Have you all made any progress since you last posted you problem? Any help you can provide in this regard is greatly appreciated.