Collection of braille experiments with processing, using an ancient (2004) HIMS Braille Sense.
- can be used as braille terminal via serial port or USB
- modern versions of Braille Sense still use the same protocol, but connect via bluetooth.
braillekeyboard
— simulation of a perkins keyboard with an on-screen braille linebrailleascii
— translating keyboard input to braille using Braille ASCIIbraillesense_input
— simple demo of receiving input from a braille-sense devicebraillesense
– controlling the braillesense braille line from processing
-
Braille Sense H-200
- Portable Braille Computer
- Perkins style keyboard, i.e. 8 keys for braille input
- space, function and cursor routing keys
- Braille line with 32 braille chars
-
Serial to USB Adapter (FTDI)
-
Make sure to start terminal mode on the braille sense and select the serial port:
utilies > terminal for screenreader > serial port
- Reverse-engineered the incoming packages using HTerm
- Discovered the structure of outgoing packages in the sourcecode of brlltty (See here)
MIT licensed