Cleric-K / vJoySerialFeeder

Feed Virtual Joystick driver with data from a serial port
GNU General Public License v3.0
252 stars 55 forks source link

Frsky PARA system compatibility #42

Closed Ric-Alves closed 2 years ago

Ric-Alves commented 3 years ago

I have a Frsky x9 lite S with PARA system (bluetooth). I already connect it to the laptop but the sim doesn't detect it. I notice that a COM port was created. I asked Frsky if there is a driver for it but they say that feature is not supported. If PARA system is used for wireless trainner, I think maybe this COM port has the stick input information and maybe the vjoy serial feeder could be used to convert it to a joystick like it do with other systems. Any tips to try to achieve my goal?

Cleric-K commented 3 years ago

Take a look at https://github.com/Cleric-K/vJoySerialFeeder/issues/3#issuecomment-379047569 With virtual bluetooth COM port speed settings might be irrelevant. You can try some. Usually 115200 8 bits, None parity, 1 stop bit is standard. See if something is arriving over the COM port.