Hi there, I am controlling two motors by sending data over from pd over the serial port to arduino and then out through 2 h-bridge chips and into the motors.
all works fine except that I am not getting the data to split to motor a and motor b correctly on the arduino side,
I am sending messages out of pd as integers with "a" or "b" attached to them message boxes look like [a$1
[comport]
does anyone know a good solution to get the arduno to split these streams in order to control the motors separately?
thanks in advance!