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