lancaster-university / microbit-v2-samples

CODAL build tools and sample programs for the micro:bit v2.x
MIT License
64 stars 83 forks source link

SerialStreamer: Don't output a tab after each buffer in stream binary mode. #72

Closed microbit-carlos closed 1 year ago

microbit-carlos commented 1 year ago

When raw data is captured and the tab (ascii value 9) is present in the data file, it produces a sound glitch.

As shown in the bottom waveform here: image

Fixes https://github.com/lancaster-university/codal-microbit-v2/issues/342.