February 25, 2007 Port access | ||||
---|---|---|---|---|
| ||||
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? |
February 25, 2007 Re: Port access | ||||
---|---|---|---|---|
| ||||
Posted in reply to Orgoton | "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. :) |
Copyright © 1999-2021 by the D Language Foundation