I have this strange issue when trying to read bundles on Teensy/Arduino Uno where I will get an INVALID_OSC error if I try to send 2 or more bundles in quick succession from Max/MSP.
The patch is very simple:
The test code (included below) is pretty straightforward too.
I tried also sending the OSC data from Max to Node-RED and compared the bytes received there with the bytes received by the Arduino and it's exactly the same.
I have this strange issue when trying to read bundles on Teensy/Arduino Uno where I will get an
INVALID_OSC
error if I try to send 2 or more bundles in quick succession from Max/MSP.The patch is very simple:
The test code (included below) is pretty straightforward too.
I tried also sending the OSC data from Max to Node-RED and compared the bytes received there with the bytes received by the Arduino and it's exactly the same.
Here are the byte that are sent:
oscBug.zip