Tagged Questions
3
votes
1answer
793 views
Redirect linux serial console
I want to redirect my serial port while telnet session in linux.
I have an embedded Linux box which is has a serial console. After I do a telnet to the box,
I can type in both the serial console as ...
10
votes
3answers
2k views
Telnet send Ctrl-C
I use telnet to connect to a terminal server, which proxies the traffic to a RS-232 port.
Unfortunately when using some of the devices it is not possible to send the ctrl-C character (0x03). Instead ...