Различия
Здесь показаны различия между двумя версиями данной страницы.
Предыдущая версия справа и слева Предыдущая версия Следующая версия | Предыдущая версия | ||
dev:ubuntu:serial [2011/04/08 14:38] jamis7005 |
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 | + | dmesg | grep tty |
- | [ 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> | + | |