serial usb communication in linux using minicom

I trying to use serial port in Linux. I am using minicom. When I connected my serial to USB device to a port, minicom responds with

"cannot open /dev/ttyUSB0: No such file or directory".

But when dmesg it is showing that

"converter now attached to ttyUSB0"

Then why it is not opening in minicom.


It might due to not having access privilege.

Try this.

sudo chown /dev/ttyUSB0

链接地址: http://www.djcxy.com/p/66814.html

上一篇: 通过USB串口连接ALIX 6F2,腻子不显示

下一篇: 使用minicom在linux中串行USB通信