Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markmll/shunda_tec06
Text and GUI data collection from Shunda Tec-06 battery tester.
https://github.com/markmll/shunda_tec06
battery-testers linux
Last synced: about 1 month ago
JSON representation
Text and GUI data collection from Shunda Tec-06 battery tester.
- Host: GitHub
- URL: https://github.com/markmll/shunda_tec06
- Owner: MarkMLl
- License: gpl-3.0
- Created: 2024-12-11T15:16:34.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-11T15:32:48.000Z (about 1 month ago)
- Last Synced: 2024-12-11T16:28:15.769Z (about 1 month ago)
- Topics: battery-testers, linux
- Language: Pascal
- Homepage:
- Size: 149 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shunda_tec06
This provides text (to stdout) and GUI data collection from a Shunda Tec-06 battery tester, as described at https://www.sevarg.net/2018/01/14/tec-06-serial-battery-tester-review/ and https://www.sevarg.net/2018/01/20/reverse-engineering-tec-06-serial/Note that it relies on a non-standard high-speed serial interface, so far the only device that I've found that supports this is a genuine (not a counterfeit) FTDI FT232.
If it is built as a console program (e.g. using the included makefile) or the GUI variant is invoked with a port on the commandline (e.g. /dev/ttyUSB0) then it provides text output which can be redirected to a file. If it is run as a GUI application (no commandline parameter) then it provides graphical output but has no provision to save either a graph or captured text to a file.
Overall layout has been heavily influenced by the appearance of the original Chinese-language program, but as yet there is very limited backend functionality.
![Screenshot](tec06/tec-06.png)
Unfortunately my unit might be acting up, although I suspect that the cause might be as simple as an excessivley-long USB lead.