>>>>> "Leon" == Leon Brocard <[EMAIL PROTECTED]> writes:
Leon> Hi, I have a simple script which sets up a SocketFactory and gets
Leon> connections. What I'd like to do is process individual characters
Leon> as they are types (ie NOT waiting for a newline).
Your script looks okay - my guess is that nc isn't doing a write() until
it gets a full line. Try using telnet and do a "mode character" once you've
connected.
Jon
- Reading individual characters from SocketFactory Leon Brocard
- Re: Reading individual characters from SocketFactory Matt Cashner
- Re: Reading individual characters from SocketFactory Jon Nangle
- Re: Reading individual characters from SocketFactory Rocco Caputo
- Re: Reading individual characters from SocketFact... Julian Morrison
