Help getting a USB serial device working on Ubuntu Linux
$10-100 USD
Đã hoàn thành
Đã đăng vào khoảng 5 năm trước
$10-100 USD
Thanh toán khi bàn giao
We have a USB device that connects and works perfectly as a serial device on Windows. It identifies as a comm port and we can communicate with it perfectly. However, presumably because the VID:PID are not recognised it is not identified by Linux as a USB Serial device. The answer probably lies in forcing USB Serial to identify this VID:PID pair as a Generic Serial device as found at [login to view URL]
[login to view URL]
This did not appear to immediately work
echo <vid> <pid> >/sys/bus/usb-serial/drivers/generic/new_id
and I was not able to load the module
insmod usbserial vendor=0x#### product=0x####
gave
insmod: ERROR: could not load module usbserial: No such file or directory
usb-devices shows that there is no loaded module.
T: Bus=01 Lev=02 Prnt=02 Port=04 Cnt=02 Dev#= 4 Spd=12 MxCh= 0
D: Ver= 2.00 Cls=02(commc) Sub=00 Prot=00 MxPS=64 #Cfgs= 1
P: Vendor=XXXX ProdID=YYYY Rev=01.00
S: Manufacturer=XXXXXXXXXXXXXX
S: Product=RetroFreak PCB-B
S: SerialNumber=0123456789AB
C: #Ifs= 2 Cfg#= 1 Atr=c0 MxPwr=100mA
I: If#= 0 Alt= 0 #EPs= 1 Cls=02(commc) Sub=02 Prot=01 Driver=(none)
I: If#= 1 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=(none)
I have 19 years experience in Linux kernel porting and device driver development. I have experience with USB device driver development. Please contact me to discuss the details.
$80 USD trong 7 ngày
0,0
(0 nhận xét)
1,8
1,8
3 freelancer chào giá trung bình $82 USD cho công việc này
Hello bro, I am reading the content of the page you publish, in relation to modifying the VID by a valid PID in Linux to be recognized as a serial device, maybe it is not being done in the correct way. Right now I am in linux mint 64 19 bits maybe I can help you?