Hi,
I have trawled the net and found few ways to talk to a USB device from application layer like winusb and wceusbsh. But the catch is that they all work in winXP/2000 above. I am looking for a mechanism that works on Windows CE.
This is my problem. We are using a generic off the shelf PND device for prototyping. The hardware has a USB host port. Now we intend to connect a custom device to this port. I am looking for communicating with this device from application layer. I have few questions in this regard.
1.Can I achieve this by writing application level code (user mode) ? (Please assume it is a HID device, if it eases the burden)
2.If I have to write a USB driver, can I write it when the BSP is not available? (PND vendors give the platform SDK but never the BSP)
3. If point 2 is possible, do I need platform builder or Can I do it in evc4?
Thanks and regards,
sairam