LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   How to install and setup COM port 1 for putty (https://www.linuxquestions.org/questions/red-hat-31/how-to-install-and-setup-com-port-1-for-putty-4175437665/)

llmi187 11-18-2012 05:10 AM

How to install and setup COM port 1 for putty
 
Hello!Anyone

Please tell me how to install and setup COM 1 port for putty because I want to use for cisco juniper in putty .I install putty in my cent os it is ok but I can't explore for COM 1,2,3,4,5 port in cent os but I can install and setup in microsoft window 8.Let me know how to setup and install in cent os ?

Thanks

malekmustaq 11-18-2012 06:00 AM

The COM 1, 2, 3, etc. ports under Gnu/Linux system are usually identified at nodes 'ttyS0', 'ttyS1', 'ttyS2' and so on. If the kernel has assigned it true resources (memory map and IRQ) then chances are it is alive and ready for configuration. Find it out ---

Quote:

find /dev -name ttyS0 | xargs setserial -g
the system should return the identification of resources it has.

Now to configure the node according to your purpose there are several built-in tools (at least they are built-in here from my Slackware box --don't know with other distros though), you may use 'setserial' command. For further options to manipulate the node type 'setserial -h' or 'man setserial' for the manual.

There is also another tool to manipulate modems: 'minicom'. Type 'minicom -h' for help and options; typing 'minicom' will bring up a ncurses dialog for specific options.

Hope that helps. Good luck.

llmi187 11-18-2012 07:05 AM

thanks
 
Thanks kid


All times are GMT -5. The time now is 11:46 PM.