1
0
mirror of https://github.com/rricharz/Tek4010.git synced 2026-01-11 23:53:16 +00:00

-fast option is automatically used for baud rates above 19200

This commit is contained in:
Rene Richarz 2024-03-18 10:57:40 +01:00
parent 5a2dea9b3f
commit 92a55adf97
3 changed files with 2 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -371,6 +371,8 @@ void tube_init(int argc, char* argv[])
firstArg++;
}
if (argBaud > 20000) argFast = 1;
// A child process for rsh is forked and communication
// between parent and child are established