views:

51

answers:

1

Howdy overflowers! I'm a bit stuck investigating the how-to's of sending operator commands (dont know the correct technical term) using my GSM modem, in order to get an "alert" type message response from my network operator. Response characteristics are of course operator+command specific, but I figure they're used in similar ways regardless of country/network op.

For example, dialling *123# on my cellphone, in order to get a prompt text response telling me my credit balance left on my "Cash type" SIM. That's what I need to do, but through AT cmds (and not on my phone :)

Currently I'm using a Huawei E1550 3G modem for my dev. All modem comm is done through the GSMCommLib library, if relevant. Also C#/.NET 2.0. I guess I'm primarily after some keywords/hints that can aid in googl'ing, but anything helpful is really appreciated!

A: 

This *123# command is sent via USSD, the answer as well. Your 3G modem may support the AT+CUSD AT command for sending USSD messages.

Bernd
Nice, thanks! I will look into it.
barbatron