Start project
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user