Parallel Port Logic Analyzer


After reading the latest hackit post, [Ben] sent in this older, but simple logic analyzer. The software was written in windows, but the circuit is simple enough, and most hackers I know have more computers than immediate family members. The circuit uses a HC245 octal bus transceiver to feed the 8 data lines on the parallel port. (You can use a variety of chips for this application, most CMOS buffers will probably be fine.)

13 thoughts on “Parallel Port Logic Analyzer

  1. In other words, this just connects stuff directly to your parallel port. Should be very easy to make a Linux driver for this. Too bad my printer is parallel… time to upgrade :D

    I think it would be nice to add some kind of playback support. Since those pins on the parallel port are bidirectional, it should be simple enough. Time to pull out my soldering iron!

  2. comment i left on the diylife board:

    Nice design. I wonder if you get subtle flickers when updating the PWM values. I’ve found in my designs on the 14bit pics, that I have to update the PWM when my ” 1 byte cycle counter” wraps to zero rather than immediately. You are clocking at a higher clock rate (I use 4-8mhz internal clocks with up to 10 PWM channels), so your design may not be so sensitive.

    Recently, i’ve given up on the PIC and it’s goofy architecture and moved to the Cypress PSOC parts. They are really neat with dedicated digital and analog blocks. You can set up up to 16 PWM (actually I use pseudo random bit sequences, which have less flicker) outputs, and the C compiler is really reliable vs the buggy stuff i’ve experienced w/ the pic (though the PSOC compiler generates crap code). The PSOC has it’s own shortcomings, such as a really inefficient CPU, but the digital and analog blocks more than make up for it b/c stuff is done in HW vs SW. PSOC is really fun, esp when u wrap your head around it’s way of doing things.

  3. Cheers, will build one this weekend. Should last me until I can scrounge the cash for a real one. By the way, anyone have an opinion of analyzers in terms of usb vs standalone?

  4. i recommend to NOT download or publishing links to poor software like this. I recommend to use an older (2005) but much better, very (!) well documented and designed GNU licenced logic analyzer software from http://tfla-01.berlios.de/.

    the software presented in this post is buggy, windows only whitout the possibility of capturing more than “one file line” length (save a captured stream and have a look at it from text editor), able to trigger on one channel.

    tfla-01 from berlios was written in 2005, is open source, multiplatform (QT GUI, qt guis are much more comfortable than a few years ago), able to trigger every channel and ABLE to capture for a longer period than just 40ms (24 hours), allowing analysis of command/signalling sequences longer than 40ms.

    no, i am not the author of this software, i just needed an lpt capture programm capable to capture data for more than 40ms.

    yes, i know that this hackaday article is listed before tfla whit terms concerning this theme.

    and no, not only because “the fabulous logic analyzer” is open source i am not interest in
    counsel the author about search engine optimisation.

  5. hey guyz.am a final year student in kenya with a project for implementing a pc based logic analyser.unfortunately i happen to have no idea on how to start plus your outlines(basic as they seem to you)are a bit harder for me to comprehend.any help for me pleassseee?

Leave a Reply to 8WayCancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.