Search results

  1. J

    USBHost_t36 and Raw HID Device (HP Proximity Reader X3D03A)

    I'm trying to connect a Teensy 3.6 to a device that provides a Raw HID interface. I've used KurtE's work here: https://forum.pjrc.com/threads/47914-T3-6-USB-Host-Raw-Hid?highlight=USBHost as a starting point. So far, it seems like I'm unable to connect to the device properly. Here is my code...
  2. J

    New USB Type, RAW HID Without Serial Emulation

    I've been trying to use RAW HID on the Teensy 3.2 with some existing code, and ran into problems with having two HID interfaces in the RAW HID configuration. My tools didn't know what to make of it. So I made a variant of RAW HID without serial emulation. In usb_desc.h, I created a new...
Back
Top