Hi,
please read the following, I was reffered to
by Paul from http://www.pharscape.org/forum/index.php?board=13.0
and please explain me how AT command can be sent to a modem connected to the Internet
and if modem is off-line,
how AT encapsulated *101# USSD command can be sent to a server to be processed to get balance check info from an operator's server ?
When my modem is connected to the Internet I can not send AT command to it ( to the same serial port under MS Vista).
When my modem is off-line I can send AT commands to it and sending
encapsulated USSD command to it, doesn't deliver it to a remote server,
so is resply is to be expected.
So mayby USSD command is saved in register/modem memory as unsent
USSD request, awaiting next Internet session ?
Please explain me how it works .
Thanks.
Darius
============
from
http://www.activexperts.com/xmstoolkit/atcommands/ussd/
Automating USSD using a GSM phone or modem
To automate USSD, for instance to check your prepaid balance before submitting an SMS message, can be done using an AT command.
All GSM phones and modems that support USSD also support the following command:
AT+CUSD
The following sample demonstrates how to check your prepaid balance:
AT+CUSD=1,"*101#"
+CUSD: 2,"Your current balance is $ 22.10", 0
In this example we are sending the "*101#" USSD command to the network.
Within seconds the network responds with a response text and an error code.
In this case we have an amount of USD22.10 left on our account.
The result code in this example is : '0'.
The following resultcodes exist:
please read the following, I was reffered to
by Paul from http://www.pharscape.org/forum/index.php?board=13.0
and please explain me how AT command can be sent to a modem connected to the Internet
and if modem is off-line,
how AT encapsulated *101# USSD command can be sent to a server to be processed to get balance check info from an operator's server ?
When my modem is connected to the Internet I can not send AT command to it ( to the same serial port under MS Vista).
When my modem is off-line I can send AT commands to it and sending
encapsulated USSD command to it, doesn't deliver it to a remote server,
so is resply is to be expected.
So mayby USSD command is saved in register/modem memory as unsent
USSD request, awaiting next Internet session ?
Please explain me how it works .
Thanks.
Darius
============
from
http://www.activexperts.com/xmstoolkit/atcommands/ussd/
Automating USSD using a GSM phone or modem
To automate USSD, for instance to check your prepaid balance before submitting an SMS message, can be done using an AT command.
All GSM phones and modems that support USSD also support the following command:
AT+CUSD
The following sample demonstrates how to check your prepaid balance:
AT+CUSD=1,"*101#"
+CUSD: 2,"Your current balance is $ 22.10", 0
In this example we are sending the "*101#" USSD command to the network.
Within seconds the network responds with a response text and an error code.
In this case we have an amount of USD22.10 left on our account.
The result code in this example is : '0'.
The following resultcodes exist: