Table of Contents

Serial port stop bits

Name

  COMSTOP

Header file

Configured via 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