When the oMotorMind Object's Value property is set to a value, that value is sent out the I/O Line specified by the IOLine property in such a way that a Solutions Cubed Motor Mind Object will use the data to control a DC motor. Several methods are available to do common functions such as set speed and stop. Note: these methods were added in Firmware version C1. The Serial property is an instance of the oSerialL object which is created when the oMotorMind Object is. The oMotorMind Object uses this object to send the motor mind module control codes. The properties of the instance of the oSerialL Object are configured to transmit data at 2400 baud. modifying that or any other properties of the oSerialL instance will affect the oMotorMind Object's operation in ways that could make the it unable to control the module. See the oSerialL Help for more detail on how the serial port communicates with devices such as the Solutions Cubed Motor Mind DC motor controller. |