[][src]Function wpilib_sys::bindings::HAL_InitializeSerialPortDirect

pub unsafe extern "C" fn HAL_InitializeSerialPortDirect(
    port: Type,
    portName: *const c_char,
    status: *mut i32
)

Initializes a serial port with a direct name.

This name is the VISA name for a specific port (find this in the web dash). Note these are not always consistent between roboRIO reboots.

@param port the serial port to initialize @param portName the VISA port name