Backend developer, book devourer, and a Silicon tinkerer

I'm John Aldrin Plata, a backend developer and silicon tinkerer based from the Philippines. I specialize in building robust under-the-hood systems, and when I'm not writing code, you can usually find me buried in a good book or experimenting with embedded hardware.

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.