|
|||||||||||||
10-31-2011 03:54 PM
I need to implement a VI that has the same behaviour as the CRLF mode of the TCP read function but with LFCR (Line Feed followed by Carriage Return) instead of CRLF.
10-31-2011 05:26 PM
That's not supported by the standard function, so you'll need to roll your own. I.e., read bytes until you see the sequence LFCR.
11-01-2011 08:28 AM
i realized that the TCP read only has the CRLF mode. Any suggestion on how I can accomplish it in LFCR mode?
11-01-2011 08:56 AM
The internet toolkit telnet API allows a read until line end mode simply use LFCR as the line end

My Profile | Privacy |
Legal |
Contact NI
© 2011 National Instruments Corporation. All rights reserved. | E-Mail this Page
|
||

E-Mail this Page