In the file circle-stdlib/libs/circle/include/circle/serial.h the defaults translate a NL to NL+CR thereby changing the size of voice dumps and transmitting a panning ctrl which also is 0x0A (NL)
// serial options
#define SERIAL_OPTION_ONLCR (1 << 0) ///< Translate NL to NL+CR on output (default)
In the file circle-stdlib/libs/circle/include/circle/serial.h the defaults translate a NL to NL+CR thereby changing the size of voice dumps and transmitting a panning ctrl which also is 0x0A (NL)
// serial options
#define SERIAL_OPTION_ONLCR (1 << 0) ///< Translate NL to NL+CR on output (default)