This commit is contained in:
2026-06-16 04:59:02 +10:00
parent e139079a3c
commit 436d452deb
14 changed files with 399 additions and 135 deletions
+11
View File
@@ -0,0 +1,11 @@
name=SPPro
version=0.1.0
author=Scott P
maintainer=Scott P
sentence=Read and decode Selectronic SP PRO inverter data over its serial port.
paragraph=Portable C parser for the SP PRO serial protocol (Kermit CRC, Q/W frame build/parse, MD5 challenge/response login, register decoding and scaling). Includes an optional thin C++ wrapper around any Arduino Stream (HardwareSerial, SoftwareSerial, WiFiClient/EthernetClient). Ported from the open-source selpi project; needs an RS-232 level shifter (e.g. MAX3232).
category=Communication
url=https://github.com/scottp/SPPro
architectures=*
license=MIT
includes=Sppro.h