additional RX reset, new binaries

This commit is contained in:
InsanityAutomation
2023-07-31 17:31:42 -04:00
parent 900464dc72
commit 55cd1f51a4
267 changed files with 7 additions and 4 deletions
@@ -594,8 +594,11 @@ int RTSSHOW::RTS_RecData()
//if(!isPrinting())
//SERIAL_ECHOLNPGM("Receiving...");
uint8_t receivedbyte;
if(!DWIN_SERIAL.connected())
DWIN_SERIAL.begin(115200);
//#if ENABLED(DGUS_SERIAL_STATS_RX_BUFFER_OVERRUNS)
if (!DWIN_SERIAL.available() && DWIN_SERIAL.buffer_overruns()) {
if ((!DWIN_SERIAL.available() && DWIN_SERIAL.buffer_overruns()) || DWIN_SERIAL.dropped() > 0) {
// Overrun, but reset the flag only when the buffer is empty
// We want to extract as many as valid datagrams possible...
SERIAL_ECHOLNPGM("OVFL");
@@ -685,7 +688,7 @@ int RTSSHOW::RTS_RecData()
// discard anything else
rx_datagram_state = DGUS_IDLE;
if(!isPrinting())
//if(!isPrinting())
SERIAL_ECHOLNPGM("Discard Return...");
return -1;
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More