Radio Programming Errors
Programming errors are divided into three categories:
1.Protocol Errors - These are errors produced by the low level communication routines.
2.Radio Errors - These are errors that are returned from the radio ROM or operating software.
3.PC Errors - These are errors that are produced by the PC Programming software.
MESSAGE | CODE |
|
|
Successful | 0 |
Protocol - Canceled by receiver | 5 |
Protocol - Canceled by sender | 6 |
Protocol - Terminate transmission | 7 |
Protocol - Transmit error | 8 |
|
|
Protocol - Protocol initialization error | 9 |
Radio - Programmed successfully | 10 |
Radio - Comport configuration failed | 11 |
Radio - Flash erase failed | 12 |
|
|
Radio - Flash write failed | 13 |
|
|
Radio - Flash code CRC did not match | 14 |
|
|
Radio - Canceled by receiver | 15 |
Radio - Canceled by sender | 16 |
Radio - End of transmission received | 17 |
Radio - Transmit error | 18 |
|
|
Radio - Invalid command | 19 |
Radio - No application code | 20 |
|
|
Radio - Application code error | 21 |
Radio - EEPROM programming error | 22 |
Radio - Baud rate has changed | 23 |
PC - Cannot allocate memory | 50 |
|
|
PC - Cannot open data file | 51 |
|
|
PC - Cannot read data file | 52 |
PC - Cannot write to file | 53 |
PC - File not found | 54 |
PC - File is larger than radio memory | 55 |
|
|
PC - Incorrect Tracking Data RF band | 57 |
split |
|
PC - Incorrect Tracking Data version | 58 |
PC - Tracking Data checksum error | 59 |
PC- | 60 |
PC - Comport configuration error | 61 |
PC - Abort, message canceled | 62 |
PC - Requested personality data does | 63 |
not exist |
|
|
|
DESCRIPTION
Command was performed successfully.
x328 protocol received a cancel. The radio detected a cancel command.
x 328 protocol transmitted cancel. The radio is canceling the read command.
x328 protocol received an end of transmission.
x328 protocol could not transmit. Reliable communication cannot be established. It could be the radio or PC hardware problems (programming cable, interface box, or radio hardware). x328 protocol not initialized or failed to initialize.
Radio responded with a success. Radio acknowledged successful programming. Radio could not configure its comport (hardware failure).
Radio failed to erase the flash memory. The radio flash memory part is unusable or it cannot detect the 12 volts power. Check the programming box and cables.
Radio failed in writing to the flash memory. Retry the programming process (hardware failure).
Flash code not programmed correctly. CRC did not match. The operating software will not execute.
The radio operating software received a cancel command.
The radio software received or sent an end of transmission.
Radio could not transmit the required data. Check all hardware connections and try programming again.
Radio did not understand the received command.
No application code is loaded, the radio cannot accept personality commands.
The radio application code failed to perform the command. Could not program the radio EEPROM part.
The radio acknowledged a successful baud communication baud rate change.
The PC programming software could not allocate adequate memory space to perform the function.
The specified file (code or personality) could not be opened (file does not exist or has access protection).
The specified file (code or personality) could not be read. The specified file (code or personality) could not be written.
The specified file (code or personality) is not found in the current directory.
The radio flash part size is unknown or the operating software file size is larger than the radio's flash memory size.
Incorrect Tracking Data RF band split.
Incorrect Tracking Data version. Tracking Data checksum error.
Radio is not connected or not turned on or the selected PC comport number is invalid. Comport configuration error, cannot set comport.
Aborted by operator, message canceled.
The personality table does not exist (Tracking or Encryption table).
23