Pavel Kolinko
Joined: 15 Mar 2005 Posts: 10
|
ex_usb_mouse.c example |
Posted: Sun Feb 19, 2006 10:05 pm |
|
|
Hi everyone!
I am trying out the ex_usb_mouse example on PIC18F2550.
I don't have the CCS USB development board,
just a PIC18F2550 with MAX232 for rs232 level converter.
I got my hardware to the point when windows recognizes that a USB device is attached, however it does not recognize it as a generic HID or mouse device.
It says "unknown device" in device manager.
Thus the device doesn't get enumerated.
My question is: is there a ready application in VB6 or Visual C++ that I can use with CCS C code to play around.
Or will a generic HID application work?
Also, are there any drivers I need to download in order for the mouse example to work completely?
I have the hidclass.sys in Windows32\drivers folder so I assume all the other required drivers for hid device class are installed as well.
Where do I go from here (just a general direction would help a lot)
to be able to enumerate my PIC as a mouse device and finally get some data into the PC?
Thank you!
Best regards,
Pavel |
|