简体   繁体   中英

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM