Error checking

When the error checking is switched on, the radio will add a checksum to the transmitted data. When the data is received, the checksum is verified before data is forwarded to the serial port. Options for error checking can be accessed via the Configuration Manager software. Settings must be set equally for all radio in the same network.

Error Check modes

  • OFF (default setting).

    Received data is not verified at all. In practice, this is the fastest way to operate, because the data is given out from serial port immediately after it has been received. This is recommended method if the application protocol already includes error checking functions.

  • CRC8 Partial.

    Verifies the data in small blocks and they are delivered to DTE as sub messages after validating. Once an error is detected, the rest of the message is ignored. In practice, if the error appears in the middle of the message, the first part is forwarded to DTE and the data in erroneous sub-message and after that will be lost.

  • CRC16 Full and CRC 8 Full check.

    Adds checksum characters accordingly at the end of the user data message. At the reception end the receiver receives first the whole package and if the checksum matches the data message is forwarded to the serial port.