Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by mithila

  1. M

    Optimizing the codes written in Keil C

    Code optimisation hi, Give some suggestions for optimizing the codes written using Keil C Mithila
  2. M

    Receiving routine code for serial driver of 8051

    Re: serial driver for 8051 Hi, Thks a lot. Since i'm new to 8051 programming, Cant able to understand ur codes. Can u pls help in modifying my codes without bugs? Pls help me. Mithila. Added after 2 hours 8 minutes: hi, pls help me to find out bugs in the following codes. I'd given...
  3. M

    Receiving routine code for serial driver of 8051

    Re: serial driver for 8051 hi, How to receive string using UART interrupt? I've to use function also, similar to that send string. Already posted the send string function. Pls help. Mithila
  4. M

    Receiving routine code for serial driver of 8051

    Re: serial driver for 8051 Hi, I'm using Keil
  5. M

    Receiving routine code for serial driver of 8051

    serial driver for 8051 Hi, I'm developing serial driver for 8051. I've compltd the code for sending the string as SendStr( char *Str ) { while( * Str != '\0' ) { TI0 = 0; SBUF0 = ( * Str ); while( !TI0 ); TI0 = 0; Str++; } } and i've also written for...

Part and Inventory Search

Back
Top