digitalmars.D.learn - LPT
- Zarathustra (1/1) Mar 25 2009 Have you got any idea how to manipulate LPT port in Windows XP with D?
- Jarrett Billingsley (2/3) Mar 25 2009 Um, the same way you'd do it with any other language...?
- Jarrett Billingsley (3/7) Mar 25 2009 I mean, if you computer even _HAS_ an LPT port. I haven't seen one in y...
- grauzone (3/11) Mar 25 2009 My computer is only a year old and has one LPT and two serial ports. The...
- Mike James (4/5) Mar 25 2009 Hi,
- Zarathustra (3/12) Mar 25 2009 I found a WinIO library. Have you got any expreriance with that in Windo...
- Mike James (3/18) Mar 26 2009 I've never used WinIO but you can get dlportio from http://www.driverli...
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:I mean, if you computer even _HAS_ an LPT port. I haven't seen one in years.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
Jarrett Billingsley wrote:On Wed, Mar 25, 2009 at 5:00 PM, Jarrett Billingsley <jarrett.billingsley gmail.com> wrote: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.On Wed, Mar 25, 2009 at 4:21 PM, Zarathustra <adam.chrapkowski gmail.com> wrote:I mean, if you computer even _HAS_ an LPT port. I haven't seen one in years.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
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:I've never used WinIO but you can get dlportio from http://www.driverlinx.com/DownLoad/DlPortIO.htm Regards, mike.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 26 2009