comparison rvinterf/etmsync/readcal.c @ 423:e40bb5a6c6b9

rvinterf clients: implemented 30 ms delay for batch ops with -p
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 28 Oct 2018 00:30:16 +0000
parents 36ae854536e8
children
comparison
equal deleted inserted replaced
422:c1aadfcd185f 423:e40bb5a6c6b9
253 argv[0]); 253 argv[0]);
254 exit(ERROR_USAGE); 254 exit(ERROR_USAGE);
255 } 255 }
256 if (compal_mode && !rvinterf_Bopt) 256 if (compal_mode && !rvinterf_Bopt)
257 rvinterf_Bopt = "57600"; 257 rvinterf_Bopt = "57600";
258 launch_rvinterf(); 258 launch_rvinterf(1);
259 } else { 259 } else {
260 if (rvinterf_Bopt || rvinterf_lopt || rvinterf_wopt) { 260 if (rvinterf_Bopt || rvinterf_lopt || rvinterf_wopt) {
261 fprintf(stderr, 261 fprintf(stderr,
262 "%s error: -B, -l and -w options are meaningful only when launching rvinterf\n", 262 "%s error: -B, -l and -w options are meaningful only when launching rvinterf\n",
263 argv[0]); 263 argv[0]);