How to change CTR+Z "end of text" character in at+isend

Hi,

I am trying to send data with BG96 and command AT+QISEND=0 but my data consists of the ctr z hex value 0x1a
so the module sends the data whenever it sees this hex value.

How do i change CTR+Z “end of text” character to something else.?

thanks

Have you tried specifying the length of the string, so that your 0x1a is included in the length?

AT+QISEND=<connectID>,<send_length>

1 Like

Hi,

Yes, it works with that command but I was wondering if it’s possible to change that specific character.

thanks