User's Guide

"setToAddress": "5"
},
{
"name": "Lambrecht ARCO Wind Direction",
"sdiID": "LMGmbH1514582D",
"setToAddress": "6"
},
{
"name": "Tekbox Rain Gauge",
"sdiID": "TEKBOXVNTBSRG",
"setToAddress": "7",
"configCommands": [
"7XSBV,+0.20!",
"7M!",
"#2",
"7D0!"
]
}
]
}
4.6. Command Line Interface Error Messages
The following list describes the error numbers the CLI may return and their meaning:
CMD_NOT_FOUND 1 Invalid command
INVALID_PARAM 5 Invalid parameter
NOT_ALLOWED 6 Command not allowed from this port
NO_SUCH_DEVICE 7 The requested character device does not exist
MALLOC_ERROR 8 Error allocating memory (out of memory)
FILE_SYSTEM_ERROR 9 Generic file system error
SERIAL_SETATTRIB_ERR 10 Serial port error
USR_TIMEOUT 11 User timeout (no keys pressed for a defined time)
WRONG_PASSWORD 12 Invalid password
UNEXPECTED_ANSWER 13 Unexpected answer (e.g. from a sensor)
SMS_FAILURE 14 Failed to send and/or receive SMS
FACTORY_TEST_FAILED 20 The factory test could not be completed
FLASH_ERROR 31 Error writing to/reading from the flash memory
BAD_CRC_ON_PIN_PUK 33 CRC error when sending PIN & PUK (-v option)
PIN_ENABLE_DISABLE_FAILED 34 Failed to enable or disable the PIN request
EXITCOMMAND 99 User requested exit from CLI
35