use 2400 Baud

This commit is contained in:
Wolfgang Hottgenroth 2020-09-03 21:08:35 +01:00
parent 33d715ca83
commit d4ce143298

@ -467,7 +467,7 @@ int main(int argc, char *argv[]) {
infolog("opening device\n"); infolog("opening device\n");
int fd = openSerial(DEFAULT_SERIAL_DEVICE, 9600); int fd = openSerial(DEFAULT_SERIAL_DEVICE, 2400);
if (fd == -1) { if (fd == -1) {
errlog("unable to open device, fatal error\n"); errlog("unable to open device, fatal error\n");
myExit(-1); myExit(-1);