2016年5月9日 星期一

Linux下查詢serial console指令

$ dmesg | grep tty
[    0.000000] console [tty0] enabled
[   12.903931] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[   12.924451] 00:06: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A

$ ls -l /dev/ttyS0
crw-rw---- 1 root dialout 188, 0  5月 10 11:55 /dev/ttyS0

要加入 dialout group (修改 /etc/group)。然後就可正常使用tty。

***
查詢USB裝置:lsusb 或 lsusb -v
查詢裝置插入Log:tail /var/log/syslog

沒有留言:

張貼留言

Uninstalling HEVC Video Extensions from Windows

Microsoft store packages are usually APPX format installations (HEVC Video Extensions is installed as APPX package) You will need to use Pow...