usbserial icon indicating copy to clipboard operation
usbserial copied to clipboard

add option to set input and output buffer size

Open ghost opened this issue 10 months ago • 0 comments

I am working on a serious USB project where every byte is crucial. The problem I am facing is most of the device receiving all bytes perfectly but few xiaomi device/tablet missing some bytes.

Samsung: received packet - 100% OnePlus: received packet - 100% Xiaomi: received packet - 95%

So, My guess this could be buffer problem on device on something inside the OS optimization.

ghost avatar Apr 04 '24 04:04 ghost