2025-11-11 7:31 AM - last edited on 2025-11-11 7:36 AM by Andrew Neil
Hello there
I´ve consulted documents explaining the ASPEP - I´m still wondering how synchronisation is done.
-
Like is there a unique token / value / ASCII character marking the start or end of a telegram?
E.g. the NMEA protocol for GPS antennas use the '$' to indicate a start of frame so the receiver can null it´s bytecounters.
I mean somehow what ever parses incomming data must be able to tell if a certain byte is the very first of a new message or not and eventually go back to some idle state.
It can´t relie on the assumption that everything always stays in sync and that like never ever a byte get´s lost.
- br, Justus
2025-11-11 7:37 AM
Documentation of ASPEP Protocol:
2025-11-11 7:52 AM - edited 2025-11-11 7:59 AM
Hoí
ya - I know this thread and document, but couldn´t find the answer to this specific question.
Edit: ah no - it seems synchronisation is done by timing as the section
reads - I was afraid to find a timing based synchronisation...