Arduino ZERO (SAMD21) SERIAL1 Buffer size

Hi bembu_account,

The serial buffer size is defined in the Arduino SAMD core file "RingBuffer.h":

#define SERIAL_BUFFER_SIZE 64

Adafruit have increased the Rx buffer on their boards to 164 bytes.