News
Documentation History Authors Cost Video links
Forums
AdvanceMAME
AdvanceMENU
AdvanceCAB
|
Documentation of the AdvanceCAB portio utility.
AdvanceCAB Hardware Port Input/Output For DOS1 Synopsisportio lpt? portio ADDRESS_HEX portio lpt? VALUE_HEX portio ADDRESS_HEX VALUE_HEX 2 DescriptionThe `portio' utility can be used to drive the parallel port or any other hardware device which use the PC ports.If a lpt ports (lpt1,lpt2,lpt3) or an hexadecimal address is specified the port is read and the read value is printed on the screen. If also a value is specified the port is written with the specified value. All the address and all the values are in the hexadecimal format. The address of the lpt ports are detected using the BIOS informations at the memory address 408h. 3 ExamplesSet all the parallel port data bits:
Clear all the parallel port data bits:
Set all bit on the port 80h
Set all the parallel port data bits in the config.sys:
4 CopyrightThis file is Copyright (C) 2003 Andrea Mazzoleni. |