I am trying to implement my library to send data over tcp connection.
In official documentation from Quectel they let you select AT+QIMODE=1
also called Transparent mode where all data sent from UART is sent over tcp connection.
I am trying to check connection status before sending data so would want to change to command mode and use AT+QISTAT. I tried sending '+++' to chip but it's sending '+++' to my server, so it's not working. Any help is greatly appreciated.
Link to official documentation, please refer to page 162 section 7.2.21