Protocols
The Scadable SDK accepts seven protocols today. Modbus (TCP and RTU) is the only one with full runtime support in v0.2.0. The rest compile and validate, but their gateway-side drivers ship in a future release.
Status
| Protocol | DSL accepts | Runtime support |
|---|---|---|
modbus_tcp | yes | production |
modbus_rtu | yes | production |
ble | yes | preview (next release) |
gpio | yes | preview |
serial | yes | preview |
i2c | yes | preview |
rtsp | yes | preview |
Pages in this section
- Modbus: full reference for Modbus TCP and RTU. Register types, dtype, endianness, on_error, scaling, writable inference, and worked examples.
More protocol pages will land here as their runtime support ships.
Updated 4 days ago
