LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   setserial command (https://www.linuxquestions.org/questions/linux-newbie-8/setserial-command-329476/)

tjgadu 06-02-2005 04:11 AM

setserial command
 
how can i use the setserial command to get information about the IRQ and I/O addresses used by the COM2 port?

exit3219 06-02-2005 04:29 AM

Just like this:
COM1 is /dev/ttyS0
COM2 is /dev/ttyS1
and so on.
So you do:
Code:

cd /dev; setserial ttyS1
for COM2. You'll get the UART, IRQ, I/O port, ...:cool:


All times are GMT -5. The time now is 11:06 AM.