Author Topic: Problems with GET_REPORT request in Visual C# Host application for HIDs  (Read 10280 times)

patricioconti

  • Member
  • ***
  • Posts: 2
Hi Jan, J. I used your example code for PIC18F and I got my Freescale MC68HC908JB16 working as a USB HID device. With your code I was able to write the response for the GET_REPORT (Feature, Input) and SET_REPORT (Feature, Output) requests, and I was also able to send and receive reports using interrupt transfers. I used your Host application example for HIDs, and it works fine with the visual .net, and visual basic versions but has a problem with visual c# version (the input report for control transfers failed, but the input feature report works fine). Could it be a firmware problem? It's strange because it has no problems with visual .net and visual basic version.
Thanks very much Jan