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 Qutbuddin

  1. Q

    Query about using LM324

    Here I have attached my circuit image
  2. Q

    Query about using LM324

    Hi Everyone, I want a circuit which converts 0-10V to 0-5V using LM324. I am trying to simulate the circuit in proteus using 2k and 1k(feedback) resistors and supply voltage is 12V. But the circuit is not working.
  3. Q

    RTD and thermocouple connection

    Hi Everyone, I want to connect thermocouple and RTD in a single connector. I want circuit for the same as their is not enough space in my project.
  4. Q

    Getting string from UART

    Thanks for the help.Now I want to compare array of the received string with that of predefined string.Can you please help me with the same ?
  5. Q

    Getting string from UART

    This will read only a single byte from uart but i want read an array of string.
  6. Q

    Getting string from UART

    I am using at89s52.
  7. Q

    Getting string from UART

    Hi Everyone, I am doing a project using gsm. I want to receive string from UART and compare it with the predefined string.But somehow I am not able to get string from UART. Below is my code void recieve_string() { unsigned char p; while(RI!=0) { p=SBUF; z[i]=p; i++...

Part and Inventory Search

Back
Top