A simple Windows Console tool to control the PC's LPT ports.
- Version: 4.x
- Website: http://www.microsoft.com/net
- Download: http://www.microsoft.com/net/downloads
Run the executable LtpIo.exe
and write the READ
or WRITE
commands to the standard input.
Request: READ <lpt port to read> <bit to read>
Response: READ <read lpt port> <read bit> <read value> <read state>
Request: WRITE <lpt port to write> <bit to write> <state to set>
Response: WRITE <written lpt port> <written bit> <set nstate> <written value>
This project is released under the MIT License.
The inpout32.dll
and inpoutx64.dll
files are copyrighted by Logix4U & Phillip Gibbons [Highresolution Enterprises] (for the x64 port).