Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

VISA read of serial data issue

Solved!
Go to solution

Hello,

I'm starting back to Labview (after a few years) and I've a problem with a basic Serial Read program (using VISA).  The code is attached, and my issue is that I'm getting output of "FE FE FE", when I can see in Putty terminal it is counting upwards in integers indefinitely - I can't quite grasp what is going wrong here (after much trial and error), so any help would be appreciated.

Thanks

Rob

0 Kudos
Message 1 of 3
(2,946 Views)
Solution
Accepted by topic author copperwr

First thing to do is to use the Configure Serial Port  instead of the VISA Open and make sure your serial port settings are currect.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 3
(2,945 Views)

Absolutely right... I made a silly assumption the baud rate of 9600 was right, when it should have been 115200.  Thanks for pointing me in the right direction!

Robert

0 Kudos
Message 3 of 3
(2,903 Views)