3.3. Sending data
5) AT+CIPSEND=33 //Send fixed length data
6) AT+CIPSEND // Send changeable length data
7) After getting the response >, edit the contents of message (has been converted) without Enter at
the end. Then send 1A in HEX format as below
8) If the data sent successfully, the server will receive the data.
3.4. Receiving data
4) Choose the IP address of module on peers input box
5) Input the data which you want to send:SIM7000 Test Succefully
6) Click Send button, you can see that module receive the data with COM assistant software
3.5. Deactivating Connection
Send AT+CIPCLOSE or AT+CIPSHUT to deactivate connection.