<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Charles Lepple wrote:
<blockquote cite="mid:14C64C17-A8DE-433D-862B-437C80E89C0F@ghz.cc"
 type="cite">On Jan 8, 2010, at 6:16 AM, Tim Nicholson wrote:
  <br>
  <br>
  <blockquote type="cite">I am trying to write an interface in C so I
can communicate with a PIC chip via USB using libhid, but I do not
understand how to use the path information I am seeing to send and
receive massages.
    <br>
  </blockquote>
  <br>
Your device's HID report descriptor does not specify any report IDs, so
the paths don't matter.
  <br>
  <br>
However, there is a chance that the device is only expecting you to
read and write to the interrupt endpoints (not the control endpoint).
Is the source code for this device available online?
  <br>
  <br>
</blockquote>
Charles, <br>
<br>
Thanks so much for replying so quickly.<br>
<br>
<font face="sans-serif">The code is part of the Microchip USB framework
which can be downloaded from the microchip website. It is the generic
HID example code for the low pin count development board which uses the
PIC18F14K50.<br>
Is there anything I can post that will help? I could email you the
source I used to compile the .hex if you wouldn't mind taking a look?<br>
<br>
Tim<br>
<br>
</font>
</body>
</html>