Re: [BRLTTY] Error "Can't determine tty number"

2016-07-01 Thread t w
Hi Sherab, Thank you so much for your answer! Yes, I am using Linux (ubuntu 14.04, to be more precise). I ran my c++ code from eclipse, so if I understood your question correctly, yes, I ran it from a graphical terminal. I used the sample code on the brltty official internet page, here are some

Re: [BRLTTY] Error "Can't determine tty number"

2016-07-03 Thread t w
Hi, Thank you for your answer/s! I now compiled and ran my program in konsole, and it compiled fine. When running, it displays: Driver name: Papenmeier Braille display has 1 line of 40 columns Trying to enter in raw mode... brlapi_enterRawMode: Operation not supported Taking control of the tty...

Re: [BRLTTY] Error "Can't determine tty number"

2016-07-04 Thread t w
Hi Samuel,> Do you have xbrlapi running? (I'm not asking for you to run it, I'm > wondering whether it is already running) No, xbrlapi is not running. I also tried running it in a different tab (and checked that it is running), then ran my program, but it doesn't seem to make any difference. > I

Re: [BRLTTY] Error "Can't determine tty number"

2016-07-05 Thread t w
Hi everyone, After restarting my computer (and making sure that i have one - and only one - brltty process running), I switched to console mode (Ctrl+ALT+F2) and ran my program from there. And it worked! So thank you very much for your help! Your input, as well as older posts, really helped me n