User | Kudos |
---|---|
13 | |
8 | |
3 | |
3 | |
3 |
It would be nice if we had the option to terminate a TCP Read on a single character rather than only a CR/LF. There are many times where you would terminate a read on some end character such as a 0x03 (ETX). In order to accomplish this now we need to have a tight loop which reads from the connection a single byte at a time. Even better would be if we could specify a string as the termination sequence. However, I would be happy with a single character option.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.