step 1:
linux终端 lsusb 查找系统有没有检测到该设备。如:
Device 004: ID 067b:2303 Prolific Technology, Inc. PL2303 Serial Port。
step 2:
修改串口设置,用root用户在终端输入minicom -s
选择Serial port setup,设置Serial Device为/dev/ttyUSB0,Bps/Par/Bits为115200 8N1,Hardware Flow Control 设置No Save setup as df1保存为默认设置,选择Exit退出,链接好串口,重启开发板,就可以看到串口信息了。
如果失败,重新编译内核
Device Drivers--->
USB Support--->
USB Serial Converter Support--->
USB Prolific 2303 Single Port Serial Driver
烧写内核,重新设置第二步。
阅读(2161) | 评论(0) | 转发(0) |