How do I communicate with a device on the parallell port?

  • Thread starter Thread starter Ola Sprauten
  • Start date Start date
O

Ola Sprauten

I'm trying to write an app that communicates with a device connected to the
parallell port of my PC. In C++ this was easy enough, just use the outb call
to write bytes to the specified address. How can I do this in C# using the
..NET framework?

--Ola
 
Back
Top