public ArduPilotAthenaInputStream() { try { sp = new SerialPort(115200, Port.kUSB); } catch (Exception e) { ; } }
/** * Creates a new {@link LEDController} on the specified port. * * @param port the serial port */ public LEDController(Port port) { serial = new SerialPort(115200, port); }