servos worked at one point by changing seemingly random pin modes:
PinMode 68 to output > working > restart > not working
PinMode 66 to input > working > restart > not working
attached is the state of the patch when it did work
hi ggml,
sorry for the late reply; i was out on vacation.
not on a windows machine atm, but i’ll look into the patches asap.
but a guessing question/answer. yes, the input and pinmode spread have to be symetrical. use a Select with a SetSlice, if necessary.
continuously sending servo data @60FPS might be to fast for the COMPort as well as the servo to keep up. try using a Limiter in between.
and regarding the “restart”, do you meen restart of the Arduino or the patch?