Re: [Ftdi-usb-sio-devel] FT8U245AM
Brought to you by:
bryder
From: Bill R. <br...@pa...> - 2002-12-08 09:39:26
|
You talk to the device as if it was a normal serial port. So anything on the net about serial programming will work. You will want to set up the port in 'raw' mode which you will find out about if you look at some of the serial programming info out there. THis is a reasonable reference. http://www.tldp.org/HOWTO/Serial-Programming-HOWTO/index.html --- Bill Frederic wrote: >Hello there, > >I'm using a nice mp3 player called 'yampp3/usb'. You can find this project >at : > > http://www.myplace.nu/mp3/index2.htm > >This mp3 player uses a window front-end to download mp3 files (or new >firmeware) through the ftdi FT8U245AM chip. I would like to develop tools >to do that under Linux. > >As a first step, I have to be able to read and write datas to the USB >chip. I read that the 245 uses the same driver as the 232. But I don't >understand how to use it. How can I read/write // datas ? Is it the same >that writing serial datas ? But What to do with speed and all RS323 stuff? >Can I skip it ? > >Could someone help me a little bit, maybe just by pointing me to an >example... > >Regards, > > > |