Re: [ECOS] USBHID-PDU device programming...

2008-06-16 Thread Frank Pagliughi
Michelle Konzack wrote: Does anyone have sample code, HOW to code the USBHID stuff? There are a number of books ("USB Complete", "USB Design By Example", etc) and web sites for writing USB device software and nearly all of them contain HID examples. A starting point may be: http://www.l

Re: [ECOS] USBHID-PDU device programming...

2008-06-16 Thread Andrew Lunn
> I hav tried to use a MAXQ2000 CPU and a DS80C411 but it seems, since I > have the need for an usb 1.1 Port and of course the USBHID-PDU, I have > to go with a small Atmel AM91SAM7S which include an USB port and (AFAIT) > a I2C port. > > Does anyone have sample code, HOW to code the USBHID st

[ECOS] USBHID-PDU device programming...

2008-06-16 Thread Michelle Konzack
Hello, writing a Kernel Module for an Operating System is "easy" but implementing the peripherial side is the Hell... OK I have downloaded from and others several 100 pages of specifications but I have not found any hints HOW to code the periperial part... I