Daniel Dalton <[email protected]> wrote: > Is it possible to emboss to a mount batten brailler with linux command > line? If so, what tools should I use for ueb braille, and how do I do > this? What cables should I use? Serial or printer cable?
What ports does the device have? A parallel connection should be easier if it has one. Then you can run cat braille_file > /dev/lp0 for example. With a serial interface, you'll have to ensure that the serial parameters of the embosser match those of the serial port. Read about the stty command if you find it necessary to set serial parameters (baud rate, stop bits, flow control, parity, etc.). _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://mielke.cc/mailman/listinfo/brltty
