
Multiple PCTx C++ Sample Source Code

PCTx VB.NET Sample Source Code

Analog Reader Sample Application

Sample Servo Sequencer Source Code

25 Servo Controller Sample Source Code

25_channel_controller_vspj.zip
Web interface to PCTx or Servo Controllers Sample Source Code

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
API's
C++ API
VB.NET API
How to create a project in Visual Studio .NET 2003
The following will describe the steps necessary to set up a project in Visual Studio .NET 2003.
-
Download the following files from the Windows Driver Development Kit.
- In the left pane Click on the Project menu and go to the project properties
- Click on Linker and select Input
- In the right pane click on Additional Dependencies
- Under Additional Dependencies add the path to the .lib files you just downloaded
- Implement the controller source files into your project or use them to write your own implementation
Common mistakes when setting up a VS Project
- If you get the error "fatal error C1083: Cannot open include file: 'hidsdi.h': No such file or directory" make sure that the file hdisdi.h is located in the root directory of your VS project folder.
- Add all required libraries to the project settings.








