Author |
Message |
Topic: Receiving TXT messages - SUPERSEDED / OLD |
ArthurWong
Replies: 44
Views: 271695
|
Forum: Code Library Posted: Wed Feb 06, 2013 10:56 am Subject: I CAN DO IT |
Hi Gabriel,after a few days try, finally i successful make the coding to be function...now i am on the way modify it....THANK YOU very much Gabriel...u really help me a lot with this project |
Topic: Receiving TXT messages - SUPERSEDED / OLD |
ArthurWong
Replies: 44
Views: 271695
|
Forum: Code Library Posted: Fri Feb 01, 2013 9:23 pm Subject: Receiving TXT messages - SUPERSEDED / OLD |
The command i should send is start with "!" first right Gabriel? Since it need to detect "!" first then only continue with the command....so based on the coding i should put " ... |
Topic: Receiving TXT messages - SUPERSEDED / OLD |
ArthurWong
Replies: 44
Views: 271695
|
Forum: Code Library Posted: Thu Jan 31, 2013 10:06 am Subject: Receiving TXT messages - SUPERSEDED / OLD |
it means that you are not finding the "+CMTI" string.
make sure your module is set to send the +CMTI string... i think it is called an "Unsolicited message"
output_ ... |
Topic: Receiving TXT messages - SUPERSEDED / OLD |
ArthurWong
Replies: 44
Views: 271695
|
Forum: Code Library Posted: Wed Jan 30, 2013 12:54 am Subject: Work Half |
Hi Gabriel, finally i manage to work until code below only...
I just can work until output_low(PIN_D1)(int SMSALERT()), but the problem is when i send "!LED4 1", the command look like can ... |
Topic: Receiving TXT messages - SUPERSEDED / OLD |
ArthurWong
Replies: 44
Views: 271695
|
Forum: Code Library Posted: Tue Jan 29, 2013 10:26 am Subject: Receiving TXT messages - SUPERSEDED / OLD |
1) _without_connection to the PIC (in hyperterminal), enable local echo, and disable flow control... save settings.
2) Send AT\r to the module, it should reply (including local echo): //"A T \ ... |
Topic: Receiving TXT messages - SUPERSEDED / OLD |
ArthurWong
Replies: 44
Views: 271695
|
Forum: Code Library Posted: Tue Jan 29, 2013 2:38 am Subject: Receiving TXT messages - SUPERSEDED / OLD |
if you test the PIC code on Hiperterminal,
you should see AT only... if you type back to the PIC "OK" and 7 (any)more characters, it will reply with the next line...
..your modem shoul ... |
Topic: Receiving TXT messages - SUPERSEDED / OLD |
ArthurWong
Replies: 44
Views: 271695
|
Forum: Code Library Posted: Mon Jan 28, 2013 9:45 pm Subject: Receiving TXT messages - SUPERSEDED / OLD |
if you test the PIC code on Hiperterminal,
you should see AT only... if you type back to the PIC "OK" and 7 (any)more characters, it will reply with the next line...
..your modem shoul ... |
Topic: Receiving TXT messages - SUPERSEDED / OLD |
ArthurWong
Replies: 44
Views: 271695
|
Forum: Code Library Posted: Mon Jan 28, 2013 9:39 am Subject: Receiving TXT messages - SUPERSEDED / OLD |
I already delete all my sim message and remove the trisc and also change ME to SM.....but it look like no response (See no light and only blinking starting), even my GSM also no response (slow blink) ... |
Topic: Receiving TXT messages - SUPERSEDED / OLD |
ArthurWong
Replies: 44
Views: 271695
|
Forum: Code Library Posted: Mon Jan 28, 2013 8:38 am Subject: Receiving TXT messages - SUPERSEDED / OLD |
Hi Arthur,
EDIT: l just checked the code again... DO CMD was declared as a INT and definde as VOID... ive Changed the define to VOID now..
that should solve your problem.... sorry.
Neverm ... |
Topic: Receiving TXT messages - SUPERSEDED / OLD |
ArthurWong
Replies: 44
Views: 271695
|
Forum: Code Library Posted: Mon Jan 28, 2013 2:38 am Subject: Receiving TXT messages - SUPERSEDED / OLD |
Yeah... thats true... i dont know how i missed that...
WTF?
GET_CMD() should be int instead of void...
Thanks for picking that up...
G.
Hi Gabriel
may i know what is the problem of it ... |
Topic: Receiving TXT messages - SUPERSEDED / OLD |
ArthurWong
Replies: 44
Views: 271695
|
Forum: Code Library Posted: Mon Jan 28, 2013 2:28 am Subject: Receiving TXT messages - SUPERSEDED / OLD |
Yeah... thats true... i dont know how i missed that...
WTF?
GET_CMD() should be int instead of void...
Thanks for picking that up...
G.
Hi Gabriel
may i know what is the problem of it ... |
|