• Assembly for 8051
    Can someone help with a code snipet for a fixed delay subroutine using DR1 in memory 20h using a 4Mz crystal
  • assembler in c, UART
    Hi i have got code for an assembler software UART in c51. normally putchar() is of type unsigned char but with the assembler code how do i do this? void putc() { #pragma asm * Transmit character...
  • Software for 8051 Uart communcation
    Hi . I am doing a Project in 8052 McU.i need to have two serial port so i thought of writing soft UART with any two GPIO..i selected P3.2,P3.3 of 8052..can anyone help me...i got some rough idea...
  • software implementation of uart in 8051
    Implementation of software serial uart in 8051 ---can anyone suggest how to do it ..
  • 8051 Software UART.
    You know this should be really easy to find but for some reason I am having no luck. First off, I'm a C programmer and I am really bad at reading Assembler code. I know there is a way to write a software...