1854793 Members
5160 Online
104103 Solutions
New Discussion

Re: Serial Ports

 
Scott McDade
Frequent Advisor

Serial Ports

Hello:

I am trying to figure out what the port address for the 2 serial ports on my workstation. I do a ll on /dev/ but I can't make out which are the serial ports. Any suggestions?
Keep it Simple!~
4 REPLIES 4
Reshma Malusare
Trusted Contributor

Re: Serial Ports


The file /etc/services associates official service names and aliases with the port number and protocol the services use. For each service a single line should be present with the following information:



Port numbers 0 through 1023 are assigned by RFC 1700. This RFC also lists the conventional use of various ports with numbers greater than 1023.

Regards,
Reshma
A. Clay Stephenson
Acclaimed Contributor

Re: Serial Ports

Look for /dev/tty*

Note: /dev/tty is a pseudodevice and is not what you are looking for. Since you don't bother to identify your hardware or OS version, it's a bit difficult to simply use "The Force". You may need to go into SAM -> Peripheral Devices -> Terminals & Modems and add a device first.
If it ain't broke, I can fix that.
Darren Prior
Honored Contributor

Re: Serial Ports

Hi Scott,

It would really help to supply the OS and workstation model. However, ioscan -funCtty should help you identify the ports.

regards,

Darren.
Calm down. It's only ones and zeros...
Scott McDade
Frequent Advisor

Re: Serial Ports

Sorry ya'll I know better. The OS is 11i and the HW is a HP C37500.

Thanks in advance.

-Scott
Keep it Simple!~