Controlling two devices with USCCMD

Hi, this is my first post. I’ve created a MAME Cabinet and I am using two Micro Maestro 6-Channel controllers to control my joysticks and everything else. I am using very simple USCCMD commands to control each servo using BAT files, USCCMD --servo 1,100 but I can only get one of the controllers to respond to the commands. I know there is the USCCMD --Device command but I’m not sure how to use it, any help would be greatly appreciated.

Hello.

Here is an example of how to use UscCmd to send a command to a specific Maestro that is specified by its serial number:

usccmd --device 00001430 --servo 1,6000

You will need to replace “00001430” with the actual serial number of one of your Maestros. The serial number is shown in the upper left corner of the Maestro Control Center and in the output of “usccmd --list”.

–David

Thanks David, I was wondering why I couldn’t get it to work, I was leaving out the two dashes before servo.