[other] 请教一下,putty怎么连接usb转串口线
Tofloor
poster avatar
persiancat
deepin
2024-09-03 09:49
Author

买了条 usb转 RJ45串口线 ,dmesg显示:

usb2-2: new usb device found ,idVendor=067b , idProduct=2503 , bcdDevice=3.0

usb2-2: new usb device strings: Mfr=1 ,Proudct=2, SericalNumber=3

我用putty 连接串口,使用默认的 /dev/ttyS0 显示输入/输出错误,改为/dev/ttyS3端口也还是显示一样的问题。请教各位了。谢谢!

Reply Favorite View the author
All Replies
deepinuser17
deepin
2024-09-03 09:58
#1

做为试验, 转到root用户, 看看是否可以连接。 /dev/ttyS3 需要读写权限, root用户, 或者是dialout组成员。

crw-rw---- 1 root dialout 4, 67 Aug 24 09:04 /dev/ttyS3

如果root用户, 可以使用。 普通用户在dialout组里也可以使用。

用这个命令加入dialout组:

sudo usermod -a -G dialout <用户名>

SericalNumber=3 也可能是 /dev/ttyS2 因为 ttyS是从0开始的。

Reply View the author
deepinuser17
deepin
2024-09-03 10:03
#2

可以试试minicom. 在Linux上,minicom是最常用串口应用。

https://commandmasters.com/commands/minicom-linux/

Reply View the author
persiancat
deepin
2024-09-03 10:49
#3
deepinuser17

做为试验, 转到root用户, 看看是否可以连接。 /dev/ttyS3 需要读写权限, root用户, 或者是dialout组成员。

crw-rw---- 1 root dialout 4, 67 Aug 24 09:04 /dev/ttyS3

如果root用户, 可以使用。 普通用户在dialout组里也可以使用。

用这个命令加入dialout组:

sudo usermod -a -G dialout <用户名>

SericalNumber=3 也可能是 /dev/ttyS2 因为 ttyS是从0开始的。

这个已经配了,发现是com口名称问题。

Reply View the author
persiancat
deepin
2024-09-03 10:53
#4
deepinuser17

可以试试minicom. 在Linux上,minicom是最常用串口应用。

https://commandmasters.com/commands/minicom-linux/

在应用商店没找到,但刚好里面有个叫cutecom的串口软件,下载后运行自动识别出/dev/ttyACM0 口 。然后用回putty改成这个端口登录就可以了。。。乱打乱着就这样搞定了,谢谢!

Reply View the author
deepinuser17
deepin
2024-09-03 13:21
#5

sudo apt install minicom

Reply View the author
没事儿瞎转悠
deepin
2024-09-03 17:34
#6

以前在archlinux调交换机,用的USB转串口线。当时自带驱动,/dev/下面有 TTYUSB0 还是usbtty0来着,现在记不清了。minicom和putty都用过,就是端口得选对。印象是带tty和usb这样的组合名字。你可以看看有没有。仅提供个思路吧。

Reply View the author
没事儿瞎转悠
deepin
2024-09-03 17:34
#7

Reply View the author
乾豫恒益
deepin
2024-09-04 10:21
#8

学习了。。。

Reply View the author