I looked more closely at how I was connecting the device to the Teensy and found a mistake.
It's working now, and I'm getting data. Thanks for the help, and your work on the USBHost stuff!
Type: Posts; User: jerwood
I looked more closely at how I was connecting the device to the Teensy and found a mistake.
It's working now, and I'm getting data. Thanks for the help, and your work on the USBHost stuff!
This was the complete log of powering up the Teensy with the device connected. It's connected directly to the Teensy. Maybe it needs more power than the Teensy can provide?
I will try again with a...
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...
Maybe a job for an FPGA hat on your Pi, or look at the Parallela: https://www.parallella.org/board/
I'm writing my host application in Xojo (with a third party HID plug-in) for Mac and Windows. Sorry, I don't have any experience trying to get it to work with anything else.
I based my configuration on the original RAWHID setup, I'm not sure what's correct. I do think that Tx and Rx need their own endpoints, but that's an educated guess. So far it seems to work.
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....
It may be too late for 1.29, but I'd like to see a RAW HID configuration without the emulated serial. I've just started using Teensy, and most of the tools I use for RAW HID comms for previous...