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 swedha

  1. S

    4 digit seven segment display showing time in seconds

    thank u so much for your reply. i found this useful.i will try the program and if i have any doubt i will post
  2. S

    4 digit seven segment display showing time in seconds

    code to run 8051 as timer: org ooooh seconds EQU 07Eh crystal EQU 11059200 Timecycle EQU 12 TMR_SEC EQU crystal/timecycle mov TMOD,#01h mov seconds,#00h again:mov ticks,#14h loop:mov TH1=#4ch mov TL1,#00h SETB TR1 wait:JNB TF1,wait CLR TF1 CLR TR1 DJNZ ticks,loop INC seconds RET again now i...
  3. S

    4 digit seven segment display showing time in seconds

    i have written assembly language program to run the timer but i donot know to display the seconds 4 digit 7 segment display. i also need the same in c language.But i didnot get the suitable one in google.
  4. S

    4 digit seven segment display showing time in seconds

    hai, i am doing my project,please help me in writing a program in both assembly language and in c language to continuously run microcontroller 8051 as a timer in seconds and display time in seconds using 4 digit seven segment display so that it can view from 0 to 9999 seconds. please.....

Part and Inventory Search

Back
Top