??? 03/29/10 14:23 Read: times |
#174588 - it is working, BUT ! Responding to: ???'s previous message |
Dear Andy, Michael and other seniors,
Today i analyzed the pins on the evaluation board and the PC(all 9 on each side). I found there is not handshaking. Then i Shorted Pin4, 6 and 7 on the side of the evaluation board and used this wire and the system worked. Now I connected the evaluation board to my 8052 circuit and switched itr on and !!!IT IS WORKING!! I can send SMS from the controller. NOW, I have to take the project furthur. In my code what i have done is as below.... to send a command like AT+CMGF=1<carriage return, new line>, i send : SBUF=65;SBUF=84;SBUF=43;SBUF=76;SBUF=77;SBUF=71;SBUF=70;SBUF=61;SBUF=49;SBUF=13;SBUF=10; now i am sorry if i sound basic but i have never worked with strigs on 8052(just integers and ports). can you guide me to use and manipulation of strings in keil and 8052. ie to recieve a string of characters compare them and send them out ? |