Dean Camera
Dean Camera
I think the best course of action is to add a new `RequireDTR` option to the `Config` section of `USB_ClassInfo_CDC_Device_t`, and set that to `true` in all the demos in...
Whoops, sorry Polch -- GitHub hides the pull requests into a separate tab now and I missed this (I get a LOT of GitHub emails, so it's easy for me...
HIDAPI isn't supported in the (modified) Teensy CLI loader app - compilation doesn't work without libUSB as there's no HIDAPI fallback. Did you perhaps use a different version of the...
HIDAPI is probably a better solution to generic LibUSB code, but I thought there was more to it than just changing `-DUSE_LIBUSB` to `-DUSE_HIDAPI` like your proposed patch does. I...
Whoopsiedaisy - the diff to `hid_bootloader_cli.c` was so large GitHub was hiding it by default, which confused me 😞. I'll do a proper re-review of this.
This should be relatively straightforward to implement by combining the existing class driver device demos - is there a reason it needs to be a new discrete demo?
Sorry for the very late response! Given it's been well over a decade since I wrote the code, I can't honestly say for certain why it is the way it...
Have you got a serial terminal, logic analyzer, or oscilloscope to verify what's happening with the serial link to the slave device? It certainly sounds like the USB communications are...
Sorry for the late reply - I've been away on a cruise ship around New Zealand, no internet access for the last week and a half. I agree, the documentation...
It's not currently on my radar, but a quick at the overview shows that it's a much more enhanced MIDI spec that remains backwards compatible with the 1.0 version implemented...