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