• how to read message from particular number ?
    hi i am developing one application. in that i want read messages from some perticular number.and i want to read sms using AT commands only,so how can i read sms from particular number? now my AT...
  • how to read message from particular number ?
    hi i am developing one application. in that i want read messages from some perticular number.and i want to read sms using AT commands only,so how can i read sms from particular number? now my AT...
  • c program for rotating stepper motor to particular angle in 8051 microcontroller
    Sir, i am using stepper motor of 2 degree step angle. I m using following c program: #include<reg51.h> void main() { while(1) { void delay (int); P1=0xCC; delay(1); P1=0x66; delay(1); P1...
  • c program for rotating stepper motor to particular angle in 8051 microcontroller
    Sir, i am using stepper motor of 2 degree step angle. I m using following c program: #include<reg51.h> void main() { while(1) { void delay (int); P1=0xCC; delay(1); P1=0x66; delay(1); P1...
  • How to Add items to particular Component Class
    uVision V5.14.0.0 on Win 7. New to Keil. I am trying to modify an example project and want to attach files to particular component classes, but it is not obvious on how to do this. I can right click...