LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

brltty

Braille display daemon for console access

TLDR

Start brltty daemon
$ brltty
copy
Start with specific braille driver
$ brltty -b [driver]
copy
Start with specific device
$ brltty -d [usb:]
copy
Run in foreground (no daemon)
$ brltty -n
copy
Use specific text table
$ brltty -t [en-us-g2]
copy
Enable speech support
$ brltty -e
copy
Set verbosity level
$ brltty -v [5]
copy
Display help
$ brltty -h
copy

SYNOPSIS

brltty [options]

DESCRIPTION

brltty is a background daemon that provides access to the Linux/Unix console for blind users via refreshable braille displays. It drives the braille display and provides complete screen review functionality with some speech capability.The daemon supports connections via serial port, USB, or Bluetooth and works with dozens of braille display models.

PARAMETERS

-b driver

Braille display driver code
-d device
Device specification (usb:, bluetooth:, serial port)
-t table
Text translation table
-c table
Contraction table
-e
Enable speech support
-s driver
Speech synthesizer driver
-n
Run in foreground (no daemonize)
-f file
Configuration file path
-v level
Verbosity level (0-9)
-l level
Log level
-V
Print version information
-h
Display help summary

CONFIGURATION

Default configuration file is /etc/brltty.conf. Text tables are stored in /etc/brltty/Text/. The device specification format is qualifier:data with defaults of usb:,bluetooth:.

INSTALL

sudo apt install brltty
copy
sudo dnf install brltty
copy
sudo pacman -S brltty
copy
sudo apk add brltty
copy
sudo zypper install brltty
copy
nix profile install nixpkgs#brltty
copy

CAVEATS

Must be run as root or with appropriate permissions for device access. The braille display must be connected and powered on before starting. Supports 70+ braille display models from various manufacturers.

SEE ALSO

espeak(1), screen(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid