Различия
Здесь показаны различия между двумя версиями данной страницы.
Предыдущая версия справа и слева Предыдущая версия | |||
dev:ubuntu:serial [2011/04/09 17:03] jamis7005 [Getting info about serial] |
dev:ubuntu:serial [2011/04/09 17:06] (текущий) jamis7005 [Getting info about serial] |
||
---|---|---|---|
Строка 31: | Строка 31: | ||
===== Getting info about serial ===== | ===== Getting info about serial ===== | ||
- | 6. You can use it to know what file in /dev is responcible for your serial port. | + | 6. You can use it to know what file in /dev is responsible for your serial port. |
- | <code> | + | dmesg | grep serial |
- | dmesg | grep serial | + | |
- | [ 0.624634] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A | + | |
- | [ 5.117510] parport_serial 0000:04:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16 | + | |
- | </code> | + | |
- | + | ||
- | For more concrete information you can use following | + | |
dmesg | grep tty | dmesg | grep tty | ||
+ | |||