01-16-2008 08:16 AM
Hardware handshaking (which I have rarely seen actually used) could be causing it.
Be sure to set the flow control enum that goes into your serial config function to rts/cts or dts/dsr. Actually check all of those settings. I see coercion dots where they go into the serial config VI. The controls look like U16 text rings. If I delete the wires and create constants from the config VI, they show up as U16 enums. The enum for the flow control input actually has many more settings than your text ring control.
You can programmatically set and read the state of the flow control lines through a property node of the VISA control. They are under serial settings then Modem line settings in the VISA property node functions. I don't know whether that would be necessary or not in your program. Maybe just setting the flow control state at the beginning of the program will work.
01-16-2008 11:04 AM
01-21-2008 06:23 AM
01-22-2008 05:47 PM
Hi Lorenzo,
The following KnowledgeBase document may help you set the baud rate:
How Do I Set the Baud Rate in LabVIEW to Match the Baud Rate in Measurement & Automation Explorer?
I hope this helps!
Regards,
Rima