Hello,
I have a CH3-R with Mini-ABB and SSC-32 and a PS2 remote control.
I compiled the default program (that allows me to control the robot from the PS2 remote control) and loaded into the Mini-ABB chip. It works fine, but the problem is:
- I connected the two wires that come from Mini-ABB (and link to SSC-32) to the COM port of my PC. As I understood Mini-ABB sends serialy the commands to the SSC-32 wich drives the individual servos.
- I used a serial sniffer to capture the data sent over this cable. My intent was to save the strings for driving the bot forward, backward, left, right so that I can send them from another board (actualy I want to use an FPGA board).
- The problem is that I receive only strange characters wich have no sens. I expected to see something like #1P1500#2P…
I used 34800 8N1 for the settings wich are the settings I saw in the BASIC source code.
Any ideea what is happening ?
Or do you have some other solution for getting the commands for driving the robot in this 4 directions, withous using some kinematic ecuations? It is all I need for the moment.
Thanks,
Alex