BX310x provides the AT+KTCPSND command for direct sending of TCP data. How does one terminate the data string in order for the module to initiate the actual send?
If I use:
“AT+KTCPSND=1,\r\n\r\n\r\nTitleText\r\n\r\n\r\nBody text\r\n\r\n\r\n”
Looking at the case you referred, it seems that there is no termination sequence for the data string. The string ends with a carriage return and a line feed. But there are other carriage return and line feed combinations in the string as well, so how does the module know when the data ends?