"

2013 FRC Java API

"

Uses of Class
edu.wpi.first.wpilibj.SerialPort.FlowControl

Packages that use SerialPort.FlowControl
edu.wpi.first.wpilibj The WPI Robotics library (WPILibJ) is a set of Java classes that interfaces to the hardware in the FRC control system and your robot. 
 

Uses of SerialPort.FlowControl in edu.wpi.first.wpilibj
 

Fields in edu.wpi.first.wpilibj declared as SerialPort.FlowControl
static SerialPort.FlowControl SerialPort.FlowControl.kDtrDsr
          flowcontrol: use dts dsr
static SerialPort.FlowControl SerialPort.FlowControl.kNone
          flowControl: use none
static SerialPort.FlowControl SerialPort.FlowControl.kRtsCts
          flowcontrol: use rts cts
static SerialPort.FlowControl SerialPort.FlowControl.kXonXoff
          flowcontrol: use on/off
 

Methods in edu.wpi.first.wpilibj with parameters of type SerialPort.FlowControl
 void SerialPort.setFlowControl(SerialPort.FlowControl flowControl)
          Set the type of flow control to enable on this port.
 


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"