Thales' cellular IoT products business is now part of Telit Cinterion, find out more.

You are here

EXS82-W: Receiving multiple MQTT messages from a topic | Telit Cinterion IoT Developer Community

March 25, 2020 - 9:34pm, 2132 views

Is there a way to read old messages received in the module?

For example, if I receive two consecutive messages from different topics, I can only read the last one received:

^SIS: 1,0,3488,"topic=hee9999/profile; bytes=6"

^SISR: 1,1

^SIS: 1,0,3488,"topic=hee9999/switch; bytes=2"

^SISR: 1,1

at^sisr=1,100

^SISR: 1,2

qq

OK

^SISR: 1,2

So, as you can see I got "qq" as the last message. So, I missed the first one which was 6-bytes long.