Function wpilib_sys::bindings::HAL_SetSerialWriteMode
source · Expand description
Sets the write mode on a serial port.
Valid values are: 1: Flush on access 2: Flush when full (default)
@param port the serial port @param mode the mode to set (see remarks for valid values)