Your problem is probably because of the way you've used the VISA Configure Serial Port. If you look at that function, you should see that the default is Enable Termination Character and the default termination character is xA (d10 or LF). VISA Read will automatically terminate when the character is detected. Change Enable Termination Character to false and things should work better.
- problem with '0A', ascii code LF(line feed). applehan
- Re: problem with '0A', ascii code LF(line feed). Dennis Knutson
