azonenberg changed the topic of #scopehal to: ngscopeclient, libscopehal, and libscopeprotocols development and testing | https://github.com/ngscopeclient/scopehal-apps | Logs: https://libera.irclog.whitequark.org/scopehal
Degi has quit [Ping timeout: 244 seconds]
Degi has joined #scopehal
<d1b2> <rapzak_> it could be nice to have this function: void SCPIUARTTransport::FlushRXBuffer() { if (!IsConnected()) return; unsigned char buf[1024]; //ibclr(m_handle); while (ReadRawData(1024, buf) != 0) {} //do nothing return; }