• 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';...
  • simulating the serial port
    i make a small program which includes initializing the baud rate, serial port1 control and what mode it would operate. I also include this: mov a, #33h mov scon1, a mov a, #00h mov a, scon1...