Page 1 of 1

sending AT commands via terminal/putty

Posted: Tue Apr 13, 2010 9:10 pm
by dirkhaex
Does anyone here has a solution for sending AT commands to an SMS modem connected to COM1?

I tried to execute a batch file with the execute local command (with putty) but I can't input data from the dude into this.

Thanks

Re: sending AT commands via terminal/putty

Posted: Thu Apr 15, 2010 11:20 am
by gsandul
Instead of sending AT commands you can use smsd to send SMS.

Re: sending AT commands via terminal/putty

Posted: Thu Apr 15, 2010 12:08 pm
by flyfly
i have usb gsm modem connected. on that routerboard I have routeros and the dude running.
From routeros I can send sms, but how can I send them from the dude ?
or how can the dude communicate with routeros to activate sms send command ?

tnx in advance

Re: sending AT commands via terminal/putty

Posted: Thu Apr 15, 2010 9:18 pm
by dirkhaex
now I want so send the oid value of our temperature sensor via sms, how can I add the OID value into the body of a mail notification?

Re: sending AT commands via terminal/putty

Posted: Fri Apr 16, 2010 2:05 pm
by gsandul
dirkhaex:
now I want so send the oid value of our temperature sensor via sms, how can I add the OID value into the body of a mail notification?
Check this
http://forum.mikrotik.com/viewtopic.php?f=8&t=37432

Re: sending AT commands via terminal/putty

Posted: Fri Apr 16, 2010 8:39 pm
by dirkhaex
I managed to do this on the appearance of the device and that works.
But if I put the same string in the mail notification body, it just sends the oid("1.2.2....") in the mail but not the value of that oid

Re: sending AT commands via terminal/putty

Posted: Mon Apr 19, 2010 9:51 am
by gsandul
But if I put the same string in the mail notification body, it just sends the oid("1.2.2....") in the mail but not the value of that oid
You do not need to put it in mail notification body.
You have to put it in probe, and when notification will be generated it will apear as [Service.ProblemDescription] variable.