We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a7c2db commit c09cb5aCopy full SHA for c09cb5a
Source/Device/Serial.cpp
@@ -237,10 +237,6 @@ namespace Device
237
FlushFileBuffers(serial_handle);
238
}
239
240
-
241
- // Flush any responses from init sequence before starting read thread
242
- SleepSystem(100);
243
- PurgeComm(serial_handle, PURGE_RXCLEAR);
244
245
#else
246
serial_fd = open(port.c_str(), O_RDWR | O_NOCTTY | O_NONBLOCK | O_CLOEXEC);
0 commit comments