Use the Serial Link
The serial bridge is the narrow, hardware-flavored interface. It streams the active vessel and
accepts compact SCPI commands. It is not a second copy of the whole /sim tree.
Enable it
Section titled “Enable it”Set these flat keys in gatos.toml, then restart the VM:
serial_telemetry_port = trueserial_command_port = trueserial_mode = "ndjson"serial_interval_ms = 500Read the port
Section titled “Read the port”stty -F /dev/virtio-ports/gatos.serial raw -echocat /dev/virtio-ports/gatos.serialNDJSON prints one JSON document per line. nmea and ccsds change the outbound framing, not the
simulation model behind it.
Send a command
Section titled “Send a command”Open the device read-write from one program or a terminal multiplexer, then send the SCPI line for the active vessel:
CTL:THROTTLE 0.5Use the serial reference for the complete accepted vocabulary and response framing.
Serial referenceDevice path, modes, SCPI commands, cadence, and current limitations.