use 2400 Baud
This commit is contained in:
parent
33d715ca83
commit
d4ce143298
@ -467,7 +467,7 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
|
||||
infolog("opening device\n");
|
||||
int fd = openSerial(DEFAULT_SERIAL_DEVICE, 9600);
|
||||
int fd = openSerial(DEFAULT_SERIAL_DEVICE, 2400);
|
||||
if (fd == -1) {
|
||||
errlog("unable to open device, fatal error\n");
|
||||
myExit(-1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user