<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Hi James,</div>
    <div class="moz-cite-prefix"><br>
    </div>
    Le 05/08/2019 à 04:40, James Richters a écrit :<br>
    <blockquote type="cite"
      cite="mid:3af501d54b37$29d6dfd0$7d849f70$@productionautomation.net">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <meta name="Generator" content="Microsoft Word 15 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Consolas;
        panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
pre
        {mso-style-priority:99;
        mso-style-link:"HTML Preformatted Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:"Courier New";
        color:black;}
span.HTMLPreformattedChar
        {mso-style-name:"HTML Preformatted Char";
        mso-style-priority:99;
        mso-style-link:"HTML Preformatted";
        font-family:Consolas;
        color:black;}
p.msonormal0, li.msonormal0, div.msonormal0
        {mso-style-name:msonormal;
        mso-margin-top-alt:auto;
        margin-right:0in;
        mso-margin-bottom-alt:auto;
        margin-left:0in;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        color:black;}
span.EmailStyle20
        {mso-style-type:personal;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.EmailStyle23
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal"><span style="color:windowtext">Hi Jean, 
            Thank you very much for your help getting this to work. I’ve
            been out of town on a business trip but I’m finally back
            now, and trying to follow all this.  I’ve been trying to
            follow along the conversation with Email but I did not have
            a very reliable internet connection. I did see a zip file
            you posted, but then it seems you made more changes since
            then, I’m not sure how to apply .diff files.  <o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:windowtext"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span style="color:windowtext">Would it be
            possible to get an update zip file of the current files?  </span></p>
      </div>
    </blockquote>
    <br>
    <div class="moz-cite-prefix">I put a zip of my working directory of
      pas-libusb as a pseudo "convenience" release on my github
      repository :<br>
    </div>
    <div class="moz-cite-prefix"><a class="moz-txt-link-freetext" href="https://github.com/jsuzineau/pascal_o_r_mapping/releases/tag/pas-libusb_convenience_release">https://github.com/jsuzineau/pascal_o_r_mapping/releases/tag/pas-libusb_convenience_release</a></div>
    <div class="moz-cite-prefix">You should find every thing needed in
      it, you can even see my modifications with Tortoise Git, the .git
      subdirectory is included.</div>
    <div class="moz-cite-prefix">Let me know if I forgot something or if
      you get a problem.<br>
    </div>
    <div class="moz-cite-prefix"><br>
    </div>
    <blockquote type="cite"
      cite="mid:3af501d54b37$29d6dfd0$7d849f70$@productionautomation.net">
      <div class="WordSection1">
        <p class="MsoNormal"><span style="color:windowtext"><o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:windowtext"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span style="color:windowtext">I’m afraid a
            lot of this is just way over my head, I did not expect it to
            be anywhere near this complicated to get this to work, they
            python code I am trying to duplicate in my FPC application
            is so simple, but without access to the packages it uses,
            it’s turning out to be very complicated indeed..
             ironically,  the unit I am trying to get to work is called
            EasyHID, but it seem to be anything but easy.<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:windowtext"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span style="color:windowtext">Here is the
            python code that I am trying to implement in my FPC program:<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="color:windowtext"><a
href="https://github.com/wolfmanjm/kivy-smoothie-host/blob/master/modules/hb04.py"
              moz-do-not-send="true">https://github.com/wolfmanjm/kivy-smoothie-host/blob/master/modules/hb04.py</a><o:p></o:p></span></p>
      </div>
    </blockquote>
    <p>I'm busy today, I had a quick look at hb04.py, I haven't yet
      tried to open a device with pas-usb but I don't think it would be
      too much difficult.</p>
    <br>
  </body>
</html>