Table of Contents

Serial port data bits

Name

  COMDATA

Header file

Configured via config/serial.h.

Examples

Use 8 data bits

  #define COMDATA 8

Use 7 data bits

  #define COMDATA 7

Description

This build option configures the number of data bits for the serial port used by iPXE.

See also