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 ateym

  1. A

    how to create new component in VISULA?

    How can I create new component in zuken visula? is there any document that show me how to do,in a few steps? thank you ..
  2. A

    74ls259 problem with 16f74

    Hi, My following code is working on proteus correctly. But when I loaded it on pic in real application. I could not seen any thing.. What is my fault... Regards //Ali Asker //2006 #include<16f74.h> #fuses XT,PUT,NOWDT #use delay(clock=4000000 ) #byte port_a=5 #byte port_b=6 #byte port_c=7 #byte...
  3. A

    Connect 10 multiplexed led to PIC16F819

    sorry,there is a mistake in my code cahnge #include<16f74.h> with #include<16f84a.h>
  4. A

    Connect 10 multiplexed led to PIC16F819

    hi, try following code. you can see complette project in attached file Regards Ali Asker //Ali Asker //2006 //is is designed for edaboard #include<16f74.h> #fuses XT,PUT,NOWDT #use delay(clock=4000000 ) #byte port_a=5 #byte port_b=6 byte const table[4]={0b00000001...

Part and Inventory Search

Back
Top