Control the parallel port, howto ?

  • Thread starter Thread starter ThE ScReW
  • Start date Start date
T

ThE ScReW

Hello dudes,

I'm new here and that's because of one question :

How can i control the parallel port in C#
I just made an electronic interface and i want to control it from C#.

Does anyone know this and could anybody give me some lines because i'm
a noob in c#.

If that works, i would also control the pin's with pulses for
controlling a TRIAC for use as a light dimmer.

So i must give pulses between 0ms and 1ms in steps of 0.1ms.

Is that possible and how? If it isn't, can you give me just the source
for I or 0 of the par port?

THX
 
http://www.codeproject.com/csharp/csppleds.asp

hope this helps you
grtz.

ThE ScReW said:
Hello dudes,

I'm new here and that's because of one question :

How can i control the parallel port in C#
I just made an electronic interface and i want to control it from C#.

Does anyone know this and could anybody give me some lines because i'm
a noob in c#.

If that works, i would also control the pin's with pulses for
controlling a TRIAC for use as a light dimmer.

So i must give pulses between 0ms and 1ms in steps of 0.1ms.

Is that possible and how? If it isn't, can you give me just the source
for I or 0 of the par port?

THX
 
Back
Top