alokdaga
Member level 2
- Joined
- Feb 10, 2011
- Messages
- 44
- Helped
- 9
- Reputation
- 18
- Reaction score
- 9
- Trophy points
- 1,288
- Activity points
- 1,479
I can send message normally using the following code
How can I send message to a number which is stored from location 0 to 9 in eeprom
I tried storing value in variable N1 TO N9 respectively
HSerout ["AT+CMGS=",34,#N1,#N2,#N3,#N4,#N5,#N6,#N7,#N8,#N9,34,13]
This causes the sim300 to hang...
Code:
HSerout ["AT+CMGS=",34,"+91##########",34,13]
HSERIN 5000 , error, [WAIT(">")]
HSEROUT[ "Message" ,10,13]
HSEROUT[ 26]
HSERIN 3000 , Error,[WAIT("+CMG")]
LCDout "OK"
How can I send message to a number which is stored from location 0 to 9 in eeprom
I tried storing value in variable N1 TO N9 respectively
HSerout ["AT+CMGS=",34,#N1,#N2,#N3,#N4,#N5,#N6,#N7,#N8,#N9,34,13]
This causes the sim300 to hang...
Last edited by a moderator: