Table of Contents

Serial port baud rate

Name

  COMSPEED

Header file

Configured via config/serial.h.

Examples

Use baud rate 115200

  #define COMSPEED 115200

Use baud rate 9600

  #define COMSPEED 9600

Description

This build option configures the baud rate for the serial port used by iPXE.

See also