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 chints

  1. C

    Where to learn about RTX51 and other RTOS of 8051?

    Re: RTX51 UCOS may be best free RTOS.
  2. C

    How to read a char array like a double value?

    Re: Char Array to double will work 100% if size of double is 4 bytes
  3. C

    RS-485 Communication Protocol

    MODBUS is best suited for RS485 upto my knowledge
  4. C

    rtc_get_time(hr,min,sec)

    rtc_get_time I am able to see following errors 1) ; after for loop -> may result end less loop 2) rtc_get_time(x, y, z); how can x,y,z can be updated in rtc_get_time functions. I suspect they may be pointers, try rtc_get_time(&x, &y, &z) -> may work This point is applicable if you not...
  5. C

    How to generate time delay in C++?

    Re: DELAY May be you can try QueryPerformanceFrequency(), QueryPerformanceCounter() if you are using VC++ and MSDN.

Part and Inventory Search

Back
Top