i send 128 bytes once,but the recv length is 127?
Hi @oxygenben ,
Please provide the information below to help us evaluate your issue:
- SDK version
- Board name
- Source code causing your issue
- How to reproduce this issue
Thank you
Thank you for response at weekends,i have found the solution。
the SDK version is 3.1.6 & Board name is amb23。
solution is following。
cores\ambd\RingBuffer.h
#define SERIAL_BUFFER_SIZE 128
===>
#define SERIAL_BUFFER_SIZE 512