Page 1 of 1

Good colutions to send data contains many random consecutive '+' characters in ESP-AT mode?

Posted: Wed Jul 31, 2024 11:34 am
by amax0615
Hello,

We have requirements to send data which possibly contains random consecutive '+' character bytes in ESP-AT pass-thru mode.
But the ESP-AT documents says "+++" in data will cause exit from pass-thru mode...
Any suggestions to send such kind of data safely and efficiently?
Thanks!

--amax

Re: Good colutions to send data contains many random consecutive '+' characters in ESP-AT mode?

Posted: Mon Aug 05, 2024 12:29 pm
by esp-at
Hello amax,

i don't think it is a real issue, could you please take a look about +++ command:

https://docs.espressif.com/projects/esp ... -data-mode

In the second note, there is a timing issue. that is to say, if your +++ does not meet this timing requirement, +++ will be treated as the real data, other than a command.