AT Commands + Now

AT Commands + Now SearchSearch
Author Message
na
New member
Username: Nosij

Post Number: 19
Registered: 05-2005
Posted on Monday, July 25, 2005 - 06:10 am:   

Can we excute AT Command with NOW?
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 4695
Registered: 10-2002
Posted on Thursday, July 28, 2005 - 09:46 pm:   

Hi,

I am not sure of the context in which you want to execute this AT command. So if this response does not answer your question, please provide more details about exactly what you are trying to do.

You can do some control of sending AT commands through SMSGW.INI file parameters. Here is the info:

In the appropriate modem section of the SMSGW.INI file, the following configuration parameters are supported:

CommandPreInit#=modem commmand
CommandPostInit#=modem command
CommandPreSend#=modem command
CommandPostSend#=modem command

Substitute # with a number, starting at 1, and increasing sequentially for each additional command to be sent.

CommandPreInit is sent before NowSMS performs its modem initialisation sequence.

CommandPostInit is sent after NowSMS performs its modem initialisation sequence.

CommandPreSend is sent before NowSMS attempts to send a message using the modem.

CommandPostSend is sent after NowSMS attempts to send a message using the modem.

Examples:

CommandPreInit1=ATZ
CommandPreInit2=ATE0V1
CommandPreInit3=AT+CSMS=0
na
New member
Username: Nosij

Post Number: 21
Registered: 05-2005
Posted on Friday, July 29, 2005 - 05:27 am:   

hi byrce, I want to manipulate phonebook and other SIM feature using AT command like getting phonebook and others. is this possible?.
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 4717
Registered: 10-2002
Posted on Friday, July 29, 2005 - 05:27 pm:   

Hi,

No, that's not really what our product is designed for.

Generally speaking, if you're using a GSM modem in NowSMS, you're running NowSMS as a server. So it's designed to be a server.

Interacting with phone book entries, and functions like that, are more the type of thing that you would find in an application designed for use by an individual. I haven't really tried any of those apps, so I don't know what to recommend.

But, if you just want to do some experimenting with AT commands to see what you can do, I'd recommend using HyperTerminal (usually found under Start/Programs/Accessories/Communications), it's sort of like a Telnet tool for interacting with a modem.

-bn