www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - LPT

reply Zarathustra <adam.chrapkowski gmail.com> writes:
Have you got any idea how to manipulate LPT port in Windows XP with D?
Mar 25 2009
next sibling parent Jarrett Billingsley <jarrett.billingsley gmail.com> writes:
On Wed, Mar 25, 2009 at 4:21 PM, Zarathustra <adam.chrapkowski gmail.com> wrote:
 Have you got any idea how to manipulate LPT port in Windows XP with D?
Um, the same way you'd do it with any other language...?
Mar 25 2009
prev sibling next sibling parent reply Jarrett Billingsley <jarrett.billingsley gmail.com> writes:
On Wed, Mar 25, 2009 at 5:00 PM, Jarrett Billingsley
<jarrett.billingsley gmail.com> wrote:
 On Wed, Mar 25, 2009 at 4:21 PM, Zarathustra <adam.chrapkowski gmail.com>
wrote:
 Have you got any idea how to manipulate LPT port in Windows XP with D?
Um, the same way you'd do it with any other language...?
I mean, if you computer even _HAS_ an LPT port. I haven't seen one in years.
Mar 25 2009
parent grauzone <none example.net> writes:
Jarrett Billingsley wrote:
 On Wed, Mar 25, 2009 at 5:00 PM, Jarrett Billingsley
 <jarrett.billingsley gmail.com> wrote:
 On Wed, Mar 25, 2009 at 4:21 PM, Zarathustra <adam.chrapkowski gmail.com>
wrote:
 Have you got any idea how to manipulate LPT port in Windows XP with D?
Um, the same way you'd do it with any other language...?
I mean, if you computer even _HAS_ an LPT port. I haven't seen one in years.
My computer is only a year old and has one LPT and two serial ports. The only traditional thing that's missing is a floppy drive.
Mar 25 2009
prev sibling parent reply Mike James <foo bar.com> writes:
Zarathustra Wrote:

 Have you got any idea how to manipulate LPT port in Windows XP with D?
Hi, Try the dlportio driver. I've used it in the past with XP - PIC programmers, etc. :-) Regards, mike.
Mar 25 2009
parent reply Zarathustra <adam.chrapkowski gmail.com> writes:
I found a WinIO library. Have you got any expreriance with that in Windows XP?
By the way of course in the newer computers haven't got LPT but it is not a
problem. I want to use LPT to control a machine. 

Mike James Wrote:

 Zarathustra Wrote:
 
 Have you got any idea how to manipulate LPT port in Windows XP with D?
Hi, Try the dlportio driver. I've used it in the past with XP - PIC programmers, etc. :-) Regards, mike.
Mar 25 2009
parent Mike James <foo bar.com> writes:
Zarathustra Wrote:

 I found a WinIO library. Have you got any expreriance with that in Windows XP?
 By the way of course in the newer computers haven't got LPT but it is not a
problem. I want to use LPT to control a machine. 
 
 Mike James Wrote:
 
 Zarathustra Wrote:
 
 Have you got any idea how to manipulate LPT port in Windows XP with D?
Hi, Try the dlportio driver. I've used it in the past with XP - PIC programmers, etc. :-) Regards, mike.
I've never used WinIO but you can get dlportio from http://www.driverlinx.com/DownLoad/DlPortIO.htm Regards, mike.
Mar 26 2009