Port access

Jarrett Billingsley kb3ctd2 at yahoo.com
Sun Feb 25 10:17:25 PST 2007


"Orgoton" <orgoton at mindless.com> wrote in message 
news:ersg3g$ti5$1 at digitalmars.com...
> Is there a D option for accessing the Parallel port? I used _inp() and 
> inportb() in C to access this port, is there an equivalent in D?

There are some port functions in std.intrinsic.  inp/inw/inl and 
outp/outw/outl.  :) 




More information about the Digitalmars-d-learn mailing list