Charles wrote:
If you don't mind going into it, what HW interface are you using between the PC and the master PIC; rs232 port?
Don't mind at all...
Actually, I'm using PICAXE chips, so the interface I use is a 3 pin rs232 port on the board with a Serial to USB converter plug. This has a driver that allows the PC to see it as a com port.
Attachment:
interface.jpg [ 117.21 KiB | Viewed 79 times ]
The way I set it up there is a 6 x 2 rotary switch (you can see it on the top left corner of the 3rd image in the OP. That switch will connect the serial interface to any chip, to make it easier to develop and program...
Otherwise it's really simple, it's mainly just resistors, and wiring... Actually the most difficult thing was getting the internal gear button mounts to line up the the momo paddle levers. Obviously the original uses moulded plastic, but I had to do it will pcb and screws and glue...
Next time I do something like this I'll probably try making it native USB, I wouldn't mind giving making a usb based device a try, although I looks pretty tricky... I would have to switch to a chip like ATMega and program it in assembly (PICAXE has its own bootstrap language called basic)