Hi all!. First of all, I would like congratulate you for this forum, really nice

.
I downloaded the generic_hid project for C# and I'm using it. I've got a PIC 18F4550 and I'm comunicating through usb. With your library, it's very simply send and read data.
But this PIC, each 5 ms, send a interrupt to PC for send data (8bytes). How can I capture this interrupt from generic_hid??? Or must I create a thread for read each 5ms???
Thanks !!!