Class Message

  • All Implemented Interfaces:
    Message

    public class Message
    extends AbstractMRMessage
    Class for messages for a LAWICELL CAN hardware adapter.

    The Lawicell adapter protocol encodes messages as an ASCII string of up to 24 characters of the form: tiiildd...[CR] Tiiiiiiiildd...[CR] The t or T indicates a standard or extended CAN frame iiiiiiii is the header as hex digits l is the number of bytes of data dd are the (up to) 8 data bytes

    RTR Extended frames start with an R, RTR standard frames with r.