Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the interface creates a COM-port, to which you can send AT-modem-commands, you should insure, that the following keys are added to the drivers driver registry-key:

Code Block
  "FriendlyName"="My Modem"
  "Tsp"="Unimodem.dll"
  "DeviceType"=dword:2
  "DevConfig"=hex:10,00,00,00,05,00,00,00,00,
                  01,00,00,00,4B,00,00,00,00,
                  08,00,00,00,00,00,00

...

  1. Start → Settings → Network and Dial-up Connections.

  2. Press Make New Connection.

  3. Name your connection and select Dial-Up Connection.

  4. Press Next.

  5. Now choose the modem. If your modem does not appear here, check wether the keys at Preparation exist and if you selected the correct DeviceType.

  6. Select Configure.. and enter the Call Options-tab. In the Extra Settings add a call string:

    Code Block
    +CGDCONT=1,"IP","APN_NAME"

    APN (Access-Point-Name) is provided by your internet or SIM-card-provider. i.e. if you would use O2 this would be

    Code Block
    +CGDCONT=1,"IP","surfo2"
  7. Press Next.

  8. In the Phone Number-field enter *99# or *99***1# (depends on your provider).

  9. Leave the other fields untouched and press Finish.

...