Minicom
Tofloor
poster avatar
jtencio
deepin
2017-05-03 10:28
Author
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 Favorite View the author
All Replies
187******12
deepin
2017-05-03 13:42
#1
python pyseial
Reply View the author
paopao123
deepin
2017-05-03 16:18
#2
CoolTerm   cutecom  putty
Reply 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 View the author
patinecec
deepin
2017-05-03 19:05
#4
一般中国人在用英文交流系列,呵呵
Reply 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

配置好后打开光标乱跳,除了显示minicom 2.7 不显示任何信息呀
Reply View the author