C#

Drive a Parallel Port using C#

A guide shows how to control a parallel port using C#. We'll start by learning about what a parallel port is and its uses then we take it further by creating a project that controls the LED lights. We will be using inpout32.dll to send and receive data.