[][src]Function wpilib_sys::bindings::HAL_SetSerialBaudRate

pub unsafe extern "C" fn HAL_SetSerialBaudRate(
    port: Type,
    baud: i32,
    status: *mut i32
)

Sets the baud rate of a serial port.

Any value between 0 and 0xFFFFFFFF may be used. Default is 9600.

@param port the serial port @param baud the baud rate to set