2-way SMS with Enfora ML GPS/GPRS Modem

2-way SMS with Enfora ML GPS/GPRS Modem SearchSearch
Author Message
Faruk Ahmed
New member
Username: Ahmedfaruk88

Post Number: 1
Registered: 09-2011
Posted on Thursday, September 08, 2011 - 03:00 am:   

I am working with an Enfora ML GPS/GPRS Modem. My Application is to send a command from an ASP.NET Web Interface to the Enfora using NowSMS as the Gateway. After sending the the command, a reply is expected from the Enfora ML, which will pass through NowSMS the route back to the web application url configured in the 2-Way tab of Now SMS? My application can send the command successfully but NowSMS is not routing the reply back to the web application. My question is (1) How to configure the 2-Way SMS and receive a response from NowSMS using ASP.NET.
The command to be sent is (AT$GPSRD=10) the Enfora ML will interpret this and send back a response back to NowSMS using the via the SIM Card in the Enfora.
Des - NowSMS Support
Board Administrator
Username: Desosms

Post Number: 3463
Registered: 08-2008
Posted on Thursday, September 08, 2011 - 08:25 pm:   

Hi Faruk,

I am not sure what this part means: "AT$GPSRD=10"

This looks like a modem "AT command". NowSMS is designed to send and receive SMS messages, but there is not an interface to send a command to the modem, and get a response back from the modem.

NowSMS is designed to send an SMS using the modem, and then when a reply SMS is received, that can be routed to a 2-way command.

If I do not understand what you are asking, please clarify.

--
Des
NowSMS Support
Faruk Ahmed
New member
Username: Ahmedfaruk88

Post Number: 2
Registered: 09-2011
Posted on Saturday, September 10, 2011 - 06:43 am:   

The AT Command "AT$GPSRD=10" is interpreted by the Enfora Device and on execution, a response is sent back to the the sender of this command. All I am trying to get is the proper configuration of 2-way SMS using NowSms because the AT command above will always generate a response back to the sender,then the 2-way SMS will route it. I'll also appreciate if i can get the code for ASP.NET C# use in sending and receiving SMS using the 2-way SMS functionality.

Thanks