1-Wire - Frame Format

Output Frame Format

Frame Type: "reset"

PropertyTypeDescription
  • Reset pulse

Frame Type: "presence"

PropertyTypeDescription
  • Presence Pulse

Frame Type: "rom_command"

PropertyTypeDescription
descriptionstrread, skip, search, or match
rom_commandbytesThe command byte
  • ROM command. This is the first command issued by the master after a presence pulse

Frame Type: "crc"

PropertyTypeDescription
crcbytesThe CRC byte
  • 8 bit CRC, last part of the 64 bit identifier

Frame Type: "family_code"

PropertyTypeDescription
familybytesThe family code, which is the first part of the 64 bit identifier
  • The family code of the device ID

Frame Type: "id"

PropertyTypeDescription
idint48 bit integer, taken from the center of the 64 bit identifier
  • The 48 bit device identifier

Frame Type: "data"

PropertyTypeDescription
databytesA single data byte
  • Data byte after the ROM command and identifier

Frame Type: "invalid_rom_command"

PropertyTypeDescription
rom_commandbytesThe ROM command byte
  • Unknown ROM command

Frame Type: "alarm"

PropertyTypeDescription
rom_commandbytesThe command byte
  • Alarm search command