3 Commits

Author SHA1 Message Date
6635fa3e12 Fix CC/CR/CV set and query commands to use correct syntax
The manual's pipe symbol (|) means OR - e.g. CC|CURR:HIGH means use
either "CC" or "CURR:HIGH" as the command. The combined form "CC CURR:HIGH"
was not being parsed correctly by the device for queries. Now using the
second form (CURR:HIGH, RES:HIGH, VOLT:HIGH) which works for both set
and query operations. Verified readback works: set 1A -> reads 0.9999A.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 11:07:07 +07:00
dc4ea820cf Set default baud rate to 115200 (confirmed working with device)
Tested on COM1 - device responds correctly at 115200 baud with CR+LF
termination. Verified identify and measure commands work.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 10:13:19 +07:00
1594a240c0 Initial commit: Prodigit 3366G DC Electronic Load RS-232 driver and CLI
Python package for controlling the Prodigit 3366G (600V/420A/6kW) over
RS-232 serial. Includes driver with full command support (CC/CR/CV/CP
modes, measurements, battery test, OCP/OPP, dynamic mode, limits) and
CLI tool with identify, measure, monitor, live graph, and raw send.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 10:09:07 +07:00