SERV-O-MATIC Serial Port Config v1.1
Console application that searches for an SSC32 and displays the serial port and baud rate that the SSC32 is using.
The application takes three optional command line arguments:
Name, Category, Model
ServoMaticSerialPortConfig.exe "My Cool Phoenix" "Hexapod" "Phoenix"
It also creates a serial port configuration settings file that can be read by other applications. The file is located in the documents directory under "My SSC32\SerialPortConfig.xml" and also creates an XML Schema SerialPortConfig.xsd.
The application implements the class SerialPortConfig.vb that can be copied for use in other applications to both read from and write to the configuration file.
Here is the XML file:
Code:
<?xml version="1.0" standalone="yes"?>
<SerialPortConfig>
<SerialPortConfigs RobotName="Robot Name" RobotCategory="Robot Category" RobotModel="Robot Model" BaudRate="115000" Parity="None" StopBits="One" DataBits="8" PortName="COM3" />
</SerialPortConfig>
The application can be downloaded here.
http://www.otherrobots.com/Downloads/tabid/56/Default.aspx
You can run it directly from the executable here. You don't need to have an SSC32 to try it. It will just search the comm ports and not find it.
http://www.otherrobots.com/OtherRoboticsInstalls/ServoMaticSerialPortConfig.exe
