12-03-2010 06:28 PM
Hi all,
I have a serial read problem. I have 26 byte at buffer, but the read is only reading 25. I saw that the last (25th) byte was 0A, which is a line feed, so it stopped reading when it read 0A. However, I set ASRL End In to None before the read operation, so why is it still terminating a read operation at a line feed character? I confirmed with NI spy that the read operation was terminated due to a termination character.
See BD for more information.
Yik
Solved! Go to Solution.
12-03-2010 07:09 PM
Try setting TermChar En to false as well. I've always set them to either True/TermChar or False/None. Not sure what happens to True/None.
12-04-2010 12:49 AM
That's exactly what I need. Thanks!!!
Yik