Nokia 3310 SMS Application, done:connecting to serial port(linux/win), done:reading some hex like \x00 . . ., problem:write/send command! noresponse

Chris Gonnerman chris.gonnerman at newcenturycomputers.net
Thu Sep 19 23:00:49 EDT 2002


----- Original Message ----- 
From: "Polerio Babao Jr.II" <ptbjrii at hotmail.com>

<< hack hack hack >>

> Now I've tried sending commands using the Nokia AT Command 
> which was taken from this link here -> 
> http://3ton.com/besik/ATNOKIA.pdf
> 
> The problem is, this still gives no response, when I type
> ser.write('ATCGMI') or any other command, I get no response. 

<< hack hack hack >>

Ah... shouldn't that be:

    ser.write('ATCGMI\r')

... as in, don't you need the command-line-terminator?

Chris Gonnerman -- chris.gonnerman at newcenturycomputers.net
http://newcenturycomputers.net





More information about the Python-list mailing list