• 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...
  • MCB2300 fail to Read/Write the SD/MMC card through http application
    Hi, I am trying to impliment file handling operation using web browser. It displayed all the files stored in SD/MMC card alongwith their size ,date and time of creation, total free space on web. We...
  • GSM interface to read text message through microcontroller
    Hi everyone. I am doing this project where I perform real time event operation using 8051. I am using GSM module to send/ and receive text from a hand held device to instruct operations that my 8051...
  • EEPROM Read/Write AT89C51AC3
    Hello, I have the following code for writing/reading EEPROM of this device. unsigned char eepromWrite (const unsigned int Address, unsigned char Data) { bit oldEA; unsigned char DataReadBack;...
  • 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...