By default PPJoy assumes the following timing characteristics about the transmitter:
PPJoy contains some debug code to help setup the PPM interface - PPJoy can cause the PC speaker to click every time an interrupt occurs. First step is to configure the PPM interface in PPJoy, then enable the debug code via a registry entry. You will need to restart your computer for the registry to take effect.
Then try connection and disconnecting pin 10 (IRQ) on the parallel port to pin 18 (Ground). Each time you make or break the connection you should hear one or more clicks. Now you know that PPJoy is properly hooked up to the IRQ.
Now connect your transmitter interface to the parallel port. You should be hearing a series of clicks (it might sound like a continuous tone). This means the parallel port can detect the signal from your TX. If not the voltage from your TX interface might not be enough and you may need some form of amplifier in your interface.
The enable the debugging code you need to copy the text below to a file with a .reg extension and then run the .reg file using explorer:
REGEDIT4 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\PPortJoystick\Parameters] "RuntimeDebug"=dword:00000001To turn off the debugging code, open registry editor, and change the value of "RuntimeDebug" to 0. At some later stage this functionality will probably be built into the PPJoy control panel applet.