You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Identified by Chris Dragon on the mailing list. In his example, the message buffer contained
151502
Where 02 was the fragment of the start of another message. The parser correctly determined that this was an interface busy message, but it dumped the entire buffer, rather than just the first byte.
I have taken an excerpt of the code and confirmed that this is indeed occurring. Should be a relatively simple fix to remove the NACK and place the remaining buffer into the data_fragment.
The text was updated successfully, but these errors were encountered:
Solves issue hollie#158 identified by Chris Dragon
This will trim the leading "15" bytes from the data. If anything is left it will be placed into the message fragment to be read next time.
Identified by Chris Dragon on the mailing list. In his example, the message buffer contained
Where 02 was the fragment of the start of another message. The parser correctly determined that this was an interface busy message, but it dumped the entire buffer, rather than just the first byte.
I have taken an excerpt of the code and confirmed that this is indeed occurring. Should be a relatively simple fix to remove the NACK and place the remaining buffer into the data_fragment.
The text was updated successfully, but these errors were encountered: