sending byte commands to Apache TelnetClient
问题 Looking at: http://www.asciitable.com/ I want to send a CHAR LF, decimal value 10, and also a Chr 1, decimal byte value 49. Followed, again, by a LF. (I think that is the sequence which the telnet server at rainmaker.wunderground.com 3000 expects.) This is keyboard entry which is captured from standard input. I'm explicitly not using the Apache IOUtil example. It's necessary to thread read/writes to Apache TelnetClient , based on an example WeatherTelnet program. The TelnetClient.sendCommand(