pub enum SerialPort {
Serial1,
Serial2,
Serial3,
Serial4,
}Expand description
Identifier for one of the four standard IBM PC serial ports.
Variants§
Serial1
COM1 — I/O base address 0x03F8, typically connected to the host in QEMU.
Serial2
COM2 — I/O base address 0x02F8.
Serial3
COM3 — I/O base address 0x03E8.
Serial4
COM4 — I/O base address 0x02E8.