Files
SPPro/README.md
T
2026-06-16 04:33:39 +10:00

21 lines
699 B
Markdown

# SPPro Access
Build a system that can connect to an SPPro Serial Port to get sensible data out of it to display it on a serial console and be used in other projects.
PyAware seems to already decode Serial Data. Look at porting that to portable C for decoding.
* Hardware necessary to connect to SPPro
* https://www.selectronic.com.au/documents/TechNotes/TN0050_02%20SP%20PRO%20Serial%20Port%20Pin-out.pdf
* How to connect this to an ESP32
* Parse Serial Data
* A simple C parser, portable to allow parsing
## See Also
* pyAWARE - not open source
* selpi - a Python set for seletronics
* https://github.com/neerolyte/selpi
* splink-influx
* https://github.com/angus-g/splink-influx