HubertD / candle_dll

Windows DLL to access candleLight devices via WinUSB
15 stars 16 forks source link

Updating #4

Open alexandration opened 1 year ago

alexandration commented 1 year ago

Hi, @HubertD

I tried to work with your library with a fresh candlelight, but I couldn't get the device to open because the command to set the timestamp mode was removed. I've slightly updated the list of supported requests.

rusefillc commented 9 months ago

@alexandration please consider contributing to https://github.com/Andrei-Errapart/candle_dll which seems to be the most alive fork of this repo?

See also https://github.com/HubertD/candle_dll/issues/2 and https://github.com/Andrei-Errapart/candle_dll/issues/1

alexandration commented 7 months ago

@alexandration please consider contributing to https://github.com/Andrei-Errapart/candle_dll which seems to be the most alive fork of this repo?

See also #2 and Andrei-Errapart#1

@rusefillc my main contribution is changes to the candle_channel_set_bitrate function so that the bitrate can be adjusted regardless of the peripheral clock frequency (previously it was only for 48 MHz). Do you think it's worth adding to the repository?