Hi,
You can get some entry point information on serial communication at the serial support site:
http://www.ni.com/support/serlsupp.htm
Here are some useful links:
Serial Communication Starting PointLoopback Test for Serial Port
Adding Termination Characters to a String for Serial Communication in LabVIEWWe recommend
using VISA for serial communication, since it makes your VI easily protable to other buses if needed. Serial communication using VISA is very simple. Just set the port configuration using the VISA initialize VI and then Read and write using the VISA VIs.
The data used by the VISA VIs is typed as string. This doesn't mean that the serial or VISA VIs are limited to sending visible ASCII characters. You can use the different display modes or the Binary array to string VI to send binary data.
Hope this helps.
DiegoF
National Instruments.