Problems with FMS interface

When I connected the FMS interface I built the other day to my new radio and the laptop I got a very jumpy signal. In the FMS Forum there where two different suggestions what might cause this, either to weak power in the serial port, or the reversed order of the signalcable from my Sanwa radio.

This guy had a similar problem but with another PIC interface, though for this one the source code is available. So maybe I will change mine to that one since the design was similar. Or just reprogram my PIC since I think the design is similar enough to do that, though I have to study it more carefully first.

Also the FMS Forum had a several posts on different hardware interfaces, maybe one can find a simple USB joystick based one there.

How to program a PIC with ICProg and the JDM interface

I just built the PIC 12C50x Serial Interface for FMS(see images below) and was about to program the PIC when I realized I was very unsure how the programmer worked and if I had the software as well to do it. So I though it could be good to write it now when I got it working.

The program to use is IC-Prog. Make sure the Hardware settings are set to Windows API if you use XP as I do. Also select the right com-port.

The IC to program should be placed with pin 1 furthest away from the RS232 connector(in my design that is!).

The design I used for my PIC programemr is from this site though I did not use their PCB layout but rather just used the schematics and built it on a proto-board.

Run Ant from within Eclipse

The following section has to be added to build.xml to have Eclipse run Ant.

<!-- javac resolver --> 
    <available 
classname="org.eclipse.core.launcher.Main" 
property="build.compiler" 
value="org.eclipse.pde.internal.core.JDTCompilerAdapter" 
classpath="${java.class.path}" 
/>