Quote:
Originally posted by diego25
Hi all,
How can I output voltage to one of the PWM pins only? If I use SEROUT, I also have to specify all the other pins, including the relay pins.
|
The PBASIC processor we actually program on the robot is not directly connected to the outputs of the Robot Controller, rather, it is run through an "output processor" within the RC. Therefore, you have to use the SEROUT command as shown within the default code to communicate with any of the outputs, relay or PWM. Due to the internal nature of the Innovation First Control System, the PWM command in PBASIC is not of much(if any!) use to us...just send a 0-254 value using SerOut to talk to the Speed Controllers...