GPO (General Purpose Output) Programming¶
The GPO (General Purpose Output) Programming in 123RFID Desktop
is part of the Operating Mode configuration in IoT Connector
.
The following Code illustrate the IoT Connector config REST API that must be configured on the reader to effectively migrate the 123RFID Desktop configuration.
{ "command": "set_config", "command_id": "16266718797272556", "payload": { "GPIO-LED": { "RADIO_START": [ { "type": "GPO", "pin": 1, "state": "HIGH" } ], "RADIO_STOP": [ { "type": "GPO", "pin": 1, "state": "LOW" } ] } } }