• help for read and write sle4428 with 8051 code
    please if anyone have write code 8051 for sle4428 and read/write code to the card please send me sample source code. tanks
  • 8051 read write program
    i want to make a program for atmel 8051 to read program from its flash and write simulteneously to another 8051 can anybody help me to do this
  • read write on code memory in 8051 using C
    I am using P89v51rd2. I want to store only one variable in the code memory, so that it is stored permanently. (say a=9999; max) I want to update this frequently in the program, and read when...
  • Read and Write
    Hi Since I want to set three input and one output so my code would be like that: //Configurations sbit READ_1=P1^0; sbit READ_2=P1^1; sbit READ_3=P1^2; sbit SEND=P1^3; READ_1=1; //INPUT...
  • Read and write EEPROM in AT89S8252
    May I know how to read and write EEPROM in AT89S8252 using C51 of KEIL. There is no external data memory on board.