[email protected], le Mon 27 Sep 2010 16:34:00 +0200, a écrit : > But reading the braille characters (dot patterns) does not work. Presses > of one dot work. Presses of two dots work mostly, except: > 14, 23, 27 and 37. > Maybe these are special commands? But I have called brlapi_acceptAllKeys() > before.
Then there shouldn't be any problem: BrlAPI does not treat dot patterns in any particular case, it's just an 8bit value. You could run brltty in debug mode to get more debug output. You said your device was a Handytech Braille Star 40. Perhaps there are some special things there? Do these dot presses work when using brltty alone without a BrlAPI client? > Presses of more than two dots don't work at all, brlapi_readKey() returns > always the same bit-pattern, with bit 29 set only. > > > Are you compiling your test prog in cygwin too? > > No, with Visual C++. Ok. It was just for the connection issue but you said you solved it. Just curious: was just providing the .h files and the .def file fine enough for you to use the brlapi library? Would you suggest anything more? Samuel _______________________________________________ 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
