LIN - Frame Format

Output Frame Format

Frame Type: "no_frame"

PropertyTypeDescription
  • undefined
  • Inter-byte space

Frame Type: "header_break"

PropertyTypeDescription
  • undefined
  • Header break

Frame Type: "header_sync"

PropertyTypeDescription
  • undefined
  • Header sync

Frame Type: "header_pid"

PropertyTypeDescription
protected_idint6 bit protected Id
  • Protected identifier

Frame Type: "data"

PropertyTypeDescription
dataintData byte
indexintIndex, 0-8, of the data byte inside of the transaction

Frame Type: "checksum"

PropertyTypeDescription
checksumintLIN checksum
  • Checksum byte

Frame Type: "data_or_checksum"

PropertyTypeDescription
checksumintLIN checksum
dataintData byte
indexintIndex, 0-8, of the data byte inside of the transaction
  • Unable to determine if this byte is a data byte or a checksum. It is technically valid as both. This occurs if a a data byte, at index N, is equal to what the CRC should be if the transaction is N-1 bytes.