LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how can i delay the line and charactor rate of my serial port transmision?

In hyperterminal I can pick the line and charactor rate , but I can't seem to slow down the rate when using the serial port by itself.
Download All
0 Kudos
Message 1 of 2
(2,878 Views)
There's nothing built into the VISA or old serial functions but it's pretty simple to program yourself. Here's a VI for specifying a delay between characters. It uses VISA but you can easily swap that out with the old serial write if you want. It just breaks out the text string character by character and adds a delay before each character is written. To add a line delay, just add another delay after the entire string is written.
Message 2 of 2
(2,878 Views)