PDA

View Full Version : How to use AT-Commands?????



maherieee
06-04-2004, 02:39 AM
HIi,
I need to get sms from my3310 after receiving it. I've got an f-bus cable and the required AT-commands which I've got from the net. The problem is that i cant use them. I used the hyper terminal but it wont give any response. So please can any on help me. By the way, this is a part of my graduation project which is concerned about home automation (or simply control) via mobilephones or sms.

annamshr
06-04-2004, 08:07 PM
NOKIA 3310 doesn't support AT command sets. This is what I figured out from my experiments with it.

If you aim is to read and send SMS using nokia 3310 and a DAU-9P cable, you can happily use GNOKII software. Goto their website www.gnokii.org. It is Open Source software.

It has been built for LINUX and a Win32 port is also available. IF you are working in Linux you can download the gnokii rpm build for : Mandrake 9.X at
http://rpm.pbone.net/index.php3/stat/4/idpl/394952/com/gnokii-0.5.0-0.pre8.1mdk.i586.rpm.html.

If you intend to work on WINDOWS, then download the GNOKII Win32 build from http://gnokii.org/download/gnokii-0.6.0-win32.zip. When you execute gnokii.exe it will exit while asking for a "_gnokiirc" file. I have appended the contents of the _gnokiirc file below here and you can copy them to that file in the location that it asks.

--------------------------------------------------------------------------
# This is a sample gnokiirc file. Copy it into your
# home directory and name it _gnokiirc

[global]

port = com1:
model = 3310
initlength = default
connection = serial
bindir = /usr/local/bin/
use_locking = no
serial_baudrate = 9600
#serial_write_usleep = 10000
#handshake = software
#require_dcd = 1
#rfcomm_channel = 1
#connect_script = /absolute/path/to/gnokii/Docs/sample/cimd-connect
#disconnect_script =
smsc_timeout = 100

[connect_script]
TELEPHONE = 9839214918
[disconnect_script]

[logging]
# where to log the debug output (on: stderr)
debug = off
# where to log the rlp debug output (on: stderr)
rlpdebug = off
# where to log X debug output (on: stderr)
xdebug = off
--------------------------------------------------------------------------

Hope this is of help to you.

bye,
Shireesh ANNAM
([email protected])

maherieee
06-04-2004, 08:47 PM
Thank you (Shireesh ANNAM),Is the problem is that the AT commands
need to be packed before they r sent or there is other problems I am not considering. Another thing is if I wanted to use a mobile that supports the AT commands what would it be (6210,6310,5110,6110,........or what). Note that I need to access the mobile and get the sms using a software I am gonna code myself using c++. So can anybody help me please. Thanx in advance.

annamshr
07-04-2004, 08:21 PM
I don't know why 3310 doesn't accept AT command and my gooling on the internet also revealed that 3310 doesn't accept AT command.

Kindly goto the www.gnokii.org site and they have mentioned this somewhere on their site. I think in their mailing-forums.

I can however provide you with a small tutorial on Send and Recieve SMS using the F-Bus protocol. Acces this tutorial at http://www.embedtronics.com/nokia/fbus.html.

HTH,
Shireesh