<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>LPC MicrocontrollersのトピックRe: RAW HID Client Tool</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/RAW-HID-Client-Tool/m-p/524430#M7066</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Tsuneo on Tue May 27 11:09:24 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;1) SimpleHIDWrite by Robert Marquardt&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://http://janaxelson.com/files/SimpleHIDWrite3.zip"&gt;http://janaxelson.com/files/SimpleHIDWrite3.zip&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- Report size is limited to less than 64 bytes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Support report IDs&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Support composite/multi-TLCs HID + HID device&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) generic_hid_cs_62 by Jan Axelsons&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://http://janaxelson.com/files/generic_hid_cs_v62.zip"&gt;http://janaxelson.com/files/generic_hid_cs_v62.zip&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- No report size limit, even more than 64 bytes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- To support report IDs, source code modification is required&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- To access the second HID interface on composite/multi-TLCs HID device, you have to touch to the source code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are many other "HID client tools" on the web.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But they have similar limitations,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- report size is limited to 64 bytes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- report ID is not supported&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- doesn’t access to composite/multi-TLCs HID device&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tsuneo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 16:50:13 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T16:50:13Z</dc:date>
    <item>
      <title>RAW HID Client Tool</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/RAW-HID-Client-Tool/m-p/524429#M7065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by mfarnet on Tue May 27 09:27:35 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anybody know if there is a more expanded version of the "HIDClient.exe" tool?&amp;nbsp; This tool reads and writes only one byte.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:50:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/RAW-HID-Client-Tool/m-p/524429#M7065</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: RAW HID Client Tool</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/RAW-HID-Client-Tool/m-p/524430#M7066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Tsuneo on Tue May 27 11:09:24 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;1) SimpleHIDWrite by Robert Marquardt&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://http://janaxelson.com/files/SimpleHIDWrite3.zip"&gt;http://janaxelson.com/files/SimpleHIDWrite3.zip&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- Report size is limited to less than 64 bytes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Support report IDs&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- Support composite/multi-TLCs HID + HID device&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) generic_hid_cs_62 by Jan Axelsons&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://http://janaxelson.com/files/generic_hid_cs_v62.zip"&gt;http://janaxelson.com/files/generic_hid_cs_v62.zip&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;- No report size limit, even more than 64 bytes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- To support report IDs, source code modification is required&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- To access the second HID interface on composite/multi-TLCs HID device, you have to touch to the source code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are many other "HID client tools" on the web.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But they have similar limitations,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- report size is limited to 64 bytes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- report ID is not supported&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- doesn’t access to composite/multi-TLCs HID device&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tsuneo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:50:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/RAW-HID-Client-Tool/m-p/524430#M7066</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:50:13Z</dc:date>
    </item>
  </channel>
</rss>

