Author |
Message |
Topic: read SMS |
idm852
Replies: 5
Views: 7951
|
Forum: General CCS C Discussion Posted: Tue Apr 09, 2013 3:11 pm Subject: read SMS |
My plan is to store the received SMS and send them through a serial link (Xmit: B6, RCV: B7) to the computer in order and with a new layout as the context of the message, and then Date and time finall ... |
Topic: read SMS |
idm852
Replies: 5
Views: 7951
|
Forum: General CCS C Discussion Posted: Tue Apr 09, 2013 3:05 pm Subject: read SMS |
bkbhit and bgetc ?
I put them in the code but the PCW Compiler does not accept.
undefined identifier bkbhit
undefined identifier bgetc |
Topic: read SMS |
idm852
Replies: 5
Views: 7951
|
Forum: General CCS C Discussion Posted: Tue Apr 09, 2013 9:57 am Subject: read SMS |
I use PIC18F2550 and GL865.
I can communicate with the module for sending and receiving. My problem is that after sending the command "AT + CMGR = 1 \ r" I want to store the received frame ... |
Topic: read SMS |
idm852
Replies: 5
Views: 7951
|
Forum: General CCS C Discussion Posted: Tue Apr 09, 2013 9:40 am Subject: read SMS |
hi
I want to Extract the contents of an sms received by my modem.
I do not control perfectly the PCW compiler for that I can not store characters received RS232 in a table. In fact, I receive this f ... |
|