Page 1 of 1
FMS PIC controller under linux
Posted: 21 Sep 2009 19:20
by polrus
Hello everyony.
Anybody able to use FMS PIC controller with Linux version of Helix?
Is any of the developers interested in introducing support for this kind of interface? I can share some code if You are willing to implement it
Re: FMS PIC controller under linux
Posted: 21 Sep 2009 22:39
by Michael
Hi,
HELI-X requires an USB interface at the moment.
HELI-X uses the library jinput. Perhaps you can implement an wrapper ... ?
Michael
Re: FMS PIC controller under linux
Posted: 22 Sep 2009 09:42
by polrus
i have a usb / rs233 convertes so my PIC controller is connected via USB to my linux box but i guess there has to be a code to understand the data format that PIC transmitter uses.
Re: FMS PIC controller under linux
Posted: 12 Nov 2012 16:01
by Grant_Edwards
polrus wrote:i have a usb / rs233 convertes so my PIC controller is connected via USB to my linux box but i guess there has to be a code to understand the data format that PIC transmitter uses.
If you're still interested in using an FMS PIC cable, I've made available a Linux driver that allows you to use one type of FMS PIC cable with Heli-X:
viewtopic.php?f=9&t=1024
I'd be happy to modify it to also recognize the other type of FMS PIC cable (the 19200 baud protocol) if somebody wanted to loan me one for a few days...
Re: FMS PIC controller under linux
Posted: 12 Nov 2012 16:08
by Grant_Edwards
Michael wrote:HELI-X requires an USB interface at the moment.
Just to avoid future confusion, Heli-X (at least since 4.1) does not require a USB interface. It uses the normal Linux event/joystick device API, so anything that works with that (USB HID, serial-port, gameport, parallel port, PWM audio-card-input, etc.) will work with Heli-X on Linux.
The actual electrical interface between the computer and the joystic doesn't matter.