Hello all,
I am using quectel m65 module for my project. Whenever i am trying to send a string from mqtt server to gsm module it is getting disconnected from network.
This is my sample string format:
**;AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA;##
When i send this the module gets disconnected(Netlight stops blinking).
WHEN I SEND STRING WITH LESS NO OF CHARACTERS IT IS GETTING RECIEVED PROPERLY.
Also what is the maximum size of buffer in this function?
static void mqtt_recv(u8* buffer,u32 length);
Please help
Thank you