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 igni

  1. I

    how to read system time in c++

    sztime c++ hi ehsanelahimirza! Use CTime an MFC class. CTime ct = CTime::GetCurrentTime(); int minute = ct.GetMinute(); int hour = ct.GetHour(); int seconds=ct.GetSecond(); An Microsoft examples: void CMainFrame::OnUpdateTime(CCmdUI *pCmdUI) { CTime t =...
  2. I

    AVR Development Tools v.1.21

    I want to use stk500/501, JTAG ICE and atmega128. When I set CVAR compiler atmega128 cpu, the program not running in atmega128/JTAG. When I set CVAR compiler atmega103, the program running in atmega128/JTAG. (The program identical). Anyone help me? igni

Part and Inventory Search

Back
Top