Alarm SMS with AMX and wawecom GSM Modem
gufo28
Posts: 4
how can I put this "at command" in the ni3100?
AT (ENTER)
AT+CMGF=1(ENTER)
AT+CMGW="TEL NUMBER"(ENTER)
>MESSAGE.(ENTER)
AT+CMSS=1(ENTER)
thanks
Adriano
AT (ENTER)
AT+CMGF=1(ENTER)
AT+CMGW="TEL NUMBER"(ENTER)
>MESSAGE.(ENTER)
AT+CMSS=1(ENTER)
thanks
Adriano
0
Comments
Best of luck.
E
Well I've had my smile for the morning
E
G'day Adriano,
If your GSM Modem is connected to the first serial port of your NI-3100 you would send those strings like this.. Please note that I have presumed that your "ENTER" is a carriage return($D) and line feed($A) combined.
You will need to insert your telephone number as well.
I hope this helps.
Cheers
You are way too nice mush!
I tried with HyperTerminal and the right command is:
AT+CMGS=Tel Number (enter)
message (ctrl+z)
I tried it so (in ni3100)it does not work:
SEND_STRING 5001:1:0, "'AT+CMGS=TEL NUMBER',$0D,$0A"
SEND_STRING 5001:1:0, "'MESSAGE',$1A"
Eventually, write a program and then uploading, is complicated?
how to start?
have you exemple?
thanks
Adriano