07-14-2010 10:19 AM
I have Labview read in 14 bytes at a time from the serial port. This works fine except if labview encounters the byte 0x0A. If it encounters that byte then it stops reading in any more of the 14 bytes. Can anyone explain why this might be? Thanks for any help.
Solved! Go to Solution.
07-14-2010 10:25 AM
It's because you did not set the Enable Termination Character input of the VISA Configure Serial port to false. As you can see, the default termination character is 0x0A.