Get version ('V')


cmd-ID cmd-data
PC -> uC ‘V’ = 0x56 -
PC <- uC ‘V’ = 0x56 dv3 dv0 av3 av0 nmSize nmN nm0 snSize [snN] […] [sn0]

  • dv3…dv0 = debug library/protocol version (dv1, dv0 = LSB, MSB)
    example: V2.3.1113 -> dv3 = 0x02, dv2 = 0x03, dv1 = 0x59, dv0 = 0x04
  • av3…av0 = application version (same format as dv3…dv0)
  • nmSize: number of bytes that follow for the name (nmN…nm0)
    nmN…nm0 = node-name (string which can have a variable length)
  • snSize: number of bytes that follow for the serial-nr (snN…sn0)
    snN…sn0 = serial number (string which can have a variable length)
    the serial number may be omitted