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

Method setDTR

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

Source from the content-addressed store, hash-verified

275 }
276
277 public void setDTR(boolean state) {
278 try {
279 port.setDTR(state);
280 } catch (SerialPortException e) {
281 errorMessage("setDTR", e);
282 }
283 }
284
285 public void setRTS(boolean state) {
286 try {

Callers 1

touchForCDCResetMethod · 0.80

Calls 1

errorMessageMethod · 0.95

Tested by

no test coverage detected