I had some issues in the same place and it was somewhat annoying so I typed out the steps I took to get it all working. I’ve never really validated them on a second machine though, so let me know how this goes for you.
Installing Servotor32
Setup the device on your PC:
NOTE: I already installed the Servotor32 drivers on my machine
- Go to Device Manager
- Right click Other Devices->Arduino Leonardo
- Select Properties from the menu
- Press Update Driver…
- Pick to Search Automatically for driver (takes a couple minutes)
- THROW CAUTION TO THE WIND: aka Pick Install the driver software anyway
- Go back to Device Manager
- Right click Ports->ArcBotics Servotor32
- Select the Port Settings Tab
- Set Bits Per Second to 115200
Update the firmware on your Servotor32:
NOTE: your Servotor32 needs to be connected to your PC
- Open Arduino.exe NOTE: I used Arduino 1.0.2
- Select Tools->Board->Arduino Leonardo
- Select Tools->Serial Port->[your Servotor32 Com port]
- I had multiple choices, so I unplugged the Servotor USB cable, looked at the list, then plugged it in and looked at the list to see what changed. You can also look to see what the correct port is in the Device Manager.
- Press the Verify Button (The check mark) on the Arduino toolbar.
- You shouldn’t see any errors.
- Press the Upload Button (the right arrow) on the Arduino toolbar.
- This was the most annoying stage because I kept getting errors, and this is what prompted me to write this setup doc in the first place!
- Uploading takes a minute or two, be patient.
- You shouldn’t see any errors (I did at first because I had selected the wrong com port).
- I had an issue where I had to unplug/replug the Servotor USB cable, the Upload again and it worked just fine.