Arduino-Serial-SLIP-OSC icon indicating copy to clipboard operation
Arduino-Serial-SLIP-OSC copied to clipboard

OSC for Arduino - Currently only over SLIP

Results 1 Arduino-Serial-SLIP-OSC issues
Sort by recently updated
recently updated
newest added

Hi, i'm using this code to send a message every 100 ms. It stops working after around 100 messages. I've tested with different serial monitors: ``` #include #include OSC::SlipUsbIn oscIn(&Serial);...