• 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!
  • serial port interrupt
    I am looking for an example program which uses interrupts to receive data through the serial port. This is what I have tried: #include <reg51.h> #include <CTYPE.H> #include <STDIO.H> int big_d, count...
  • Serial Port Initialization
    While initializing the serial port why needed to set the "TI" bit,in KEIL.If same thing i am doing through assemble without setting the bit "TI" it will work.What is the reason?
  • serial port interfacing
    hai everyone...this semester i have a final project and i choose serial port interfacing using visual basic 6.0..so my problem is i did not know how to make a comm port setting using visual basic 6.0...
  • 8051 Serial port
    Does anyone know how to cancel the transmission just after a write to SBUF ?