WinCE device to enumerate and act as a HID device on a usb bus.

  • Thread starter Christos SV1EIA
  • Start date
C

Christos SV1EIA

Hi,



I'm trying to develop an application whereas it will reside on a WinCE

embedded system and it communicate to a Windows host via usb.

That communication is needed to be via the HID mechanism since I do

not want to go into driver development/signing/etc on the Windows host

side.



What I've seen so far is

\WINCE600\PUBLIC\COMMON\OAK\DRIVERS\USB\CLASS\HID

but this is for a WinCE system to act as a host and access another

slave device over its usb port.



Also I've seen

\WINCE600\PUBLIC\COMMON\OAK\DRIVERS\USBFN\CLASS\COMPOSITEFN

but I cannot see how and if that can apply to what I need.



Is there any working example (any at all) that I can use as a

reference for a WinCE system to act as a HID device on a usb bus?



Christos
 
P

Paul G. Tobey [eMVP]

I'm pretty sure you won't find a different answer here than in .platbuilder...



Paul T.



"Christos SV1EIA" wrote:



> Hi,

>

> I'm trying to develop an application whereas it will reside on a WinCE

> embedded system and it communicate to a Windows host via usb.

> That communication is needed to be via the HID mechanism since I do

> not want to go into driver development/signing/etc on the Windows host

> side.

>

> What I've seen so far is

> \WINCE600\PUBLIC\COMMON\OAK\DRIVERS\USB\CLASS\HID

> but this is for a WinCE system to act as a host and access another

> slave device over its usb port.

>

> Also I've seen

> \WINCE600\PUBLIC\COMMON\OAK\DRIVERS\USBFN\CLASS\COMPOSITEFN

> but I cannot see how and if that can apply to what I need.

>

> Is there any working example (any at all) that I can use as a

> reference for a WinCE system to act as a HID device on a usb bus?

>

> Christos

> .

>
 
Back
Top Bottom