Re: How to use PIC18 with MCP USB Chip to do HID?
I must admit the pic usb I/f is not an area I have studied or even used but I would have thought that if you want your "device" to appear to the usb host as a mouse then the descripter to use would be that of a generic mouse device.doing otherwise would entail the need to provide host driver code as well.
have a look at the Arduino mouse library and maybe copy its functionality and hid descripter .
then again I might be completely wrong
Warning I'm not a teacher
Bookmarks