Difference between revisions of "Template:Device Infobox/IO"
Malvineous (Talk | contribs) (Remove LPT chipset) |
Malvineous (Talk | contribs) m (Option should be bi-dir not bi) |
||
Line 12: | Line 12: | ||
{{Device Infobox/Item | Parallel ports | [[Number of parallel ports::{{{Parallel ports|Unknown}}}]] }} | {{Device Infobox/Item | Parallel ports | [[Number of parallel ports::{{{Parallel ports|Unknown}}}]] }} | ||
{{#ifexpr:{{{Parallel ports|0}}} > 0 | | {{#ifexpr:{{{Parallel ports|0}}} > 0 | | ||
− | {{Device Infobox/Item | Bi-dir? | [[Is bi-directional::{{{Bi|Unknown}}}]] }} | + | {{Device Infobox/Item | Bi-dir? | [[Is bi-directional::{{{Bi-dir|Unknown}}}]] }} |
{{Device Infobox/Item | ECP? | [[Is ECP::{{{ECP|Unknown}}}]] }} | {{Device Infobox/Item | ECP? | [[Is ECP::{{{ECP|Unknown}}}]] }} | ||
{{Device Infobox/Item | EPP? | [[Is EPP::{{{EPP|Unknown}}}]] }} | {{Device Infobox/Item | EPP? | [[Is EPP::{{{EPP|Unknown}}}]] }} |
Revision as of 15:59, 13 February 2016
Bus type | Unknown |
---|---|
Bus width | Unknown |
Bus speed | Unknown |
8-bit ISA compatible? | Unknown |
PCI 5V tolerant? | Unknown |
PCI 3.3V tolerant? | |
Manufacturer | Unknown |
Chipset | Unknown |
Connectors | Unknown |
Requires -5VDC? | Unknown |
Requires -12VDC? | Unknown |
Config method | Unknown |
IO Controller | |
Serial ports | Unknown |
Parallel ports | Unknown |
Game ports | Unknown |
Driver | Missing download URL |
This template is used to populate the Device Infobox with information about a simple IO controller card. See AB-862G Super I∕O Card for example use. As this template sits inside an infobox, it can be combined with other templates in the case of multi-function devices.
Valid parameters and examples specific to this infobox are:
Parameter | Meaning |
---|---|
Serial ports = Value | Number of RS232 ports the device supports, including internal connectors.
|
UART = Value | Only shown if Serial ports is greater than zero. Text value for the RS232 interface chip. One of:
Add others to this list as needed - try to be as generic as possible, avoiding part names and using interface names instead. |
Parallel ports = Value | Number of IEEE1284 (incl. pre-IEEE1284/Centronics) ports the device supports, including internal connectors.
|
Bi-dir = Value | Only shown if Parallel ports is greater than zero. Boolean value indicating whether the LPT interface can operate in bi-directional mode, perhaps set via a jumper. If Y, the port can send and receive whole bytes in one go over the same eight data lines. If N, the port can only receive bytes in two halves, by re-purposing the four printer status lines. |
ECP = Value | Only shown if Parallel ports is greater than zero. Boolean value indicating whether the LPT interface can operate in ECP mode, perhaps set via a jumper. If Y, the port can send and receive whole bytes in one go over the same eight data lines, using the ECP interface. If N, the port may still be able to do this, but not via the ECP method. |
EPP = Value | Only shown if Parallel ports is greater than zero. Boolean value indicating whether the LPT interface can operate in EPP mode, perhaps set via a jumper. If Y, the port can send and receive whole bytes in one go over the same eight data lines, while using ISA DMA to minimise CPU usage. If N, the port may still be able to transfer whole bytes at the same time, but it cannot make use of DMA to reduce CPU utilisation. |
Game ports = Value | Number of game ports (PC-style joystick ports) the device supports, including internal connectors.
|