Archive for the ‘Technology’ Category

Parallel Port Tester in Python

Posted by Adam on August 11th, 2009 under Technology • 1 Comment

To test some equipment which was controlled by the printer port on my PC, I wrote a simple test app. This is allows you to control the state of the data bits and control bits and also see the state of the status bits. It’s not very pretty and only does SPP port functions because [...]