>>>>> "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


Reply via email to