On Sat, 14 Dec 2002, Frank Roberts - SOTL wrote:
> Hi All
>
> Question:
> >From the command line how does one determine which port a modem is on?
>
> Thanks
> Frank
>
ls -al /dev/modem
You probably have a sym link in your /dev directory called "modem". See
what the link points to.
/dev/ttyS0 is like COM1
/dev/ttyS1 is like COM2
/dev/ttyS2 is like COM3
/dev/ttyS3 is like COM4
less /proc/interrupts, and a bunch of other stuff in /proc is interesting
too.
This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 19:22:50 EDT