Skip to content

Configuration/Decoding question #663

Answered by john30
gperdach asked this question in Q&A
Discussion options

You must be logged in to vote

*r,,,,,,B524,02000200,,,IGN:4,,,
r,,Hc1CircuitType,CircuitType Heizkreis 1,,,B524,0200,,,mctype;IGN:1,,,

this definition is using defaults from the first line (starting with "*r"), so it will take the file name into account and will be reduced to the following before being interpreted:
r,700,Hc1CircuitType,CircuitType Heizkreis 1,,,B524,020002000200,,,IGN:4;mctype;IGN:1,,,

in the message sequence, the remaining bytes are:

  • 1a: crc
  • 00: ack
  • 06: answer length
  • 030202000100: answer data
  • b5: crc
  • 00: ack

so the actual interesting data is 030202000100 and that is then interpreted like this:

  • 03020200: skipped for "IGN:4"
  • 01: mctype
  • 00: skipped for "IGN:1"

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by gperdach
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants