PCTx/Servo Controller 9 Channel C++ Sample
The following image is a screen shot of the sample controller program designed for the PCTx and Servo Controller. The 9 slider bars represent 9 channels on an R/C radio transmitter or 9 servos on the Servo Controller. The 9th channel is ignored by the Servo Controller. Moving the slider bars allows you to manipulate an R/C vehicle or robot but may not be the best method of control for every situation. Please refer to the software development page for source code and Visual Studio project files. This application can also be used with both the 8 and 16 Servo Controllers.

Multiple PCTx/Servo Controller C++ Sample
With USB connectivity you have the ability to connect up to 128 PCTx or Servo Controller units to a single PC. The following example will help you get started in controlling multiple PCTx or Servo Controller units.
Multiple PCTx/Servo Controller application screen cap
Download c++_multiple_example.exe
PCTx/Servo Controller VB.NET Sample
Same functionality as the PCTx C++ example except written in VB.

Analog Reader Sample Application
The following sample is compatible with the Analog Reader only. This application uses a modified control class for input and output. The PCTx/Servo Controller samples only support output from the PC.

The Endurance R/C servo controller does not have commercial sequencer support therefore we have supplied our loyal customers with a sample sequencer. See the development page for source code.
Instructions and Operation
The following image is a screen shot of the sample controller program designed for the 25 Servo Controller. The 25 slider bars represent channels on the controller. As you may have noticed the connect button is not present in this application but instead the controller is automatically detected when plugged in.
Download 25_channel_controller.exe
Web Interface for PCTx and Servo Controllers Sample
The following image is a screen shot of the sample web interface designed for the Servo Controller or PCTx. By default the server runs on port 81 so if you have a firewall make sure this is open and port forwarding is setup correctly. This project is not currently setup for the 16 Servo Controller. The protocol will have to be expanded if you need this support.
Download client.exe
Download serverGUI.exe
Tips on using the web interface:
- Make sure that port 81 is open if you are using a firewall on either the server or client PC's.
- Port forwarding may be necessary
- 127.0.0.1 will not work for a local IP address. Use the actual IP of the machine.
- Test the server and client locally to verify it is working before moving each part to separate PC's











