
EEPROM Programmer: Implementing Serial JSON-RPC API
949 words·5 mins·
loading
·
loading
A JSON-RPC API is implemented for the Arduino EEPROM programmer, with clean separation between protocol handling and application logic. The Arduino firmware exposes basic read/write primitives, while a Python CLI handles the business logic. Validation against the XGecu reference programmer confirms identical read and write behavior.
