Thread overview
LPT
Mar 25, 2009
Zarathustra
Mar 25, 2009
grauzone
Mar 25, 2009
Mike James
Mar 26, 2009
Zarathustra
Mar 26, 2009
Mike James
March 25, 2009
Have you got any idea how to manipulate LPT port in Windows XP with D?
March 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...?
March 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.
March 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.
March 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?
>>>
>> 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.
March 26, 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.

March 26, 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.