digitalmars.D.learn - Port access
- Orgoton <orgoton mindless.com> Feb 25 2007
- "Jarrett Billingsley" <kb3ctd2 yahoo.com> Feb 25 2007
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
"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








"Jarrett Billingsley" <kb3ctd2 yahoo.com>