Anyway, as you can guess I can move servos fine, it is just a few things I need to know about dc motors. I will be wiring these up tomorrow. I have standard firmata loaded on the uno with serial messages sent from Max/MSP 5 via a USB cable (works great!).
By hacking Maxuino (a patch for Max/MSP 5) I can see what serial codes I need to send to the board to control input, output, pwm and servo with their repsective variables. The image shows Maxuino and the message window showing what messages are being sent to the board:

By hacking away I know that motor 1 is controlled by digital pin 11 and needs to be in pwm mode so I send the board 244 11 3 to activate the pin to the correct mode and 244 11 0 to de-activate it. There is a slider for changing the pwm pulse. This slider has 101 variables (0.00-1.00) and when cycling through from 0.00 to 1.00 the board receives these messages: 235 0 0 to 235 127 0 and 235 1 1 to i]235 127 1[/i] (mostly in increments of 2 eg. 235 0 0, 235 2 0, 235 4 0...).
What I would like to know to is what are the sizes of the pulses I am sending? I do not want to experiment too much if I do not have to, as I do not want to damage my motor. And what pulses do I need to send to make the motor move clock-wise, anti-clockwise and stall? This is the motor I am using: http://www.pololu.com/catalog/product/2218 (very similar to Solarbot I have read).
Apologies for the long post and if I have posted in the wrong section (I'm a newbie), but I want to run 4 motors simultaneously. These motors are running in pairs, would it work if I wired two motors into motor 1 terminal and the other two motors into motor terminal 2, or is this a really bad idea, and should I use all four terminals? If this is possible, I guess I won't need to change the specs of my AC/DC adapter? I have purchased an 8v 2000mA adapter (providing 6.8v after the 1.2v drop in the L293D H-bridge (I couldn't find a 7.2 on ebay with enough current) and 2000mA is probably a little bit more than I need but I have read going a little bit over should not hurt too much).
Any help is greatly appreciated, thanks


