====== Serial port I/O address ====== ===== Name ===== COMCONSOLE ===== Header file ===== Configured via ''[[http://git.ipxe.org/ipxe.git/blob/HEAD:/src/config/serial.h|config/serial.h]]''. ===== Examples ===== === Use serial port COM1 === #define COMCONSOLE COM1 === Use serial port COM2 === #define COMCONSOLE COM2 ===== Description ===== This build option configures the address of the serial port used by iPXE. ===== See also ===== * ''[[:buildcfg:CONSOLE_SERIAL]]'' * ''[[:buildcfg:COMSPEED]]'' * ''[[:buildcfg:COMDATA]]'' * ''[[:buildcfg:COMPARITY]]'' * ''[[:buildcfg:COMSTOP]]'' * [[:console|Console configuration]] in iPXE * [[:buildcfg|List of all iPXE build options]]