Page 1 of 1

HID USB DEVICE WITH PIC24F

Posted: 24 Jan 2021 19:20
by mrk89
Hi guys,
I made a lot of USB HID Devices like joystick, mouse ecc.ecc... using PIC18F.
Now, I need a bigger uC with many I/O, and I'm trying to use a PIC24FJ64GA108.
I know it's possible, but could someone explain me how to do that?
Could you share some code with me if you have already done that?

Thank you in advance very much.

Marco

Re: HID USB DEVICE WITH PIC24F

Posted: 25 Jan 2021 12:46
by filip.grujcic
Hello,

There is a simple HID example that comes with the compiler:
...\Mikroelektronika\mikroC PRO for dsPIC\Examples\Development Systems\Easy24-33 v6\USB
You could use it for reference.

Regards,

Re: HID USB DEVICE WITH PIC24F

Posted: 25 Jan 2021 12:59
by mrk89
Hello Filip,
have you tried it?
I'm asking because in the past some examples weren't working.

Thank you, I'll give it a try

Marco