Re: USB CDC driver?
- From: Rob <Rob@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 22 Oct 2008 01:36:02 -0700
I wrote such a driver, used the printer sample as a starting point.
Basically it consists of 2 bulk pipes, and handling of the SERIAL_* IOCTL's
For receiving you need a receive thread, reading bytes in a blocking way,
there is apperently no bufferring in the underlying layers, so if you call
read periodically, you will miss data.
Kind regards,
Rob van den Bergh
"Luca Calligaris" wrote:
.
Not exactly: there is a sample for USB 'serial' class in Windows Embedded CE
6.0
(%_WINCEROOT%\PUBLIC\COMMON\OAK\DRIVERS\USB\CLASS\USBSER)
--
Luca Calligaris
www.eurotech.it
"Nil" <Nil@xxxxxxxxxxxxxxxxxxxxxxxxx> ha scritto nel messaggio
news:CF9ADEAB-0311-442D-8E0E-DFEC788022E5@xxxxxxxxxxxxxxxx
Hi all,
I am working on CE 6.0. I want to implement USB Communication
Device Class Driver on PXA270 processor.
Is any sample code is available on net ? or in CE5.0 or on CE6.0?
Regards,
Swapnil
- Follow-Ups:
- Re: USB CDC driver?
- From: Nil
- Re: USB CDC driver?
- From: Valter Minute
- Re: USB CDC driver?
- References:
- USB CDC driver?
- From: Nil
- Re: USB CDC driver?
- From: Luca Calligaris
- USB CDC driver?
- Prev by Date: Re: USB CDC driver?
- Next by Date: Re: USB CDC driver?
- Previous by thread: Re: USB CDC driver?
- Next by thread: Re: USB CDC driver?
- Index(es):
Relevant Pages
|