www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - Port access

reply Orgoton <orgoton mindless.com> writes:
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?
Feb 25 2007
parent "Jarrett Billingsley" <kb3ctd2 yahoo.com> writes:
"Orgoton" <orgoton mindless.com> wrote in message 
news:ersg3g$ti5$1 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. :)
Feb 25 2007