GPO (General Purpose Output) Programming

The GPO (General Purpose Output) Programming in 123RFID Desktop is part of the Operating Mode configuration in IoT Connector.

123RFID Desktop GPO Programming

The following Code illustrate the IoT Connector config REST API that must be configured on the reader to effectively migrate the 123RFID Desktop configuration.

IoT Connector set_config REST API to set different GPO setting for the reader.
 {
     "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"
                 }
             ]
         }
     }
 }