aliraza786
Full Member level 4
- Joined
- Nov 10, 2009
- Messages
- 210
- Helped
- 14
- Reputation
- 28
- Reaction score
- 14
- Trophy points
- 1,298
- Location
- Lahore, Pakistan, Pakistan
- Activity points
- 2,914
thnku very much nikhil and sumit.......i have another problem wht baud rate i set to comunicate with mobile phone like we set 9600 bps mostly while comunicating with computer through hyperterminal.....
void serial_send(unsigned char dat){
while(!TI);
TI = 0;
SBUF = dat;
}
unsigned char serial_read(){
while(!RI);
RI = 0;
return SBUF;
}
Emulates phone keypad by setting each keystroke as a character in a
string <keys>.
AT+CKPD=<keys>[,<time>[,<pause>]]
AT+CKPD=? Shows if the command is supported.
<time> Description
0-255 0-25.5 seconds
<pause> Description
0-255 0-25.5 seconds
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?