I/O Port Access
Gary Highberger <[email protected]>
| Newsgroups | gmane.comp.lang.smalltalk.gnu.general |
|---|---|
| Message-ID | <CAAWCt5w7HxKjv=t7G0GHyZyOzrG0FsWiOkzL5FQEYBPU0=7=DQ@mail.gmail.com> |
Hi everyone, Is there a way to access a port (a parallel printer port) with Smalltalk? In C I use ioperm (request permission), fcntl (open the port) and outb (send a byte to the port), etc. Thank you, Gary