AT-commands

  • Thread starter Thread starter Bjoern
  • Start date Start date
B

Bjoern

Hi all,
i have the mobile Device Casio DT-X10 and the nokia card D211.
How can i send AT-commands to the card to get e.g. the sim-number or
phone-number?
Thx
 
You can send AT-commands using a serial connection. Use the serial library from OpenNetCF and establish a serial connection with the nokia card. Then send text strings with your at commands.
Example: AT. You should get as response AT\nOK\n. If you get nothing than the connection is not correct. I know that for a siemens tc 35 the port settings are: 57600 8 N 1 RTS: Handshake DTR:Disable. I saw that the card is a cf so you can find the port of your modem by looking in connection and see what are the serial ports you have with the card installed and withpout the card. The differance is the port you have to connect to.
 
Dan Ardelean said:
You can send AT-commands using a serial connection. Use the serial library from OpenNetCF and establish a serial connection with the nokia card. Then send text strings with your at commands.
Example: AT. You should get as response AT\nOK\n. If you get nothing
than the connection is not correct. I know that for a siemens tc 35
the port settings are: 57600 8 N 1 RTS: Handshake DTR:Disable. I saw
that the card is a cf so you can find the port of your modem by
looking in connection and see what are the serial ports you have with
the card installed and withpout the card. The differance is the port
you have to connect to.

Hello,
i have tryed the example programm from OpenNetCF but i don't know how
to use it.
In the port-settings of the programm i have the same settings as in my
connection-settings of the card and the right port i used. The command
for
getting the phonenumber is AT+CNUM Which string should i write in the
Outgoing
window? It returns only one character. If i write AT in the outgoing
window it returns only A in the incoming window. What can i do?
Thx
 
Back
Top