• UART
    Ive tried to move data from Sbuf to Acc..... Ive tried using this code... whil;e debuggin the code ive used the serial window to pass data.... my main aim is to compare data that i recieve from the...
  • UART SIMULATOR
    Is there a way to enter hex values into the UART window in the simulator? I want to simulate the response of the application to a binary response from a controller, so finding equivalent (and type-able...
  • no uart output
    Hi, I'm using the C51 compiler and running the SIO sample projects with an AT89s52 atmel microcontroller. The code compiles fine and I've run various simple I/O and timer programs successfully. When...
  • UART communication
    I am working on a project having three micro controllers.... Out of these three one is master and others are slave.... according to pin conditions of slave,it send some value which is recieve by the...
  • 89C51SND1 & UART
    I can't use the serial port with internal baudrate generator. I'm able to configure it using timer... Where I can find a working example?