• Serial Comm.
    How do i transfer hex file into 89c51 chip. Im using DB9, max232 and 89c51. I've referred to the circuit diagram thats available in the book (8051) but the thing is its not getting detected. Im using...
  • IR serial comms with an 8051
    Anyone done this? any tips?
  • interrupt driven UART
    call any give me an example of LPC2129 interrupt driven uart
  • Serial interrupt driven issues--timer1/2
    Hi, I have a 24 byte tx buffer. When i send the buffer from a uM to pc in a polled manner, timer 2 works fine with the following setting: mov SCON, #01010000b mov RCAP2L, #0DCh mov RCAP2H, #0FFh...
  • Interrupt driven uart / printf / FX2
    Hello does anyone tried to uart an interrupt-driven uart in the framework of Cypress? I mean : - do I need to modify putchar() to use printf()? - what the uart ISR need to do when TI!=0 I...