iPXE
Macros | Functions
serial.h File Reference

Serial port configuration. More...

#include <config/defaults.h>
#include <config/named.h>
#include <NAMED_CONFIG(serial.h)>
#include <config/local/serial.h>
#include <LOCAL_NAMED_CONFIG(serial.h)>

Go to the source code of this file.

Macros

#define COMCONSOLE   COM1 /* I/O port address */
 
#define COMSPEED   115200 /* Baud rate */
 

Functions

 FILE_LICENCE (GPL2_OR_LATER)
 

Detailed Description

Serial port configuration.

These options affect the operation of the serial console. They take effect only if the serial console is included using the CONSOLE_SERIAL option.

Definition in file serial.h.

Macro Definition Documentation

◆ COMCONSOLE

#define COMCONSOLE   COM1 /* I/O port address */

Definition at line 18 of file serial.h.

◆ COMSPEED

#define COMSPEED   115200 /* Baud rate */

Definition at line 26 of file serial.h.

Function Documentation

◆ FILE_LICENCE()

FILE_LICENCE ( GPL2_OR_LATER  )