32bitSaviour
DIIDevHeads IoT Integration Server
•Created by 32bitSaviour on 12/30/2024 in #📦-middleware-and-os
Does Linux Have a Maximum Buffer Size for Serial on Embedded Systems?
@melta101 it was a HW constraint issue. The device is configured to accept only 16K of data at a go.
I simply just read 16K then send an ack byte to inform the sender to give me more data.
The implementation is a bit slow since I need to read the data over 128 iterations.
25 replies