We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2359f73 commit c1e5523Copy full SHA for c1e5523
MIDAS/src/hilsim/stream/main.cpp
@@ -285,7 +285,7 @@ int main(int argc, char** argv) {
285
{
286
char sbuf[128];
287
sscanf(_inbuf + 1, " %s", &sbuf);
288
- char serial_open_err = Serial.openDevice(sbuf, 115200);
+ char serial_open_err = Serial.openDevice(sbuf, 921600);
289
if (serial_open_err != 1) {
290
printf(".SERIAL_BAD\n");
291
} else {
0 commit comments