• Problems with AT89C5132 USB/Serial Communication!
    Hello All, I am having problems with Atmel FLIP, it refuses to talk to the microcontroller. I tried using USB with hardware reset condition (ISP connected to GND via 2.2K resistor and RST = Vcc to reset...
  • Command Index of AT89C5132
    Hello ALL, I am working on the At89c5132 usb microcontroller and wants to program the multimedia card protocols. Can anyone help out with what the Command Index and Command argument contain? I read that...
  • Internal Baud Rate (Baudrate) Generator of AT89C5132
    Dear all, Hi, I tried to use keil simulator to simulate IBRG (Internal Bade Rate Generator) of AT89C5132. Using C51 V7.10. It did not work on PC (Keil simulation), but it worked on the real AT89C5132...
  • serial communication problem
    sir., i wrote the following code in keil compiler., but eventhough i didnt specified while loop.,the code is executing in infinite loop. may i know y ? my code: #include <reg51.h> void main...
  • Serial Communication Problem
    Hi all. I am using two Nordic boards to communicate between two PCs using the serial ports. The program I have written works fine if I am using Hyper Terminal to input the characters one at a time. However...