Braille and Computers

There are several ways to get braille from computers. One way is with a braille translation program, such as MegaDots. A braille translation program addresses the issues of braille characters sequences (the word think has only 3 braille characters), and the issues of braille format.

Another approach for braille transcribers is direct braille entry. Direct braille entry means that the data entry is entirely in braille. The computer is merely used as an editing system for the braille.

In either approach, your computer needs to know how to send braille data to your braille embosser. The basic unit of braille is the braille cell. It is composed of six dots: the upper left dot is dot 1, the middle left dot is dot 2, the lower left dot is dot 3, the upper right dot is dot 4, the middle right dot is dot 5, and the lower right dot is dot 6. From these six dots you can get 64 possible combinations.

To simplify the production of braille on computers, there is a standard arrangment for representing braille in a computer file. There is a standard linking of the 64 braille symbols with the ASCII characters. This is shown in the following ASCII chart. If you had some braille stored in a computer file, this chart shows how to reconstruct the braille. For each ASCII character This chart has four columns: the decimal and the hexadecimal (base 16) number and the associated ASCII character plus its associated braille dot pattern. Control characters do not have associated braille dot pattern.

back to home page