core_usb_uart icon indicating copy to clipboard operation
core_usb_uart copied to clipboard

Issues sending more that 64 bytes from PC

Open dev-board-tech opened this issue 4 years ago • 0 comments

Hi, I implemented this design together with the hs phy, the issue is that if I send more that 64 characters to the device what is beyond 64 bytes the device will not receive it , if I send more than 128 bytes will begin randomly shift the bytes, and if I send from PC more than 256 bytes windows driver freezes and will no longer recognize the device until after a windows reboot.

The other way, if I send from device to PC everything is OK.

The same issue is with uart module and without uart module ( a echo done thru a fifo ).

dev-board-tech avatar Dec 11 '20 13:12 dev-board-tech