I am trying to send a UDP packet with AT+QISENDEX .
When the string is bigger than 120 characters long, then I don't get any response from the modem, and the program hangs... The Quectel manual specifies that the string can be 512 bytes long.
CAUSE: the size of the at command buffer is 128 bytes. Sending an AT command bigger than this causes the program to hang
I am trying to send a UDP packet with AT+QISENDEX .
When the string is bigger than 120 characters long, then I don't get any response from the modem, and the program hangs... The Quectel manual specifies that the string can be 512 bytes long.
CAUSE: the size of the at command buffer is 128 bytes. Sending an AT command bigger than this causes the program to hang