MCPcopy Index your code
hub / github.com/arduino/Arduino / setRTS

Method setRTS

arduino-core/src/processing/app/Serial.java:285–291  ·  view source on GitHub ↗
(boolean state)

Source from the content-addressed store, hash-verified

283 }
284
285 public void setRTS(boolean state) {
286 try {
287 port.setRTS(state);
288 } catch (SerialPortException e) {
289 errorMessage("setRTS", e);
290 }
291 }
292
293 /**
294 * Reset the encoding used to convert the bytes coming in

Callers

nothing calls this directly

Calls 1

errorMessageMethod · 0.95

Tested by

no test coverage detected