Re: [BRLTTY] brlapi without terminal (when raw is not supported)

2016-08-11 Thread Samuel Thibault
Hello, Michael Katzmann, on Sat 23 Jul 2016 20:17:49 -0400, wrote: > When I execute the test program I am told that the driver doesn't support > 'raw' > mode.  > > brltty: isRawCapable(trueBraille) not met: driver doesn't support Raw mode Yes, most drivers don't. That's not a problem for braill

Re: [BRLTTY] brlapi without terminal (when raw is not supported)

2016-08-11 Thread Samuel Thibault
Hello, Michael Katzmann, on Sun 24 Jul 2016 11:07:38 -0400, wrote: > I seem to be able to use ... > > brlapi_enterTtyModeWithPath(NULL, 0,  NULL) >    in place of  > brlapi_enterTtyMode(BRLAPI_TTY_DEFAULT, NULL)  > > to converse with the display without specifying a terminal.. Yes, that's the i

Re: [BRLTTY] brlapi without terminal (when raw is not supported)

2016-07-24 Thread Michael Katzmann
To answer one of my questions ... I seem to be able to use ... brlapi_enterTtyModeWithPath(NULL, 0, NULL) in place of brlapi_enterTtyMode(BRLAPI_TTY_DEFAULT, NULL) to converse with the display without specifying a terminal.. ___ This message was se