• serial port
    HEy we have designed our own 8051 board using 4066 to convert single serial port to 4 port but gives lots of garbage once we power up
  • Serial Port
    Serial Port in Mode 1 and Timer 1 I am using P89V51RD2 microcontroller.I configured Serial port in Mode 1(Auto baud Rate Generation) with Timer 1. In this configuration communication is working...
  • Ethernet port to serial port
    i am using MCBXC167 NET board i hav to take IP packets from ethernet port then add header to it then i hav to send it on serial port. how can i achive this plz.. hlp me..
  • serial port
    i use 89lpc922, I want to user serial port mode 0 (shift register) i use 74hc164 to connect serial port but it doesn't work please help me, give me some exemple code, thank you!
  • input through serial port
    I need some help regarding how to give input through serial port. I can see the output of serial port in UART #1. char rxcharacter(void) { char character; SBUF = _getkey (); //SBUF = 'G';...