Bug: Data truncation in lengthy outputs
i am trying to utilize this app for communicating with an rp2350 with micropython. The app works perfectly well, but the tcp output seems to be truncated if its longer than 256 characters (e.g print('abcdefg'*500)). Is that a feature of the server or a bug? The truncation doesn't seem to happen when i directly access the serial.
Hi. Sorry for the late reply. That's strange, because the buffer size is 1024 bytes, and it shouldn't be a problem. Could you share the logcat logs? Maybe it's a limitation of the USB-serial library...
Please try debug version from here: https://clusterm.github.io/usb-serial-telnet-server/ Reproduse the problem and send me logcat output.