Testladen

Appendix

Connector pinouts

Mains inlet — IEC 60320 C14

PinSignal
LLine (live)
NNeutral
Protective earth

Management port — RJ45 (1000BASE-T)

Standard 8P8C, MDI/MDI-X auto. LINK (green) and ACT (blinking) integrated in the connector.

PinPair
1–2BI_DA
3–6BI_DB
4–5BI_DC
7–8BI_DD

10BASE-T1S single-pair Ethernet (per network module)

PinSignal
1P (data +)
2N (data −)
ShellCable shield / chassis

USB-C console

SignalUse
VBUSBus power (host-supplied)
D+/D−USB 2.0 serial console (115200 8N1)
GNDGround

⚡ Module-specific I/O pinouts (power, debug, serial/bus) are printed on each module's label and in its individual datasheet.

Command reference

Full syntax is available with testladen-cli --help and testladen-cli <command> --help.

CommandDescription
discoverFind appliances via mDNS
statusAppliance state, firmware, backplane revision
module list / module info <slot>List modules / show one module
power on|off|cycle --rail <name>Control a DUT power rail
power measure --rail <name>Read voltage and current
serial open --module <slot> --baud <rate>Attach to a DUT console
net statusNetwork and 10BASE-T1S state
config get|set <key> [value]Read/write configuration
config backup|restore <file>Export/import configuration
firmware update --file <path>Flash firmware
reset --factoryRestore factory defaults

JSON-RPC method reference

Endpoint: http://testladen.local/rpc — JSON-RPC 2.0, Authorization: Bearer <token>.

MethodParamsResult
system.statusState, firmware, backplane revision
module.listArray of installed modules
module.info{ slot }Module detail and health
power.set{ rail, state }Rail state, voltage, current
power.measure{ rail }Voltage, current
serial.open{ slot, baud }Session handle
config.get / config.set{ key[, value] }Value
firmware.update{ image }Update status

Complete, versioned reference: bitcrushtesting.com/docs.

Changelog

FirmwareNotes
1.5.0Configuration backup/restore; JSON-RPC power.measure; web UI firmware upload.
1.4.0HMI/display capture module support; improved mDNS discovery.
1.3.010BASE-T1S network module support (Rev B backplane).
1.2.0Access tokens and TLS for the API; per-rail current measurement.
1.0.0Initial release.

Full release notes accompany each firmware image.