Hello, Siju Samuel, le Tue 14 Jan 2014 16:48:30 -0600, a écrit : > It looks like after opening connection and entering tty mode, need to perform > at least one write first to do subsequent read/write operations. Is this > expected.
Possibly. Remember that by default (release mode), on windows, brltty deinitializes the driver when the focus is on some non-console window, after having printed that it's not a console window. It thus means that brltty won't read keypresses any more. A brlapi client being connected is not enough for making brltty initialize the driver again to get keypresses. It's only if the client makes some output that brltty will consider that it has something useful to show, and thus keep the driver opened and get keypresses. Of course, simply switching to non-release mode in the configuration file will avoid the issue. 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
