cake
/
p7utils
Archived
1
0
Fork 0

Finished testing serial using P7.

This commit is contained in:
Thomas Touhey 2017-02-09 12:15:37 +01:00
parent 9bff06d2f1
commit 447f766643
1 changed files with 0 additions and 8 deletions

View File

@ -211,14 +211,6 @@ int main(int ac, char **av)
return (1);
}
/* Try faster serial */
/*if ((err = p7_setlink(handle, P7_B19200, P7_PARITY_NONE, P7_TWOSTOPBITS))
&& err != p7_error_unsupported) {
log(error_unplanned, p7_strerror(err));
p7_exit(handle);
return (1);
}*/
/* Check according to menu */
switch (args.menu) {
case mn_send: