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 sathish_kod

  1. S

    [SOLVED] simple embedded c programming issue

    It would be very useful if you post what errors does the compiler shows? and what is the need for two while(1); infinity loops here?
  2. S

    i need some help for serial programming

    Dear Praba, What is mean by air condition monitoring protocol. Can you please explain it briefly? - - - Updated - - - UART coding for AT89c51 microcontroller: void UartInitialisation() { TMOD=0x20; SCON=0x50; TH1=-3; TR1=1; } void UartTransmit(unsigned char TransmitData) {...
  3. S

    COM port access with C

    Hi guys, Do anyone help me to access com port in laptop. I am going to connect one Zigbee through USB, I need to get the data from zigbee and display in the o/p screen. I need to do in C platform. thanks in advance. regards, Sathish.

Part and Inventory Search

Back
Top