Hey@bakercp,
I am making a project which needs to control 80 servo motors (daisy chained) from OF to Arduino, I was trying your 'example_packet_serial_slip', the example didn't work with Arduino Mega but worked with Arduino Uno.
I therefore changed to 'example_SLIP-OSC' as I need to use Mega to control something else as well. It worked with 20 servo motors, however, it will have some sort of unstable data for the servos if I increase the number of the micro servo motors (more than 25). I guess it might be the data I was sending is too big to send via OSC? Any suggestions would be really appreciated.