Hey! I'm using this library to send 44 bytes as a packet over serial. Smaller size packets work fine, however the full data of 44 bytes causes the arduino to stop sending packets beyond a few. For example, on the pc end i use a python script to read 45 bytes, output to screen, then read 45 more. This works the first 24 or 25 times, then stops. I've tried inserting Serial.flush(), and a 1000ms delay, however it is still no go.
Hey! I'm using this library to send 44 bytes as a packet over serial. Smaller size packets work fine, however the full data of 44 bytes causes the arduino to stop sending packets beyond a few. For example, on the pc end i use a python script to read 45 bytes, output to screen, then read 45 more. This works the first 24 or 25 times, then stops. I've tried inserting Serial.flush(), and a 1000ms delay, however it is still no go.