This commit is contained in:
Dmitry Isaenko 2019-02-12 00:56:42 +03:00
parent f1c6f7985f
commit 3f9add019a
2 changed files with 15 additions and 11 deletions

View file

@ -590,7 +590,7 @@ class UsbCommunications extends Task<Void> {
int trans = readBufTransferred.get();
byte[] receivedBytes = new byte[trans];
readBuffer.get(receivedBytes);
/* DEBUG START----------------------------------------------------------------------------------------------
/* DEBUG START----------------------------------------------------------------------------------------------*
hexDumpUTF8(receivedBytes);
// DEBUG END----------------------------------------------------------------------------------------------*/
return receivedBytes;