digitalmars.D.learn - LPT
- Zarathustra <adam.chrapkowski gmail.com> Mar 25 2009
- Jarrett Billingsley <jarrett.billingsley gmail.com> Mar 25 2009
- Jarrett Billingsley <jarrett.billingsley gmail.com> Mar 25 2009
- grauzone <none example.net> Mar 25 2009
- Mike James <foo bar.com> Mar 25 2009
- Zarathustra <adam.chrapkowski gmail.com> Mar 25 2009
- Mike James <foo bar.com> Mar 26 2009
Have you got any idea how to manipulate LPT port in Windows XP with D?
Mar 25 2009
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
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
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?
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
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
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
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









Jarrett Billingsley <jarrett.billingsley gmail.com> 