Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

random character serial

File>Properties>Settings.
0 Kudos
Message 11 of 14
(1,535 Views)
I get the same thing as previously. ie: a message every 30sec displayed on the hyperterminal window
0 Kudos
Message 12 of 14
(1,532 Views)
You may have a problem with data synchronization. You have the termination character disabled with the VISA Configure Serial Port. If the device is appending a CR or LF after each piece of data, then you want this enabled. You could also add a VISA Flush buffer right after the VISA Configure Serial Port to clear whatever might be in the buffer before you start doing your read.
0 Kudos
Message 13 of 14
(1,528 Views)
The Visa Flush Buffer clears some of the random characters but also, it doesn't give me the complete message I intend to receive.
0 Kudos
Message 14 of 14
(1,506 Views)