Write to parallel in C#. How to start?

My x64 port of InpOut32
Post Reply
gilad
New User
Posts: 2
Joined: Mon Oct 24, 2011 8:58 pm

Write to parallel in C#. How to start?

Post by gilad »

Hi,
I built device that connect to the parallel port few years ago.
I remember that I've used the inpout32.dll to write to this device through the parallel port (XP 32bit).

Today, I want to write a new program to this device using C# (VS2010) on Win 7 pro X64.
I downloaded the inpoutx64.dll and I installed it with the InstallDriver.exe .

How can I added it to my C# project?
What's the code that i should add in order that my code will "know" these new commands (out32, in32 ..?)
Should I add it as a reference? (It does not recognized the dll...)

Thanks a lot,
Gilad.
User avatar
phil
Site Admin
Posts: 7659
Joined: Sun Apr 06, 2003 11:12 pm

Re: Write to parallel in C#. How to start?

Post by phil »

There are c# and vb.net examples on my inpout32 website. Do they not answer this question?
The solution is 2005 but it should load into vs2010 and convert/update fine.

Thanks,
Phil
--[ Phil ]--
--[ Administrator & XMBC Author ]--
Logitech G9/G604/M720/MX518, Microsoft Intellimouse, Trust 16341 BT Mouse
Windows 10 x64, AMD Ryzen 5900x, MSI x570 Tomahawk, 32GB DDR4,
nVidia RTX 2070s, Evo 970 1Tb NVME, 2x2TB WD Black (RAID1)
gilad
New User
Posts: 2
Joined: Mon Oct 24, 2011 8:58 pm

Re: Write to parallel in C#. How to start?

Post by gilad »

phil wrote:There are c# and vb.net examples on my inpout32 website. Do they not answer this question?
The solution is 2005 but it should load into vs2010 and convert/update fine.

Thanks,
Phil
Yes, thanks.
I don't know how I missed that.

That should give me the kick off :)
Post Reply