Arduino ZERO (SAMD21) SERIAL1 Buffer size

changed this in my code to
#define SERIAL_BUFFER_SIZE 256

WHERE did you put that #define? Adding it to your .ino file won't have any effect on the uart library; you have to change it IN RingBuffer.h for it to have any effect. (not designed very well, IMO.)