• please help me to correct the program
    I have a written a program for a 4channel IR remote control with keilc for ATMEL89c51.IR sensor(TSOP1738) is coneected with interrupt1 (P3.3) and timer0.I use timer0 as 16 bit counter and timer1 as 16...
  • please help me to correct the program
    I have a written a program for a 4channel IR remote control with keilc for ATMEL89c51.IR sensor(TSOP1738) is coneected with interrupt1 (P3.3) and timer0.I use timer0 as 16 bit counter and timer1 as 16...
  • Saving Integer on 8252, correct my code please.
    void save_byte (int xaddr, unsigned char xchar) // this function works fine // this fuction writes xchar to eeprom at xaddr void save_integer(unsigned int xintnum) { unsigned int msblsb; unsigned...
  • Correction
    Hi guys, Thanks for the help! Last night, I was lying in bed and came across the manual section it stated that you need to declare & define the code variable in one statement. I think I had read...
  • Use 8051, How to transfer the correct signal and check it in putty
    I used the KEIL software to program the AT89C51ED2 chip, and I used the USB port to view the data transfer by PUTTY. But in the PUTTY, I can't get accurate information. The code looks fine, the COM...