Reported by jteh on 2013-12-11 21:37
On a system without the Papenmeier USB drivers installed (e.g. if a Papenmeier display was never connected), the FTDI dll won't exist. This causes ftdi2 to fail to import. The papenmeier driver should catch exceptions when importing ftdi2. It can then do one of two things if this failed:
Return False from the check method so that the driver won't be used.
Only disable USB so that Bluetooth still works. This is better because someone might pair a display via Bluetooth which they never connect via USB.
It'd be better if someone who owns a display can do this so that it can be tested properly. Blocking #3819
The text was updated successfully, but these errors were encountered:
Comment 1 by halim on 2013-12-13 09:21
Yes, the driver should work with bluetooth connection only without installing usb drivers. I.ll post a patch soon.
Currently I don't have a Braillex Trio to test it.
Thx for reporting.
Reported by jteh on 2013-12-11 21:37
On a system without the Papenmeier USB drivers installed (e.g. if a Papenmeier display was never connected), the FTDI dll won't exist. This causes ftdi2 to fail to import. The papenmeier driver should catch exceptions when importing ftdi2. It can then do one of two things if this failed:
It'd be better if someone who owns a display can do this so that it can be tested properly.
Blocking #3819
The text was updated successfully, but these errors were encountered: