Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Baum displays using USB HID #5609

Closed
jcsteh opened this issue Dec 15, 2015 · 5 comments
Closed

Support for Baum displays using USB HID #5609

jcsteh opened this issue Dec 15, 2015 · 5 comments

Comments

@jcsteh
Copy link
Contributor

jcsteh commented Dec 15, 2015

Newer models of the APH Refreshabraille have optional HID support. The Baum VarioUltra and Pronto! have USB HID and no USB serial.

@jcsteh jcsteh self-assigned this Dec 15, 2015
jcsteh added a commit that referenced this issue Dec 15, 2015
…ra and Pronto! when connected via USB.

Also, the Baum driver now uses hwIo.Serial for serial communication, thus avoiding polling every 50 ms, which should slightly improve performance.
Fixes #5609.
@nvaccessAuto
Copy link

Incubated in add0a23.

@jcsteh jcsteh added this to the 2016.1 milestone Dec 15, 2015
@nvaccessAuto
Copy link

Incubated in e072637.

@nvaccessAuto
Copy link

Incubated in d55cba5.

@nvaccessAuto
Copy link

Incubated in bed132c.

@nvaccessAuto
Copy link

Incubated in b39904e.

jcsteh added a commit that referenced this issue Jan 6, 2016
* hwIo.Serial extends pyserial to call a callable when data is received instead of drivers having to poll every 50 ms.
* Data is written to thread-safe braille display drivers in the background, thus avoiding blocking the main thread.
* hwIo.Hid provides support for braille displays communicating via USB HID.

Re #5609.
@jcsteh jcsteh closed this as completed in 650e779 Jan 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants