• 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 programe
    HELP ME !!! I need some sample code in source. I want to save my data coming from seriel port in MCU. Send me some sample code using inbuffer and out buffer. what is the maximum size of the buffer ...
  • 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...
  • Timer and serial port
    I am doing a project and want to use both the serial port at 2400bps and timer 0 for timing ticking. for the serial: my setting is that: TMOD=0x20; TH1=-13; TL1=1; SCON=0x50; for the timer...
  • 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?