Thanks a lot. This is the best one with detailed instruction. But the problem is with the microcontroller. In our local store I couldn't find AT89s52. What are the best alternative for this project?
If I were building this I would probably use the Parallax Propeller processor (DIP version) and use the notes at the link above asa general guide. You'll need to write your own code but you should be able to code the whole thing in SPIN easily. It would be an excellent project for the Propeller. Instead of a small LCD you could use a composite or VGA display with everything run from the Propeller.
What do you really want to test? Do you want to test the parts functionally (check if they perform the correct logical operations) or test their 'analog' performance (VinH/VinL, VoutH/VoutL, propagation delay etc). The latter will be more complex and would require ADCs and DACs.
Comments
> NAND gate
> NOR gate
> AND gate
> OR gate
> NOT gate
> Ex-OR gate
> JK flip-flop
> D flip flop
> BCD to 7 segment decoder
and other similar 14 pin ICs.
http://www.scribd.com/doc/51640138/digital-ic-tester-ppt
Robert
Welcome to the Forum!!
This thread might be of some interest and give you an idea...
http://forums.parallax.com/showthread.php?134326-IC-Characterization-Conceptual-DEMO&p=1033612#post1033612