I guess they arrive in chronological order, but it could depend on the message size and other stuff.
If you only want newer messages and ignore the older ones, you could add some kind of tick variable that increases with 1 for every message and send that with it. If the variable is higher than that in flash at arrival its outdated. Or something like that o.O
some questions about sending data
torskmunken说
很久以前 | 帖子#2
Toby说
很久以前 | 帖子#31. Yes
2. It should, but don't rely on this while programming.
3. NA, read above.
4. This could be programmed in with simple timestamps sent with the messages.
Hope that helps. :)
2. It should, but don't rely on this while programming.
3. NA, read above.
4. This could be programmed in with simple timestamps sent with the messages.
Hope that helps. :)
回复主题
现在就注册以回复主题
5t3f说
很久以前 | 帖子#1-does it arrive in order ?
-can you define wheter it's important that it arrives
-can you define to ignore a message when there's already a more recent one ?