|
Port I/O Component |
|
- Needed the ability to write data on the parallel port.
- Although Windows documentation would have you believe 'normal' i/o can
be used to do this, it can't.
- Only way is to use the C outp() function.
- Not found in any existing DLL
- So I wrote a 5 line C file, created a DLL from it, used it via PlatformFunction.