Re: [linux-usb-devel] g_serial and Windows

2005-08-02 Thread Carles Pina i Estany
Hi! On Aug/01/2005, Al Borchers wrote: > Carles Pina i Estany wrote: > >On Aug/01/2005, [EMAIL PROTECTED] wrote: > >>>I would like to communicate from Linux (device driver) to Windows > >>>(host) using USB serial (without load acm=1 option in module). > >>>(I have to do in this way) > >> > >>That

Re: [linux-usb-devel] g_serial and Windows

2005-08-01 Thread Al Borchers
Carles Pina i Estany wrote: On Aug/01/2005, [EMAIL PROTECTED] wrote: I would like to communicate from Linux (device driver) to Windows (host) using USB serial (without load acm=1 option in module). (I have to do in this way) That's too bad then. I don't think you can make it talk to Windows v

Re: [linux-usb-devel] g_serial and Windows

2005-08-01 Thread Carles Pina i Estany
Hi! On Aug/01/2005, [EMAIL PROTECTED] wrote: > > I would like to communicate from Linux (device driver) to Windows > > (host) using USB serial (without load acm=1 option in module). > > (I have to do in this way) > > That's too bad then. I don't think you can make it talk to > Windows very eas

Re: [linux-usb-devel] g_serial and Windows

2005-07-30 Thread Carles Pina i Estany
Hi, On Jul/30/2005, Carles Pina i Estany wrote: > I have installed the drivers in Windows XP like gadget_serial.txt file > explains (but it seems that it is for ACM driver? andgeneric serial > driver?). Installed driver in Windows XP saying to me "Cannot start > this device" (I have translated i

[linux-usb-devel] g_serial and Windows

2005-07-30 Thread Carles Pina i Estany
Hello, I am working on g_serial to communicate a Linux gadget to Linux host or Windows host. I have been working using the "Dummy HCD" and communicating ttyUSB0 and ttygserial without problems... Then, I have tested communicating Linux to Linux using "NetChip 2280" without problems. On host com