Generic communication protocol specific error codes
Overview
Collaboration diagram for Generic communication protocol specific error codes:
Macros | |
#define | ERR_COMM_DLL 0x0240 |
data link layer error (error of rs232 connection) | |
#define | ERR_COMM_DLL_TIMEOUT 0x0241 |
timeout during serial RS232 operation | |
#define | ERR_COMM_HW 0x0242 |
RS232 interface hardware error. | |
#define | ERR_COMM_PROT 0x0243 |
common RS232 protocol error | |
#define | ERR_COMM_PROT_ACKN 0x0247 |
RS232 interface: receive acknowledge 'F' or no 'O'. | |
#define | ERR_COMM_PROT_CMD 0x0246 |
illegal or unknown RS232 command | |
#define | ERR_COMM_PROT_CRC 0x0244 |
RS232 CRC error. | |
#define | ERR_COMM_PROT_DATA_LEN 0x0248 |
RS232 interface: wrong data length code. | |
#define | ERR_COMM_PROT_FRAME 0x0249 |
RS232 interface: invalid frame format. | |