You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publicstaticfinalshortSCOPE_START_DATA = (short) 0xCDAB;// This is the
176
-
// 205 171 or
177
-
// -85 -51
178
-
// flag that
179
-
// indicates
180
-
// scope data is
181
-
// following
182
-
// least significant first 0xCDAB;
167
+
publicstaticfinalshortSCOPE_START_DATA = (short) 0xCDAB;// This is the 205 171 or -85 -51 flag that indicates scope data is following least significant first 0xCDAB;
Copy file name to clipboardExpand all lines: it.baeyens.arduino.core/src/it/baeyens/arduino/communication/ArduinoSerial.java
+19-12
Original file line number
Diff line number
Diff line change
@@ -151,8 +151,7 @@ public static boolean ToggleDTR(Serial serialPort, long delay) {
151
151
/**
152
152
* reset the arduino
153
153
*
154
-
* This method takes into account all the setting to be able to reset all different types of arduino If RXTXDisabled is set the method only return
155
-
* the parameter Comport
154
+
* This method takes into account all the setting to be able to reset all different types of arduino If RXTXDisabled is set the method only return the parameter Comport
156
155
*
157
156
* @param project
158
157
* The project related to the com port to reset
@@ -161,22 +160,30 @@ public static boolean ToggleDTR(Serial serialPort, long delay) {
0 commit comments