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])