Ubuntu 16.04
我需要 /dev/ttyS0(串行端口)来在我的应用程序中使用。
命令:
~$ dmesg | grep tty
回应:
[ 0.000000] console [tty0] enabled
[ 0.691609] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.715333] 00:06: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
我如何关闭串行端口(仅适用于当前会话也可以)以便我可以将其用于自己的需要?