Difference between revisions of "USB to serial adapter"

From ArmadeusWiki
Jump to: navigation, search
(Installation)
m (Installation)
Line 16: Line 16:
 
   
 
   
 
  $ make
 
  $ make
 +
 +
copy following drivers on your target or reflash your rootfs ( )
 +
drivers/usb/serial/ftdi_sio.ko
 +
drivers/usb/serial/pl2303.ko
 +
drivers/usb/serial/usbserial.ko
 +
 +
==Usage==
  
 
==Links==
 
==Links==

Revision as of 09:59, 8 December 2008

Page under construction... Construction.png Informations on this page are not guaranteed !!

This type of adapter allows you to add several serial (RS232) ports to your APF board, through the USB Host interface (only available on DevFull & APF27)

Tested materials

The commercial adapters can be separated in 2 categories, because there are only 2 USB<->serial low cost chipmakers:

  • FTDI one
  • Prolific one

Installation

$ make linux-menuconfig
Device Drivers  ---> [*] USB support  ---> <M>   USB Serial Converter support
Device Drivers  ---> [*] USB support  ---> <M>   USB Serial Converter support  ---> <M>   USB FTDI Single Port Serial Driver
Device Drivers  ---> [*] USB support  ---> <M>   USB Serial Converter support  ---> <M>   USB Prolific 2303 Single Port Serial Driver

$ make

copy following drivers on your target or reflash your rootfs ( )

drivers/usb/serial/ftdi_sio.ko
drivers/usb/serial/pl2303.ko
drivers/usb/serial/usbserial.ko

Usage

Links