[DB-SIG] Sending control character through telnetlib

Lieyong Fu LFu@Ceon.com
Tue, 20 Mar 2001 19:17:48 -0800


I'm trying to send a control character (Control-b character) using
telnetlib. I tried telnet.write("\002") and telnet.sock.send("\002"). None
of them seems to work. Any help is very appreciated.
Thanks,
Lieyong