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 adnanmehfooz

  1. A

    9 digit 7 segment LED Disply coding in c

    Re: 9 digit code in c dear i have a code for 6 digit but there is a problem in it .below is the program please remove the errors. when ever i run this programme it display 0. #include <AT89X52.H> unsigned char code dispbit[]={0xfe,0xfd,0xfb,0xf7,0xef,0xdf,0xbf,0x7f}; unsigned char code...
  2. A

    use 89c51 microcontroller to design 6 or 9 digit counter

    dear brother kj i am totally new in programming so i cannot understand what are u saying plz explain it. if u have a complete programme plz upload .and thank u very much for ur time
  3. A

    use 89c51 microcontroller to design 6 or 9 digit counter

    thanks brother but plz explain your answer.how can i change my count algo. best regards adnan
  4. A

    9 digit 7 segment LED Disply coding in c

    9 digit code in c hi dear i need 9 digit 89c52 or 89c51 code taht counts and display result on seven segment. i appreciate co-operation of any one in this regard.
  5. A

    use 89c51 microcontroller to design 6 or 9 digit counter

    WHAT IS THE ERROR IN THIS CODE. //C Program:// #include <AT89X52.H> unsigned char code dispbit[]={0xfe,0xfd,0xfb,0xf7,0xef,0xdf,0xbf,0x7f}; unsigned char code dispcode[] = {0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f,0x00,0x40}; unsigned char dispbuf[8]={0,0,0,0,0,0,10,10}; unsigned char...
  6. A

    use 89c51 microcontroller to design 6 or 9 digit counter

    any body plz help me to design 6 or 9 digit bcd counter that will only count up ward. i design this counter by using flip flops but nw i want to design it by using micro controller.

Part and Inventory Search

Back
Top