• Query on Input Capture in C167
    How do we simulate the Timer Capture in C167 using Keil simulator(MicroVision 2.10).We are trying to generate the pulse using signal function to feed the CxIO pin & in the program we have configured the...
  • reading & decoding text message from gsm module
    Dear, I want to build a project which is based on online banking. I am going to use sms transaction facility such as to withdraw or transfer money. So when any user sends a sms with his acc. no. to another...
  • C167 Reading data from files
    Hello, I am currently doing a project and wanted a workaround to read in data from files to char arrays like the fopen function does in C for example. I am not allowed to use the CAN Bus and thus...
  • Getting MATLAB to read from C167
    I am using the C167 with 4 IR sensors. They give an analogue output and i connected them to P5.0 of the C167. I used the MEASURE program from the kit's CD and is able to see the voltage changes on...
  • KEYBOARD scanning
    I am developing an 8051 based keypad module. Problem i am facing is that program is scanning port very fast so that a simngle keypress will be taken as multiple presses. To over come this a delay was...