Hi all, Please suggest a way for overcoming this problem.
I am running the TelnetClientExample.java provided with the commons package. Given below is the output after running the program. $ java TelnetClientExample RECEIVED WILL: ECHO Received WILL for option code 1 DONT: ECHO <freezed here> These are the options supported with the device i am tel netting to. telnet>display will flush output when sending interrupt characters. won't send interrupt characters in urgent mode. won't map carriage return on output. won't recognize certain control characters. won't turn on socket level debugging. won't print hexadecimal representation of network traffic. won't show option processing. [^E] echo. [^]] escape. [^H] erase. [^O] flushoutput. [^C] interrupt. [^U] kill. [^\] quit. [^D] eof. Options configured(.as given by the manufacturer ) telnet echo remote type ansi default session mode interactive telnet binary session mode interactive speed 2400 character size 8 parity none break remote pro lat disabled init del 2 Thanks in advance -- View this message in context: http://www.nabble.com/Telnet-negotiation-issue-tp16491864p16491864.html Sent from the Commons - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
