• Mon-51 Need to setup port A before Dowloading
    I am using the MON-51 on my own 8051 hardware and need to set up Port A in order to use SRAM I have off chip. I need to set the alternate OE and CS functions on port A for my SRAM OE and CS pins before...
  • 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 a file
    hai i want to read & write .xml or .txt file ..... i dont know how to do this.....kindly help me.......... thanks in advance
  • I2C read/write routines
    Hi, I am looking for simple read and write routines for I2C interface between Atmel low-end 89C2051 microcontroller and 24C04 serial EEPROM. Any help would be great . Thanks in Advance. Rocknmoon...
  • 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