Bit banging through a USB parallel port adapter

bit-banging-through-a-usb-parallel-port-adapter

If you’ve ever looked into low-level parallel port access you may have learned that it only works with actual parallel port hardware, and not with USB parallel port adapters. But here’s a solution that will change your thinking. It borrows from the way printers communicate to allow USB to parallel port bit banging without a microcontroller.

Sure, adding a … Read the rest