C# How can I control the output pins of an USB LPT cable

161 views Asked by At

I have an USB LPT cable (Picture) and I want to control its output pins.
I am not familiar with USB connection coding. I searched, but I can't find anything useful for USB LPT coding.

Can anyone share simple code for controlling the output pins.

1

There are 1 answers

0
zx485 On

There are many code examples for this kind of scenario. You didn't mention your OS, so I assume a flavor of Windows, but for Linux it's similar.

Look at the great site CodeProject for Windows sample code and adjust it to your needs.