Re: [Ftdi-usb-sio-devel] ftdi usb slave device
Brought to you by:
bryder
From: Ian A. <ab...@me...> - 2002-12-10 10:36:26
|
Hi Bill, On Tue, 10 Dec 2002 07:24:53 -0000, you wrote: >Kendrick Hamilton wrote: > >> Soory for my ignorance about USB. We are looking at adding USB to >>a board we are building. It runs uClinux on a coldfire processor (not the >>5272). I am wondering if the FTDI usb drivers can be used for slave >>devices or would I need to develop a new driver? > >Hmmm. Depends what you mean by a 'slave device'. USB lets lots of >devices hang off the usb bus so assuming your board has some kind of >support usb compliant host adapter (and linux supports it) you'll be >able to run lots of USB devices off the bus. My guess is that he wants to implement a USB Device i.e. something to be plugged into a PC or whatever. If that is the case, an FT8U245AM or FT245BM may or may not be useful for the hardware interface (he should check the data sheets on www.ftdichip.com), but the ftdi_sio drivers would be of no use to him (at the USB Device end) as the uCLinux would driver would be talking to the asynchronous serial side of the FTDI chip, not the USB side. |