MQTT: Request payload from QMTRECV at chunks

Module: BG96
Technology: MQTT

Would be possible to do the following?

BG96 MQTT provides QMTRECV containing the payload of the topic to where the device has been subscribed to. However, there are scenarios where this payload length is big enough to send it over the UART channel. There is a way that after receiving this payload, it can be queried at chunks?

i.e. if the payload received is 4000 bytes. ideally the transmission over UART will request to send only the first 1000 bytes until and so forth until complete the whole payload.

Hi @sophie

Thats we couldn’t, but probably you can splicing data from UART.