Options

telnet to serial port

DevilWAHDevilWAH Member Posts: 2,997 ■■■■■■■■□□
OK I imagen this is a simple but I cant find an answer in google.

when logged on to linux through via the console, I want to be able to telnet through to a device connected to the serial port.

Do i need to install a terminal client program (putty/tera term)

Or is it possible to use the built in telnet application?

Cheers

Aaron
  • If you can't explain it simply, you don't understand it well enough. Albert Einstein
  • An arrow can only be shot by pulling it backward. So when life is dragging you back with difficulties. It means that its going to launch you into something great. So just focus and keep aiming.

Comments

  • Options
    MentholMooseMentholMoose Member Posts: 1,525 ■■■■■■■■□□
    PuTTY is available for Linux but it is a graphical program, so you can't use it at the command line. A common program to use at the CLI for this purpose is minicom.
    MentholMoose
    MCSA 2003, LFCS, LFCE (expired), VCP6-DCV
  • Options
    tierstentiersten Member Posts: 4,505
    If the serial port is local to the machine that you're logged into then why do you want to use telnet? Use minicom or whatever your favourite serial capable terminal emulator is.

    If you want to allow network access to the serial port from other machines or via telnet to the local machine then use something like conserver.
Sign In or Register to comment.