in reply to Remove extra carriage return (0D) on socket communications
I think you are going to wind up using read() and write() instead of print() if you want absolute control of exactly what is sent over the socket. In that case, you would be taking on the job of figuring out what a "line" is.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Remove extra carriage return (0D) on socket communications
by BrowserUk (Patriarch) on Nov 12, 2011 at 01:01 UTC |