kodak
Posts: 66
Joined: Wed Dec 26, 2012 6:20 pm

Driver usb-rs232

Sun Jan 05, 2014 6:36 pm

hei i have an "waytech usb-rs232 interface (v1.0) driver" cable,
and i need some driver thats Works with raspberry pi,
and an guide to install,
and maby a guide to tjek if it Works.
hope some on can help me.

hampi
Posts: 223
Joined: Fri May 31, 2013 11:29 am
Contact: Website

Re: Driver usb-rs232

Sun Jan 05, 2014 7:06 pm

Normally you type

Code: Select all

sudo tail -f /var/log/messages
and plug in the USB to serial converter to see what happens. The kernel modules for each USB-to-serial chip are usually in

/lib/modules/<kernel-version>/kernel/driver/usb/serial.

kodak
Posts: 66
Joined: Wed Dec 26, 2012 6:20 pm

Re: Driver usb-rs232

Sun Jan 05, 2014 7:16 pm

When i try to install it on Windows 7
then the Plug n Play install it as:
"HID-Gameunit" and "USB-Inputunit" at the same time.

User avatar
DougieLawson
Posts: 39121
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK
Contact: Website Twitter

Re: Driver usb-rs232

Sun Jan 05, 2014 8:41 pm

When it's in your Windows machine can you take a look at the device manager. From there you should be able to get the vendor id and product id. Those can help find what chipset the device is using.

plug it in to your RPi
dmesg
dmesg | grep usb # to just show the USB messages
lsusb

Those commands should show whether the Linux kernel recognised it and whether it has a driver that works for it.
Note: Any requirement to use a crystal ball or mind reading will result in me ignoring your question.

Criticising any questions is banned on this forum.

Any DMs sent on Twitter will be answered next month.
All non-medical doctors are on my foes list.

Return to “Interfacing (DSI, CSI, I2C, etc.)”