rdserialtool
rdserialtool copied to clipboard
rdserialtool - RDTech UM/DPS/RD series device interface tool
I know the projects seems not to be maintained and it also does not claim to support the RD6024 device, but it works nearly. For everyone who want to use...
Hey, thanks for this work! Would it be an option for you to publish this library to PyPI? Would be great if I could use this library as dependency in...
``` Setting: 4.20V, 1.000A (CC) Output (on) : 3.67V, 10.02A, 3.67W Input: 29.27V, protection: good Brightness: 4.0/5, key lock: on Model: 5205.0, firmware: 16.0 Collection time: 2020-06-29 17:35:37.914103 ``` This...
This PR closes #8 Allthough i am unable to test on different devices as i only have a DPS5015.
Hi, In order not to overload the display of the results and its exploitation throw scripts, I've needed to remove some initial display. Thanks
BT & Serial is ok, but with all those RD6006W around, an option for Wifi would be great. Also: could you please provide an example on how rdserialtool can be...
So while developing the GUI extension I noticed that the key lock stays on no matter what you set. I have a feeling the firmware is ignoring the register and...
root@raspberrypi:/src/rdserialtool# rdserialtool --device=um25c --serial-device=/dev/rfcomm0 --debug 2020-05-10 20:28:20,192 INFO: rdserialtool 0.2.1 2020-05-10 20:28:20,192 INFO: Copyright (C) 2019 Ryan Finnie 2020-05-10 20:28:20,193 INFO: 2020-05-10 20:28:20,193 INFO: Connecting to UM25C /dev/rfcomm0 2020-05-10 20:28:20,193...
Hi, thanks a lot for this great project! I was able to install pybluez on 10.14.3 by [manually applying a yet unmerged PR](https://github.com/pybluez/pybluez/pull/223): ```shell git clone https://github.com/pybluez/pybluez cd pybluez curl...