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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top