Increase buffer

Hi all,

I need to send 122 bytes by serial port, however it seems that it is sending only 64 bytes, I presume there is a limit until 64 bytes.

Do you know how can I increase the buffer?

Thanks!!

The 64 bytes limit is hardcoded here.
However, you should be able to send your buffer without any problem, since the code handles packing it into smaller packets. If the problem persists, would you mind opening an issue on github? Thanks