Hello, Thanks for all the details, it's much clearer what is happening and where the problem exactly was. As Dave said, it's the driver itself that reinterprets your dots, that's why only some dot patterns were sorta working.
[email protected], le Mon 18 Oct 2010 20:42:54 +0200, a écrit : > Seemingly every press gives a return of brlapi_readKey (1, &key) with key > = 00000000 20000000(hex), and releasing the keys gives one more return > which contains the entered character's dots in the lowest byte (but > somehow encrypted: 1 -> 01 2 -> 1e 3 -> 0b 4 -> 02) These are actually commands. I'm now realizing that you apparently missed the brlapi_keyCode_t part of the documentation, which explains commands, dot patterns, etc. Dots are of course not coded the way you cited above :) 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
