parallel prt controlled using vb.net

INPOUT32.dll under .NET (Sending Data via parallel port )

Sample how to send data to LPT or printer port using INPOUT32.dll from Lakeview Research.. This time .NET version , very handy and quite stable under Windows XP. Good for Software-Hardware Engineers and design projects. Option Strict Off Option Explicit On Module InpOut32_Declarations 'Inp and Out declarations for port I/O using inpout32.dll.