标签:
1.yum install minicom -y
2.在终端输入:dmesg | grep tty显示从系统启动到现在串口插入拔出的信息:
For example: usb 1-2: pl2303 converter now attached to ttyUSB0
查看串口是否可用,可以对串口发送数据比如对ttyUSB0口,echo helloworld >/dev/ttyUSB0
3.查看usb设备 lsusb
查看串口驱动:cat /proc/tty/drivers/serial
4.配置minicom
标签:
原文地址:http://www.cnblogs.com/ht-beyond/p/4189361.html