The SerialPortEnum enum defines possible Serial Ports on the Beaglebone Black.
public enum SerialPortEnum
{
UART_NONE,
// UART_0, serial console
UART_1,
UART_2,
// UART_3, not exposed on headers
UART_4,
UART_5
}