Config Settings Example
The following is an example of the command string for the Config Settings command. IOParameters, which is the 1st parameter, is the name of the configuration type.
CONFIG SETTINGS;IOParameters;Bluetooth;
Any configuration setting without a parameter name and value pair will be set to the default value from the table above. If a failure occurs processing the Config Settings command for the device, then a failure notification response is returned. A failure could result because of an error occurring within Frontline software as it attempts to process the command. The form for the failure notification response is the following.
CONFIG SETTINGS;FAILED;Timestamp=14:15:00,10/05/2006;Reason=Some Reason
A successful attempt to configure the IO for the devices results in a successful notification response. The form for the successful notification response is the following.
CONFIG SETTINGS;SUCCEEDED;Timestsamp=11:35:00
When sending a PIN code to Sodera, the master address, slave address and PIN must be sent in the same config settings command:
$FTE_CMD="Config Settings;IOParameters;Sodera;Master=".$Address1.";Slave=".$Address2.";PinCode=".$PIN;