• 8051 UART Assembly
    I am having some trouble getting the UART module on my 8051 to transmit. The TXD pin shares usage with the LCD and the RXD shares usage with the OE pin of a latch. Here is what I am doing. I am using...
  • A51 :How to Clear UART with Assembler
    Hi everyone, i write an assembler-program with Keil µ-Vision with the device C515C-L which has an 8051 architecture. Now I try to clear the UART window in the simulator with some assembler code. Does...
  • 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
    Hi, I'm using a Internal oscillator of 11059200 Hz and i set my desired baud rate. When i'm going to test the serial communication with the application "hyperterminal" from windows, i can't receive...
  • 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...