BBBCSIO

The SerialPortEnum Enum

 

The SerialPortEnum Enum

The SerialPortEnum enum defines possible Serial Ports on the Beaglebone Black.

 

Source Code

The source code for this class is available online for download and also in browseable form.

 

Syntax

    public enum SerialPortEnum
    {
        UART_NONE,
        // UART_0,  serial console
        UART_1,          
        UART_2,          
        // UART_3,  not exposed on headers         
        UART_4,          
        UART_5         
    }