On Thu, Jun 22, 2006 at 03:24:21PM -0300, Manuel Naranjo wrote: > > There is no general USB to serial spec, sorry. You will have to contact > > the vendor of your device to get the protocol used to talk to the device > > in order to create a Linux driver. > > > > Or perhaps it already works with Linux as it uses one of the common > > chipsets that are availble for this (pl2303, ftdi_sio, mct_232, etc.) > > I think that the chipset is supported by the usb-serial module, because > i can read an write from it, but there are some little problems, like > data loss and encoding problems, i had asked the vendor about the specs > and i waiting for an answer.
You mean the "generic" one? That's does not mean it is "supported" at all, only that it happens to have a pair of bulk in and out ports :) You want and need line speed settings, which the generic driver will not provide you. > If i use minicom to communicate to the firmware of the device, i can > read some things, but i can not write to it, i firstly thought it was an > encoding problem, but then when searching the kernel messages i founded > that there was something more (check my other email for details about it). > What i am needing is some documentation about usb-serial module > implementation, but as you said there isn't :( There is no need for documentation about the core usb-serial module, from a device standpoint. It only handles bulk pairs of endpoints to shove data through. I was referring to the USB standard for usb to serial devices. thanks, greg k-h Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ linux-usb-devel@lists.sourceforge.net To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel