Home project, and getting stuck on the topic at hand.
Project is in c#, connecting to serial port, all fine and dandy, then i got stuck trying to get the modem to go online.
Read a bit and first info i got was:
- Set apn using AT+CGDCONT
- Dial using ATD"number"
I have the correct settings, and that does more or less nothing. Response from the modem is OK and CONNECT.
After more digging I got somewhere (but still useless) by doing a few things before dialing:
- AT+CGACT=1 PDP context activation
- AT+CGDATA="PPP",1 enter data mode
Then i dial in and the led on my modem stops flashing (indicates an active connection) but i still can't access anything online.
Obviously I'm missing something, so i turn to you.
And i would like to do this with AT commands if possible, i can always turn to RAS later :)