MCPcopy
hub / github.com/arduino/Arduino / open

Method open

app/src/processing/app/SerialMonitor.java:126–138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124 }
125
126 @Override
127 public void open() throws Exception {
128 super.open();
129
130 if (serial != null) return;
131
132 serial = new Serial(getBoardPort().getAddress(), serialRate) {
133 @Override
134 protected void message(char buff[], int n) {
135 addToUpdateBuffer(buff, n);
136 }
137 };
138 }
139
140 @Override
141 public void close() throws Exception {

Callers 5

SerialMonitorMethod · 0.95
zepto.min.jsFile · 0.45
zepto.min.jsFile · 0.45
handleSerialMethod · 0.45
handlePlotterMethod · 0.45

Calls 2

getAddressMethod · 0.80
getBoardPortMethod · 0.80

Tested by

no test coverage detected