tloimu / adapt-ffb-joy

adapt-ffb-joy
https://github.com/tloimu/adapt-ffb-joy/wiki
197 stars 65 forks source link

Terminal to serial COM port needs to be open if logging is enabled #50

Open ej113 opened 1 year ago

ej113 commented 1 year ago

For builds that include the USB serial COM port, any force feedback commands sent to the joystick cause a ~1s stutter in the Windows application. This makes games unplayable.

The workaround is to open a connection to the USB serial COM port in a terminal program. This prevents the lag. (Or use a build without the serial port)

Related to #16.