Closed
Description
UARTServer.write
just writes a the TX Characteristic value directly. If the size of the byte buffer is too large (> 20 bytes), the write will fail. In addition, writing lots of shorter byte buffers will fail because we aren't waiting for the ack. It should do the write in a buffered way to allow longer buffers to be written.
Thanks to @dastels for uncovering this.
Metadata
Metadata
Assignees
Labels
No labels