摘要:
1./dev目录下tty设备释义 /dev/tty 当前控制终端Terminal /dev/ttyn和/dev/console (虚拟)控制台终端 /dev/ttySn 一般为/dev/ttyS0 串行端口终端,接串口线使用的端口设备 /dev/ttyUSBn 一般为/dev/ttyUSB0 USB 阅读全文
posted @ 2020-06-20 22:29
Aaron看世界
阅读(1990)
评论(0)
推荐(0)
摘要:
嵌入式Linux系统添加通用USB接口的打印机功能,主要包括以下三步。 一.内核添加USB接口的通用打印机识别驱动 在make menuconfig 编译菜单项选上USB打印机选项: Device Drivers > [*] USB support > <*> USB Printer support 阅读全文
posted @ 2020-06-20 17:19
Aaron看世界
阅读(3152)
评论(1)
推荐(0)