davefromnj
Joined: 03 May 2007 Posts: 42
|
PICDEM FS USB -- WORKING |
Posted: Mon May 31, 2010 12:38 pm |
|
|
Hello all,
I just wanted to post for those who may have come across this problem:
If you are trying to use the ex_usb_kbmouse2 project with the PICDEM FS USB demo board and keep getting DEVICE NOT RECOGNIZED from windows, you have to do the following to your example:
Code: | #if __USB_PIC_PERIF__ && defined(__PCH__)
// #define USB_CON_SENSE_PIN PIN_B2
#define USB_CON_SENSE_PIN PIN_A1
#endif
|
The USB connection sense pin is not RB2 on the PICDEM, it is RA1. Everything works for me now. |
|