Remove echo expectation from rc2800 rotor

https://github.com/Hamlib/Hamlib/issues/451
pull/453/head
Michael Black W9MDB 2020-11-27 14:35:15 -06:00
rodzic a114c61a04
commit d1f857c131
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -202,6 +202,7 @@ transaction_write:
data_len = BUFSZ;
}
#if 0 // manual says no echos
/* first reply is an echo */
memset(data, 0, data_len);
retval = read_string(&rs->rotport, data, data_len, CR, strlen(CR));
@ -215,6 +216,7 @@ transaction_write:
goto transaction_quit;
}
#endif
/* then comes the answer */
memset(data, 0, data_len);