Подскажите, пожалуйста, есть ли возможность использовать USB to Serial (UART) переходники?
Вроде модуль есть, девайс определяется, но не вижу ничего в /dev/
Как мне, например, через screen или minicom подключиться к консоли другого девайса?
root@Giga:~# lsmod | grep usbser
usbserial 23074 3 option,usb_wwan,sierra, Live 0x9acd8000
root@Giga:~# lsusb
Bus 001 Device 003: ID 0930:6544 TOSHIBA TransMemory
Bus 002 Device 001: ID 1d6b:0003 Linux 4.9-ndm-5 xhci-hcd xHCI Host Controller
Bus 001 Device 004: ID 10c4:ea60 Silicon Labs CP2104 USB to UART Bridge Controller
Bus 001 Device 001: ID 1d6b:0002 Linux 4.9-ndm-5 xhci-hcd xHCI Host Controller
root@Giga:~# dmesg
usb 1-1: new full-speed USB device number 4 using xhci-mtk
usb 1-1: New USB device found, idVendor=10c4, idProduct=ea60, bcdDevice= 1.00
usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-1: Product: CP2104 USB to UART Bridge Controller
usb 1-1: Manufacturer: Silicon Labs
usb 1-1: SerialNumber: 0170CC7C
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
M V
Подскажите, пожалуйста, есть ли возможность использовать USB to Serial (UART) переходники?
Вроде модуль есть, девайс определяется, но не вижу ничего в /dev/
Как мне, например, через screen или minicom подключиться к консоли другого девайса?
root@Giga:~# lsmod | grep usbser usbserial 23074 3 option,usb_wwan,sierra, Live 0x9acd8000 root@Giga:~# lsusb Bus 001 Device 003: ID 0930:6544 TOSHIBA TransMemory Bus 002 Device 001: ID 1d6b:0003 Linux 4.9-ndm-5 xhci-hcd xHCI Host Controller Bus 001 Device 004: ID 10c4:ea60 Silicon Labs CP2104 USB to UART Bridge Controller Bus 001 Device 001: ID 1d6b:0002 Linux 4.9-ndm-5 xhci-hcd xHCI Host Controller root@Giga:~# dmesg usb 1-1: new full-speed USB device number 4 using xhci-mtk usb 1-1: New USB device found, idVendor=10c4, idProduct=ea60, bcdDevice= 1.00 usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3 usb 1-1: Product: CP2104 USB to UART Bridge Controller usb 1-1: Manufacturer: Silicon Labs usb 1-1: SerialNumber: 0170CC7C
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.