I need to send data from my microcontroller (i dont have one now.. so i simulate it with hyperterminal) by using http request using my siemens M50 GPRS cellular.
I know that if i try to connect GPRS i recieve CONNECT and after 3 sec NO CARRIER: that is because i dont provide ppp protocol stak.
I'd like to know if it's possible to send this data in this way:
1) i make a http (over GPRS) connection using j2me (that's easy to do..)
2) after that i send data from hyperterminal (or my microcontroller) using AT commands or similar
Please... tell me if it's possible and how to do it..