Hi there, i'm using deepin and i need to access networking gear via an usb to serial cable, it seems that minicom doesnt work on deepin, is there any alternative to my needs?
Thanks in advance for your help.
Reply Like 0 Favorite View the author
All Replies
187******12
deepin
2017-05-03 13:42
#1
python pyseial
Reply Like 0 View the author
paopao123
deepin
2017-05-03 16:18
#2
CoolTerm cutecom putty
Reply Like 0 View the author
杰
deepin
2017-05-03 17:15
#3
picocom is a good choice.
install command in deepin terminal:
sudo apt-get install picocom
command for open usb-serial port:
picocom -b 115200 /dev/ttyUSB0
command for help:
picocom --help
use this command to see wether the driver is installed:
dmesg | grep usb
if the output includes the following info,then the driver is ok:
[ 162.751872] usb 1-1.3: FTDI USB Serial Device converter now attached to ttyUSB0
Reply Like 0 View the author
patinecec
deepin
2017-05-03 19:05
#4
一般中国人在用英文交流系列,呵呵
Reply Like 0 View the author
清风
deepin
2018-05-30 17:57
#5
minicom 没有显示呀,各位大神
sudo dmesg | grep usbserial
[ 9.812076] usbcore: registered new interface driver usbserial
[ 9.812087] usbcore: registered new interface driver usbserial_generic
[ 9.812096] usbserial: USB Serial support registered for generic
[ 9.821719] usbserial: USB Serial support registered for ch341-uart
Thanks in advance for your help.