[nvda-addons] Re: Writing scripts for a Braille display driver

  • From: Flint Million <fmillion@xxxxxxxxx>
  • To: nvda-addons@xxxxxxxxxxxxx
  • Date: Mon, 23 Jun 2014 18:08:21 -0500

Could you explain a bit more about what you're doing? I've successfully written 
some "simulated" Braille drivers for a project I did for my college last year. 
I have a driver that outputs Braille cells via a network socket, and a 
standalone Python app that can receive that data on another machine and push it 
to a real display. I used it for debugging purposes, but the framework I wrote 
may be useful. I also made a working "Write to BRF" driver, based on the 
computer braille translation table. 

Flint

On Jun 23, 2014, at 1:52 PM, Amanda Lacy <lacy925@xxxxxxxxx> wrote:

> As I've explained before, I'm trying to write something that simulates a 
> Braille display. That means I'll need to write my own scripts to output the 
> right sounds when my finger comes into contact with the touchscreen. So I've 
> written a minimal Braille display driver that also inherits from 
> baseObject.ScriptableObject. In this class I've defined a __gestures 
> dictionary and a script to go along with it but I can't get any scripts to 
> work. I can't find much about this in the developer's guide and have spent 
> several days trying to figure this out. Any help would be greatly appreciated.
> 
> Amanda
> ----------------------------------------------------------------
> 
> NVDA add-ons Central: A list for discussing NVDA add-ons
> 
> To post a message, send an email to nvda-addons@xxxxxxxxxxxxx.
> 
> To unsubscribe, send an email with the subject line of "unsubscribe" (without 
> quotes) to nvda-addons-request@xxxxxxxxxxxxx.
> 
> If you have questions for list moderators, please send a message to 
> nvda-addons-moderators@xxxxxxxxxxxxx.
> 
> Community addons can be found here: http://addons.nvda-project.org

----------------------------------------------------------------

NVDA add-ons Central: A list for discussing NVDA add-ons

To post a message, send an email to nvda-addons@xxxxxxxxxxxxx.

To unsubscribe, send an email with the subject line of "unsubscribe" (without 
quotes) to nvda-addons-request@xxxxxxxxxxxxx.

If you have questions for list moderators, please send a message to 
nvda-addons-moderators@xxxxxxxxxxxxx.

Community addons can be found here: http://addons.nvda-project.org

Other related posts: