Reputation: 1764
I've heard that there are two methods to do that, GET and POST and I know the differences like in GET method we send data in URL and in POST method we do that in some rules. But I don't know how to do that with sim800 or sim900 and how to configure my module.
Upvotes: 0
Views: 3934
Reputation: 165
First you have to initialize the SIMCOM module:
Initialization
After the SIMCOM module has been initialized you can POST or GET:
For a POST request
For a GET request
Upvotes: 2