USB2Serial FTDI & PL2303

vegeku90

Registered
Messages
1,586
USB2Serial FTDI & PL2303

Code:
USB2Serial FTDI & PL2303 Kernel Module


Connect to you Box with FTP.
Load the .ko Files to e.g. /tmp (/tmp will be resettet after poweroff or reboot!).
Then connect with Telnet to you Box and type these two commands:
insmod /tmp/usbserial.ko
insmod /tmp/ftdi_sio.ko (if you have a FTDI based device)
insmod /tmp/pl2303.ko (if you have a PL2303 based device)

Put now your USB2Serial converter into usb and type
dmesg

was you device recognized?
This should look like:

1 usbcore: registered new driver usbserial
2 drivers/usb/serial/usb-serial.c: USB Serial Driver core
3 drivers/usb/serial/usb-serial.c: USB Serial support registered for FTDI USB Serial Device
4 drivers/usb/serial/usb-serial.c: descriptor matches
5 drivers/usb/serial/usb-serial.c: found bulk in on endpoint 0
6 drivers/usb/serial/usb-serial.c: found bulk out on endpoint 1
7 ftdi_sio 1-1:1.0: FTDI USB Serial Device converter detected
8 drivers/usb/serial/usb-serial.c: get_free_serial 1
9 drivers/usb/serial/usb-serial.c: get_free_serial - minor base = 0
10 drivers/usb/serial/usb-serial.c: usb_serial_probe - setting up 1 port structures for this device
11 drivers/usb/serial/ftdi_sio.c: Detected FT232BM
12 drivers/usb/serial/usb-serial.c: usb_serial_probe - registering ttyUSB0
13 usb 1-1: FTDI USB Serial Device converter now attached to ttyUSB0
14 usbcore: registered new driver ftdi_sio
15 drivers/usb/serial/ftdi_sio.c: v1.4.3:USB FTDI Serial Converters Driver


Smargo Reader en newcs also should work (with FTDI module)!
 

Alienscum

Registered
Messages
1
Thx for the tutorial.

External reader work. But after restart don`t.
How to make this working every time without using telnet?

My usb-rs232 adapter is working with pl2303.ko.
 

SeregaH

Registered
Messages
406
PL-2303 USB-Serial cable drivers 1.7.0

- Windows 2000 SP4
- Windows XP SP2 and above (32 & 64 bit)
- Windows Server 2003 (32 & 64 bit)
- Windows Vista (32 & 64 bit)
- Windows 7 (32 & 64 bit)
- Windows Server 2008 / 2008 R2 (32 & 64 bit)
- Windows 8 (32 & 64 bit)
 
Top