LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Serial connection through telnet (https://www.linuxquestions.org/questions/linux-software-2/serial-connection-through-telnet-463562/)

cojniz 07-13-2006 02:52 AM

Serial connection through telnet
 
My laptop have one serial port, which shows up as /dev/ttyS0 I guess. (Not very good with this).
I'd like to know how I telnet to this port, set speed and other connection parameters. Have been able to find tons of information on telnet, just nothing that actually involves using a serial port.
My user belongs to the group which are allowed to use ttyS0, but I have no clue on syntax for the actual telnet command.
Any pointers?

If it's of any importance, I run Ubuntu 6.06 with a 2.6.15 kernel.

blackhole54 07-13-2006 05:38 AM

To my knowledge, telnet is strictly for communication over TCP/IP, not for direct use with serial ports.

I think maybe you are wanting a serial communications program like minicom? This is similar to the functionality that MS's hyperterminal used to have. (I believe more recent versions of hyperterminal also include telnet functionality.)

Check out minicom's man page before attempting to use it. You need to first run it as root with the -s option to set it up for a normal user. The port parameters can be configured within minicom.


All times are GMT -5. The time now is 09:24 PM.