Ok, so if I do not care how the actual device responds and I just always send ACK back to the pc, how would I move forward from this point?
I still want to send the exact same SET_REPORT to the actual device.
As far as I understand I can not use...
You would need to add special code both in the core library and to the USBHost_t36 library.
But even if you go to all that trouble, it may still not really work out the way you want. The main problem is your code added to the core library which...
Hey,
Im trying to forward data between the PC and the device thats connected to the usb host, using the teensy as a kind of proxy between it.
Example: The teensy receives a set report request from the PC. How would I forward the request to the...