Difference between revisions of "USB to serial adapter"

From ArmadeusWiki
Jump to: navigation, search
m
(Installation)
Line 10: Line 10:
 
==Installation==
 
==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
  
 
==Links==
 
==Links==

Revision as of 09:53, 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

Links