TCP SEND 0x08 act as backspace deletes two bytes

i am trying to send a hex array with AT+QISEND
when ever my hex have a 0x08 it acts as a control character and removes itself and hex byte sent before the byte 0x08. So it removes two bytes before sending to server.

how can i get rid if this. I mean is there a way to ignore control characters at receiver end.

or should i try the other method QISEND with fixed size

Hi ,

May I know which module is being used by you . you can try to send data with fixed length .

This may resolve your issue.