Skip to content

Commit c1e5523

Browse files
committed
parity baud
1 parent 2359f73 commit c1e5523

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIDAS/src/hilsim/stream/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ int main(int argc, char** argv) {
285285
{
286286
char sbuf[128];
287287
sscanf(_inbuf + 1, " %s", &sbuf);
288-
char serial_open_err = Serial.openDevice(sbuf, 115200);
288+
char serial_open_err = Serial.openDevice(sbuf, 921600);
289289
if (serial_open_err != 1) {
290290
printf(".SERIAL_BAD\n");
291291
} else {

0 commit comments

Comments
 (0)