Dean Camera

Results 64 comments of Dean Camera

This is a good idea, and one I want to think about a little (sorry for the horrific delay in my response, I've been a little busy of late). System...

Oh, I forgot to give my immediate reaction: I think your idea of adding a second `is_open()` property for the logical open state is a good one, leaving `connected()` to...

@agprimatic thanks for the PR! Looks like you spent a ton of time on this, and I really appreciate it. I agree with @NicoHood in that the return type should...

The `TARGET` variable likely is an unfortunate naming choice. It's used throughout the DMBS makefile build system so changing it both there and here is possible, but may cause issues...

Hi Urly, did you ever figure this one out? USB to Serial adapters on Windows can use of of several protocols; the CDC-ACM that is implemented by LUFA, and/or proprietary...

Hrm. A long time ago when I implemented this, I just use code in the HID device class driver to adapt the off-by-one values to the existing common `HID_REPORT_ITEM_*` values,...

Yes, I understand - but the `CALLBACK_HID_Device_CreateHIDReport()` callback has a `ReportType` parameter already, which uses the existing `HID_REPORT_ITEM_*` values. Having the new definitions around would confuse people unless I change...

It's possible, but it wouldn't fit into the bootloader space (the MS class one already takes up 6KB, so has to spill out of the bootloader region). While technically feasible,...

Sorry, I meant to look at this weeks ago, but completely forgot about the Github notification. Looks like there is indeed an issue here. The logic is supposed to be:...

That looks like the bootloader isn't responding to any commands from the host -- are you sure the programmer is using the correct virtual COM port number?