[BRLTTY] Interacting with common braille-refreshable-display devices : General clarification

2013-06-13 Thread Siju Samuel
please suggest whether using BrlAPI is the right way to go. What are the options I should looks for to get the above task done. I would be grateful for any help and direction. Thanks & Regards, Siju Samuel ___ This message was sent via the BRLTTY mai

Re: [BRLTTY] BRLTTY Digest, Vol 9, Issue 120

2013-06-14 Thread Siju Samuel
..." > > > Today's Topics: > >1. Interacting with common braille-refreshable-display devices > : General clarification (Siju Samuel) >2. Re: Interacting with common braille-refreshable-display > devices : General clarification (Samuel Th

[BRLTTY] Brltty install and Authentication error when calling brailapitest program

2013-06-21 Thread Siju Samuel
I-5.html#sec-library So am I missing any steps required. Any help is highly appreciated. Please note that I am running all the program with root/sudo access. Thanks, Siju Samuel ___ This message was sent via the BRLTTY mailing list. To post a mess

Re: [BRLTTY] Brltty install and Authentication error when calling brailapitest program

2013-06-21 Thread Siju Samuel
entation I understood, inorder to invoke brtlyapi_methods there will be having server program running. Can you please mention which Job it is ? And with multiple 'brttly' command will it run that many server attached to many socket.? On Fri, Jun 21, 2013 at 10:40 AM, Siju Samuel wro

[BRLTTY] Brltty install and Authentication error when calling brailapitest program

2013-06-24 Thread Siju Samuel
LibLouise/daisy xml-integration. I think I have to go through a bit more of the documentation before seeking further help/clarifications. Thank you very much,Siju Samuel > > Today's Topics: > >1. Re: Brltty install and Authentication error when calling > brailapi

[BRLTTY] Testing Brltty with out a Refreshable display

2013-07-01 Thread Siju Samuel
5 accepted: local brltty: BrlAPI connection fd=11 accepted: local Any help/direction on quickly testing a display/command entry simulation is highly appreciated. Thanks, Siju samuel ___ This message was sent via the BRLTTY mailin

[BRLTTY] esting Brltty with out a Refreshable Display And getting a 40 cell simulation

2013-07-05 Thread Siju Samuel
ep brl 6550 ?00:00:00 brltty siju@ubuntub:~/BRLTTY/brltty-4.5$ Also when I call sudo ./apitest Now it gives authentication error. Can you please suggest a solution to obtain the 40 cell window. Thanks, Siju Samuel 210 621 5930 Samuel ___

[BRLTTY] Testing Brltty with out a Refreshable Display And getting a 40 cell simulation

2013-07-08 Thread Siju Samuel
more information to help this debug and working. Thanks, Siju samuel Reply Mail >> The following from a 'term window' is? not showing up a 40 cell window as >> described in the document. >> siju@ubuntub:~/BRLTTY/brltty- 4.5$ sudo brltty -b xw -x as

[BRLTTY] config.c logMessage location

2013-07-10 Thread Siju Samuel
Hi, Where is the logmessage ( example config.c) is writing the data. logMessage(LOG_INFO, "%s: %s", gettext("Drivers Directory"), opt_driversDirectory); I have confiured brlty using in Ubuntu Virtual box ./configure --with-braille-driver=xw,-all --with-screen-driver=as,-all --with-speech-driv

Re: [BRLTTY] config.c logMessage location

2013-07-10 Thread Siju Samuel
Hi, Located the data in /var/log/syslog. thanks, siju samel On Wed, Jul 10, 2013 at 4:17 PM, Siju Samuel wrote: > > Hi, > > Where is the logmessage ( example config.c) is writing the data. > > logMessage(LOG_INFO, "%s: %s", gettext("Drivers Directory&

Re: [BRLTTY] Configuring XW driver and AS screen driver related error for Simulation (latest)

2013-07-12 Thread Siju Samuel
i checked my jobs, here are some related to dbus during systsem login siju@ubuntub:~$ ps -A | grep dbus 405 ?00:00:01 dbus-daemon 514 ?00:00:00 dbus 1504 ?00:00:00 dbus-launch 1505 ?00:00:01 dbus-daemon 1515 ?00:00:00 dbus-daemon siju@ubuntub:~$ Looks li

Re: [BRLTTY] Configuring XW driver and AS screen driver related error for Simulation

2013-07-15 Thread Siju Samuel
b xw -x a2 -A auth=none -B model=normal -l debug -n -e getting >>Siju Samuel, le Fri 12 Jul 2013 15:06:38 -0500, a ?crit : >> brltty: checking for screen driver: a2 >> brltty: initializing screen driver: a2 >> brltty: Can't get dbus session bus: org.freedesktop.DBus.E

[BRLTTY] Re : Configuring XW driver and AS screen driver related error for Simulation (Samuel Thibault)

2013-07-26 Thread Siju Samuel
iguring XW driver and AS screen driver > related error for Simulation >Message-ID: <20130726143742.gv5...@type.bordeaux.inria.fr> >Content-Type: text/plain; charset=iso-8859-1 >Siju Samuel, le Mon 15 Jul 2013 11:54:26 -0500, a ?crit : >> >Are you running at-spi2-regist

[BRLTTY] Accessing brlAPI from Client Application in Windows Environment

2013-07-31 Thread Siju Samuel
HI, I am trying to invoke brlApi from a C++ Client program compiled/running in Windows environment (with Visual Studio as IDE). Note that I am NOT interested in the screen reader functionality. Is this possible windows? In linux I could get the equivalent by, -install brlttty ( by .conigure, ma

Re: [BRLTTY] Accessing brlAPI from Client Application in Windows Environment

2013-08-01 Thread Siju Samuel
Hi, Please see the CLARIFICATION section. >>From: Dave Mielke >>In file included from ./program.c:42:0: >>./sys_windows.h:33:22: fatal error: ntstatus.h: No such file or directory >>compilation terminated. >This error, too, has already been resolved in a later revision. >So, what you need to d

Re: [BRLTTY] Accessing brlAPI from Client Application in Windows Environment

2013-08-02 Thread Siju Samuel
ny lib.exe in my system. 4) When it execute this "${autohotkey}/Compiler/Ahk2Exe.exe" /in brlttycnf.ahk /out brlttycnf.exe I get a POPUP message box with OK /Cancel option. I selected OK . Is itfine Ak2Exe.exe/in infile.ahk[/out outfile.exe][/icon iconfile.ico][/bin AutoHotKeySC.bin] Can you please suggest. Thanks, Siju samuel ___ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: BRLTTY@mielke.cc For general information, go to: http://mielke.cc/mailman/listinfo/brltty

Re: [BRLTTY] Accessing brlAPI from Client Application in Windows Environment

2013-08-06 Thread Siju Samuel
Hi, Thanks for the info on on the pre-built binaries. I will modify the build/environment setup as per the GPL/LGPL requirements. Currently I am just trying it understand it better. Thanks, Siju samuel Subject: Re: [BRLTTY] Accessing brlAPI from Client Application in Windows

Re: [BRLTTY] Accessing brlAPI from Client Application in Windows Environment

2013-08-06 Thread Siju Samuel
file_that_has_license_text | license_lang_string Error in macro MUI_PAGEDECLARATION_LICENSE on macroline 17 Error in macro MUI_PAGE_LICENSE on macroline 6 Error in script "brltty.nsi" on line 64 -- aborting creation process Thanks, Siju Samuel __

[BRLTTY] Integrating LibLouise to brltty ( Writing and Reading)

2013-08-15 Thread Siju Samuel
The typeform and spacing parameters may be NULL if this information is not needed. mode again specifies how the back-translation should be done. Thanks, Siju samuel ___ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail

[BRLTTY] xw simlator in windows machine - Mingw

2013-08-15 Thread Siju Samuel
peech Input: none brltty.exe: suspending braille driver brltty.exe: braille driver suspended brltty.exe: driver suspended brltty.exe: beeper disabled still brltly is running but the xwindow got closed. Regards, Siju Samuel ___ This message was sent via t

[BRLTTY] [BRLTTY ] brailApi_WriteText And Character Encoding when using Visual Studio C++ in Windows

2013-08-20 Thread Siju Samuel
te request on fd 8 brltty: charset UTF-8 In Mingw - brltty.exe: Taking control of tty 0x00030e48 (how=0) brltty.exe: Received Write request on fd 013C brltty.exe: charset CP1252 Can you please suggest. Thanks, Siju samuel ___ This m

Re: [BRLTTY] [BRLTTY ] brailApi_WriteText And Character Encoding when using Visual Studio C++ in Windows

2013-08-20 Thread Siju Samuel
With brailApi_WriteTextWin it was working which gave the following log. brltty.exe: Received Write request on fd 015c brltty.exe: charset CP1252 thanks, Siju Samuel On Tue, Aug 20, 2013 at 2:32 PM, Siju Samuel wrote: > Hi, > > I am calling brailApi_writetext( 0, "sometext

Re: [BRLTTY] [BRLTTY ] brailApi_WriteText And Character Encoding when using Visual Studio C++ in Windows

2013-08-21 Thread Siju Samuel
It is working correctly with brlapi_writeTextWin(cursor, str, 0). And now the brltty.exe log has brltty.exe: Received Write request on fd 015c brltty.exe: charset CP1252 thanks siju samuel On Tue, Aug 20, 2013 at 8:07 PM, Samuel Thibault < samuel.thiba...@ens-lyon.org> wrote: > Si

[BRLTTY] Integrating LibLouise to brltty ( Writing and Reading) - Latest

2013-08-22 Thread Siju Samuel
to call libLouise and brlapi_writeDots(), instead just call bailApi_writeTextWin() after setting the translation table as en-us-g2.ctb in brltty? Thanks, Siju samuel Reply Mail/Clarification == Subject: Re: [BRLTTY] Integrating LibLouise to brltty ( Writing and Reading) Dave Mielke, le

Re: [BRLTTY] Integrating LibLouise to brltty ( Writing and Reading) - Latest

2013-08-26 Thread Siju Samuel
ng braille translation on server side..can you please clarify it is the brltty_server using en-us-g2.ctb ? siju On Sun, Aug 25, 2013 at 8:31 AM, Samuel Thibault < samuel.thiba...@ens-lyon.org> wrote: > Siju Samuel, le Thu 22 Aug 2013 18:16:54 -0500, a écrit : > > >&g

Re: [BRLTTY] Integrating LibLouise to brltty ( Writing and Reading) - Latest

2013-08-28 Thread Siju Samuel
d dotsIO 2.// Just set the null terminator. outbuf[outlen] = 0; 3. brlapi_writeTextWin(0, outbuf, 1) >= 0) // 1 => wide char thanks,siju samuel On Tue, Aug 27, 2013 at 3:44 PM, Samuel Thibault < samuel.thiba...@ens-lyon.org> wrote: > Siju Samuel, le Mon 26 Aug 20

Re: [BRLTTY] Integrating LibLouise to brltty ( Writing and Reading) - Latest

2013-08-28 Thread Siju Samuel
One more issue related to the above call. The output on the simulated display there is a "text area" and a "dot area" . The dot area is showing up correctly. But the text are is showing instead of "! abc" . Just want to confirm Is this expected. Thanks, Siju

[BRLTTY] Mapping a braille display input character to a computer-keyboard/browser character.

2013-09-18 Thread Siju Samuel
any routine or an easy way to combine 2 and 3 (above) to the Unicode corresponding to "b". Any reference to Brltty code (if possible) would be helpful. Thanks, Siju samuel ___ This message was sent via the BRLTTY mailing list. To post a message,

Re: [BRLTTY] Mapping a braille display input character to a computer-keyboard/browser character.

2013-09-26 Thread Siju Samuel
18 as client code 2018 brltty.exe: writing key 1820 Basically I am trying to understand how to handle Keypress of multiple DOTs for a single english character. >>The translation from dots to text is most probably better done thanks to >>>liblouis, in ord

Re: [BRLTTY] Mapping a braille display input character to a computer-keyboard/browser character.

2013-09-26 Thread Siju Samuel
device how is it done. And is it possible do to in the simulator. Another related question , we are going to get Freedom Scienific Focus 14 for initial development. In the README ( for FreedomScientific Driver , did not see Focus 14). So is it compatible with brltty. Thanks, Siju samuel On Thu

Re: [BRLTTY] Mapping a braille display input character to a computer-keyboard/browser character.

2013-09-26 Thread Siju Samuel
b" on a braille device, a is dot-1 b is dot 1-2 For letter "b", the brltty's ONE readKey() will get the unicode (or brltty code) corresponding to dot-1-2 in an actual device (just one read) . Unlike the way i initially understood as it require two readKey() for the let

[BRLTTY] Running Freedom Scientific Focus 14 in Windows 8 And Clarification on Errors

2013-09-27 Thread Siju Samuel
ed? How it affect the already installed driver? *If I run that when I use JAWS what step to be done? Do there have any change needed in brltty.exe command line input * * Any direction is highly appreciated. Thanks, Siju samuel ===

Re: [BRLTTY] Running Freedom Scientific Focus 14 in Windows 8 And Clarification on Errors

2013-09-30 Thread Siju Samuel
code. Have to figure out the additional things to be done to use USB. Thanks, Siju Samuel On Mon, Sep 30, 2013 at 2:51 AM, Mario Lang wrote: > Siju Samuel writes: > > > I have got a Freedom Scientific Focus 14 ( which has only USB ) and > trying > > to connect to it w

Re: [BRLTTY] Mapping a braille display input character to a computer-keyboard/browser character.

2013-09-30 Thread Siju Samuel
Thanks very much for this. Right now I got Focus 14 Freedom Scientific. I am in the process of trying to use in Windows 7. Thanks, Siju Samuel On Sun, Sep 29, 2013 at 6:12 PM, Samuel Thibault < samuel.thiba...@ens-lyon.org> wrote: > Hello, > > Siju Samuel, le Thu 26 Sep 2013

Re: [BRLTTY] Running Freedom Scientific Focus 14 in Windows 8 And Clarification on Errors

2013-09-30 Thread Siju Samuel
libsub (as above) are sufficient.? Can you please check what am I missing in Running brltty.inf ? The actual device installed a Windows driver by itself when connected. Is that to removed to run brltty? Thanks, SijU samuel On Mon, Sep 30, 2013 at 10:32 AM, Siju Samuel wrote: > Hi

Re: [BRLTTY] brltty not identifying usb devices - Drivers

2013-10-02 Thread Siju Samuel
amuel Administrators 36550 Jan 17 2012 /mingw/lib/libusb.a $ ls -ls /mingw/bin/libusb0.dll 67 -rwxr-xr-x 1 ssamuel Administrators 67680 Jan 17 2012 /mingw/bin/libusb0.dll Thanks, Siju Samuel On Tue, Oct 1, 2013 at 10:17 PM, Dave Mielke wrote: > [quoted lines by Siju Samuel on 2013/10/0

Re: [BRLTTY] brltty not identifying usb devices - Drivers

2013-10-02 Thread Siju Samuel
d reference to `spk_drive al' spk.o:spk.c:(.rdata+0x1c0): undefined reference to `spk_driver_al' spk.o:spk.c:(.rdata+0x1c4): undefined reference to `spk_driver_al' spk.o:spk.c:(.rdata+0x1c8): undefined reference to `spk_driver_bl' spk.o:spk.c:(.rdata+0x1cc): undefined reference to

Re: [BRLTTY] brltty not identifying usb devices - Drivers

2013-10-04 Thread Siju Samuel
y.exe: shifts: full=1 half=0 vertical=5 * * * * Why it is still looking for .dll. * * * * *Thanks,* Siju Samuel * * * * On Thu, Oct 3, 2013 at 8:36 PM, Dave Mielke wrote: > [quoted lines by Siju Samuel on 2013/10/03 at 20:24 -0500] > > >I have got the latest code from svn and

Re: [BRLTTY] brltty not identifying usb devices - Drivers

2013-10-04 Thread Siju Samuel
much for your time and resolutions. Thanks, Siju samuel On Fri, Oct 4, 2013 at 11:07 AM, Dave Mielke wrote: > [quoted lines by Siju Samuel on 2013/10/04 at 09:11 -0500] > > >It was still giving error .dll not found error while running. > > I just reverified what I believe

Re: [BRLTTY] brltty not identifying usb devices - Drivers

2013-10-04 Thread Siju Samuel
In addition , when I do configure always I am getting a message as well. I ignored that. $ ./configure --with-braille-driver=fs,-all ./prologue.sh: line 20: basename: command not found checking build system type... i686-pc-mingw32 On Fri, Oct 4, 2013 at 12:09 PM, Siju Samuel wrote: > I

Re: [BRLTTY] brltty not identifying usb devices - Drivers

2013-10-04 Thread Siju Samuel
Reset failed. Restarting braille driver brltty.exe: api unlink brltty.exe: beeper enabled brltty.exe: tone: msec=60 note=64 brltty.exe: tone: msec=60 note=57 brltty.exe: reinitializing braille driver On Fri, Oct 4, 2013 at 12:15 PM, Siju Samuel wrote: > In addition , when I do configure al

Re: [BRLTTY] brltty not identifying usb devices - Drivers

2013-10-04 Thread Siju Samuel
on fd 0178 did not give up control of tty 0x000f0852 properly brltty.exe: Releasing tty 0x000f0852 brltty.exe: driver suspended brltty.exe: freeing tty 0x000f0852 On Fri, Oct 4, 2013 at 2:31 PM, Dave Mielke wrote: > [quoted lines by Siju Samuel on 2013/10/04 at 13:58 -0500] > > >I

Re: [BRLTTY] brltty 4.5 windows build

2013-10-09 Thread Siju Samuel
using ( for example I have Freedom Scientific Focus 14 (with USB) which is working using brltty-built-using latest code from svn and libsub-win32) Thanks, Siju samuel On Tue, Oct 8, 2013 at 7:22 PM, Samuel Thibault < samuel.thiba...@ens-lyon.org> wrote: > At last, I reinstalled by windo

[BRLTTY] Using brlapi simultaneous read and write

2013-12-13 Thread Siju Samuel
For the time being Just print. } } Thread2: ( Which will be called when needed) (brlapi_writeTextWin(0, INPUTSTRING, 0) >= 0) This call hangs until a key is pressed . Is it expected. And what is the resolution. Thanks In advance Thanks, S

Re: [BRLTTY] Using brlapi simultaneous read and write

2013-12-14 Thread Siju Samuel
on. Also a related question; is this specific to the driver (device) or common code. As a resolution, is it good to perform non-bocking read at specific intervals. So that read and write can be performed. Thanks, Siju Samuel On Sat, Dec 14, 2013 at 3:43 AM, Samuel Thibault < samuel.thiba...

Re: [BRLTTY] Using brlapi simultaneous read and write

2013-12-17 Thread Siju Samuel
attribute in the brlapi_handle_t) is it possible to do some thing similar in WIndows. Basically I am looking for a call back implementation in Windows. Any suggestion is helpful. Basically I am looking for any alternate to the equivalent of " (brlapi_readKey(1, &key)" call. Thanks

[BRLTTY] General clarification on Writiing DOTs to device based on the string length

2013-12-18 Thread Siju Samuel
railapi)? thanks in advance for any input. Thanks, siju samuel ___ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: BRLTTY@mielke.cc For general information, go to: http://mielke.cc/mailman/listinfo/brltty

Re: [BRLTTY] General clarification on Writiing DOTs to device based on the string length

2013-12-18 Thread Siju Samuel
Thanks you very much On Wed, Dec 18, 2013 at 1:50 PM, Samuel Thibault < samuel.thiba...@ens-lyon.org> wrote: > Siju Samuel, le Wed 18 Dec 2013 13:37:37 -0600, a écrit : > > So do > > there have any api to know what position of a string corresponds to the > > translat

[BRLTTY] Using brlapi : First operation requiring to be WRITE when using Freedom Scientific Focus 14

2014-01-14 Thread Siju Samuel
readKey(0, &key) > 0) {//Not waiting //Just print. } Sleep(300); } Can you please suggest if it is a defect and the resolution. Thanks, Siju Samuel ___ This message was sent via the BRLTTY mailing list. To post a message

Re: [BRLTTY] Using brlapi : First operation requiring to be WRITE when using Freedom Scientific Focus 14

2014-01-14 Thread Siju Samuel
hi Samuel, Thanks. I used that flag when I used Virtual Keyboard, but missed to use in real device. With the following it looks like it is working fine .\bin\brltty -b fs -xno -p none -A auth=none -l debug -n -e --no-release-device > debug.log 2>&1 Thanks, Siju Samuel On Tue, Ja

[BRLTTY] Simultaneous Keyboard, Mouse and Braille Display device Usage (General clarification)

2014-02-04 Thread Siju Samuel
( ipad) when the braille option turned on it is not providing an option to get touch-screen-keyboard. Thanks, Siju Samuel ___ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: BRLTTY@mielke.cc For general information

Re: [BRLTTY] Simultaneous Keyboard, Mouse and Braille Display device Usage (General clarification)

2014-02-04 Thread Siju Samuel
Thanks a lot. Very useful insight. Yes I was using Bluetooth for connecting to ipad. On Tue, Feb 4, 2014 at 2:57 PM, Dave Mielke wrote: > [quoted lines by Siju Samuel on 2014/02/04 at 13:04 -0600] > > >In general is it expected the mouse, keyboard and braille display device

Re: [BRLTTY] Simultaneous Keyboard, Mouse and Braille Display device Usage (General clarification)

2014-02-10 Thread Siju Samuel
w up even when the braille display is connected. > > > > Cheers, > > /David R. > > > > *From:* brltty-boun...@mielke.cc [mailto:brltty-boun...@mielke.cc] *On > Behalf Of *Siju Samuel > *Sent:* den 4 februari 2014 20:04 > *To:* Informal discussion between u

Re: [BRLTTY] Any chance of supporting 64-bit Cygwin?

2014-02-11 Thread Siju Samuel
ally helpful to use brlapi. Thanks, Siju Samuel On Tue, Feb 11, 2014 at 5:17 PM, Samuel Thibault < samuel.thiba...@ens-lyon.org> wrote: > Lee Maschmeyer, le Tue 11 Feb 2014 18:07:29 -0500, a écrit : > > Is there a possibility of brltty's supporting 64-bit Cygwin? > >

[BRLTTY] Getting same key code (type/command) from brlapi, for different physical Keys - Focus 14

2014-02-18 Thread Siju Samuel
) (up , down) gives LNUP, LNDN. Is this expected? Do there have any option to configure to give different values. by different physical keys? Thanks, Siju samuel ___ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail

[BRLTTY] Grade 2 Braille Editing on display device

2014-03-17 Thread Siju Samuel
at the cursor changes to 'DOT 8 braillle'. But here it is not sure how the user expected input any number or capital letter, whether is DOT8 braille or not?When using grade2, for editing using DOt-8-computer braille is it a common practice? Thanks for any input and direction. Tha

Re: [BRLTTY] Grade 2 Braille Editing on display device

2014-03-17 Thread Siju Samuel
. Thanks, Siju Samuel On Mon, Mar 17, 2014 at 1:31 PM, Dave Mielke wrote: > [quoted lines by Siju Samuel on 2014/03/17 at 12:01 -0500] > > >I have general clarification on grade2 braille (editing). > > > >When using grade2 braille, how the system should behave when

Re: [BRLTTY] Driver for Hedo Mobiline USB display

2014-03-20 Thread Siju Samuel
Hi, Is it "hedoProfiLine". "NVDA -google search" gave a reference as below http://community.nvda-project.org/attachment/ticket/1863/hedoProfiLine.py Thanks, Siju samuel On Thu, Mar 20, 2014 at 9:44 AM, Sebastian Humenda wrote: > Hello Dave, > > Dave Mielke

Re: [BRLTTY] Driver for Hedo Mobiline USB display

2014-03-20 Thread Siju Samuel
Please ignore my mail above . The following link gave reference to "hedo MobilLine USB" http://community.nvda-project.org/documentation/userGuide.html#toc97 On Thu, Mar 20, 2014 at 9:50 AM, Siju Samuel wrote: > Hi, > > Is it "hedoProfiLine". "NVDA -g

Re: [BRLTTY] Compilation problems on Windows

2014-05-16 Thread Siju Samuel
Hi, >>I have a Seika 40 display and I'm trying to get NVDA to use brlttythat I've compiled from source. I am unable to do so because I suspect the >>service isn't running and it cannot connect to BrlAPI. Also, I don't know where to look for the error returned by brltty when NVDA tries to >>connect

Re: [BRLTTY] Compilation problems on Windows

2014-05-22 Thread Siju Samuel
del" window, choose "LibUSB-Win32: FreedomScientific[Focus Blue]" -> next -> finish RUNNING A SAMPLE CLIENT; Run the sample program in brltty site to test it is working or not. http://mielke.cc/brltty/doc/Manual-BrlAPI/English/BrlAPI-5.html#ss5.1 compile and run the program

[BRLTTY] using brlapi by multiple clients

2014-06-04 Thread Siju Samuel
discard the 'in-house application'. But can two clients; NVDA and the 'in-house application' use brlapi simultaneously for read and write?. thanks,siju samuel ___ This message was sent via the BRLTTY mailing list. To post a messag

[BRLTTY] Running JAWS along with brlapi - brltty-usb Connection

2014-06-04 Thread Siju Samuel
the Device manager window. While JAWS is running, if I want to switch to using brlapi in the new application, how it is possible.I can make the JAWS sleep when the new application is in focus. But how the USB driver changes can be done. Any input is help

Re: [BRLTTY] Running JAWS along with brlapi - brltty-usb Connection

2014-06-05 Thread Siju Samuel
Thanks for the quick response. I will try this out and get back. On Wed, Jun 4, 2014 at 6:15 PM, Samuel Thibault < samuel.thiba...@ens-lyon.org> wrote: > Siju Samuel, le Wed 04 Jun 2014 17:39:11 -0500, a écrit : > > To use usb, the device driver > > needs to be confi

[BRLTTY] Compiling in windows : Cython Not Found

2014-06-10 Thread Siju Samuel
configuration script not found: tclConfig.sh configure:8413: WARNING: Tcl packages directory not found Can you please suggest anything else I can check? thanks, Siju Samuel ___ This message was sent via the BRLTTY mailing list. To post a message, send

Re: [BRLTTY] Compiling in windows : Cython Not Found

2014-06-10 Thread Siju Samuel
On Tue, Jun 10, 2014 at 6:20 PM, Dave Mielke wrote: > [quoted lines by Siju Samuel on 2014/06/10 at 16:34 -0500] > > >I am getting Cython not found in configure. I have installed Cython and > >made sure it can be 'imported' as per described in the following site

Re: [BRLTTY] Compiling in windows : Cython Not Found

2014-06-11 Thread Siju Samuel
intention is just to get the brlapi.pyd for the downloaded BRLTTY code I have. Thanks, siju samuel On Tue, Jun 10, 2014 at 7:50 PM, Dave Mielke wrote: > [quoted lines by Siju Samuel on 2014/06/10 at 18:42 -0500] > > >In my system, 'cython' as a command it not recognizab

Re: [BRLTTY] Compiling in windows : Cython Not Found

2014-06-11 Thread Siju Samuel
installed is 32 bit. And in setuptool did not have any option to specify 32 or 64. Error is as below when did the make install Thanks, siju Samuel $ ./configure --with-braille-driver=fs,-all --with-screen-driver=-all --with-sp eech-driver=-all --enable-relocatable-install make install INSTALL_R

Re: [BRLTTY] Compiling in windows : Cython Not Found

2014-06-11 Thread Siju Samuel
les I was planning replace. Thanks, Siju Samuel On Wed, Jun 11, 2014 at 12:24 PM, Dave Mielke wrote: > [quoted lines by Siju Samuel on 2014/06/11 at 12:10 -0500] > > >now when compile brltty, it is identifying cython but gives some > >compilation error looks i

Re: [BRLTTY] Compiling in windows : Cython Not Found

2014-06-11 Thread Siju Samuel
ed Cython make install out did not show any error .] On Wed, Jun 11, 2014 at 1:29 PM, Dave Mielke wrote: > [quoted lines by Siju Samuel on 2014/06/11 at 13:18 -0500] > > >The log I attached in the previous mail this is the last line > >make[1]: Leaving directory `/c/brltty

Re: [BRLTTY] Compiling in windows : Cython Not Found

2014-06-11 Thread Siju Samuel
I will try with the latest. In the mean time I downloaded* brltty5.1* and built . It gave error; but with including pthread library as mentioned in another mail (user Sidhardh) it is resolved, And I see brlapi.pyd created. I will get a fresh download and get back soon, *Error : * \Release\.\bin

Re: [BRLTTY] Compiling in windows : Cython Not Found

2014-06-11 Thread Siju Samuel
Hi Dave, With the latest code it gives some compilation error related to 'revisionidentifier'. it is attached make install INSTALL_ROOT="/brlttyjundev11" > MAKELOG 2>&1 On Wed, Jun 11, 2014 at 3:50 PM, Siju Samuel wrote: > I will try with the lates

Re: [BRLTTY] Compiling in windows : Cython Not Found

2014-06-11 Thread Siju Samuel
LogRecord':^M c:\brlttyjunwindev11\brltty\Programs/./log.c:291: undefined reference to `flockf ile'^M c:\brlttyjunwindev11\brltty\Programs/./log.c:309: undefined reference to `funloc kfile'^M collect2: ld returned 1 exit status^M make: *** [tbl2hex.exe] Error 1 On Wed, Jun 11, 2014 at 4:30 PM,

Re: [BRLTTY] Compiling in windows : Cython Not Found

2014-06-11 Thread Siju Samuel
ake[1]: *** [revision.o] Error 1 make[1]: Leaving directory `/c/brlttyjunwindev11/brltty/Programs' make: *** [install] Error 2 On Wed, Jun 11, 2014 at 5:11 PM, Dave Mielke wrote: > [quoted lines by Siju Samuel on 2014/06/11 at 17:05 -0500] > > >Now gets this > > > >..

Re: [BRLTTY] Compiling in windows : Cython Not Found

2014-06-12 Thread Siju Samuel
S='-liconv -lintl -lwinmm -*lws2_32* -lsupc++ ' *ac_cv_path_PKG_CONFIG='/c/Program Files (x86)/Graphviz 2.28/bin/pkg-config' (*this is new) *Thanks,siju* On Thu, Jun 12, 2014 at 10:54 AM, Siju Samuel wrote: > hi Dave, > > Now the config error is resolved . But d

Re: [BRLTTY] Compiling in windows : Cython Not Found

2014-06-12 Thread Siju Samuel
) Programs/Makefile.in:$(REVISION_HEADER): $(SRC_TOP)getrevid Programs/Makefile.in: -$(SRC_TOP)getrevid -q -o $@ $(SRC_TOP) On Thu, Jun 12, 2014 at 12:06 PM, Dave Mielke wrote: > [quoted lines by Siju Samuel on 2014/06/11 at 16:30 -0500] > > >With the latest code it gives some compi

Re: [BRLTTY] Compiling in windows : Cython Not Found

2014-06-12 Thread Siju Samuel
--record "installed-files"; \ [ -z "/brlttyjun51" ] || set -- "${@}" --root "/brlttyjun51"; \ /c/Python27/python ./setup.py "${@}" make[2]: Leaving directory `/c/brlttyjunwin51/brltty/Bindings/Python' set -- ; \ for

Re: [BRLTTY] Compiling in windows : Cython Not Found

2014-06-12 Thread Siju Samuel
oned in previous mail in 5.1 that error is ignored. thanks,siju On Thu, Jun 12, 2014 at 1:13 PM, Siju Samuel wrote: > In 5.1 it looks like the same error is coming but ignored. Another > difference is revision_identifier.h is created after make. Again 5.2dev it > stops and no revi

Re: [BRLTTY] Compiling in windows : Cython Not Found

2014-06-12 Thread Siju Samuel
/brlttyjunwindev11/brltty/Programs' make: *** [install] Error 2 On Thu, Jun 12, 2014 at 2:12 PM, Dave Mielke wrote: > [quoted lines by Siju Samuel on 2014/06/12 at 13:22 -0500] > > >$ ./getrevid > >sh: ./getrevid: /bin/bash: bad interpreter: No such file or directory >

Re: [BRLTTY] Compiling in windows : Cython Not Found

2014-06-12 Thread Siju Samuel
nes by Siju Samuel on 2014/06/12 at 14:44 -0500] > > >Still error related revision header, as it is not there. But getrevid > >looks working. > > > >$ getrevid > >getrevid: source not specified > > Yes, it's working. > > >$ getrevid /c/brlttyjunwi

Re: [BRLTTY] Compiling in windows : Cython Not Found

2014-06-12 Thread Siju Samuel
ile running gave further error $ autogen /usr/bin/env: tclsh: No such file or directory so now it looks like need to do all the steps in http://wiki.tcl.tk/14828 or do there have an easy way . thanks,siju On Thu, Jun 12, 2014 at 3:02 PM, Dave Mielke wrote: > [quoted lines by Siju S

Re: [BRLTTY] Compiling in windows : Cython Not Found

2014-06-12 Thread Siju Samuel
ltty\Programs/./log.c:291: undefined reference to `flock ile' c:\brlttyjunwindev11\brltty\Programs/./log.c:309: undefined reference to `funlo kfile' collect2: ld returned 1 exit status make[1]: *** [tbl2hex.exe] Error 1 make[1]: Leaving directory `/c/brlttyjunwindev11/brltty/Programs' mak

[BRLTTY] brltty5.1 in windows write Error to Focus 14

2014-06-12 Thread Siju Samuel
e. Note that I did not make any changes to driver settings. Thanks, Siju Samuel debug.log Description: Binary data ___ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: BRLTTY@mielke.cc For general information

Re: [BRLTTY] Compiling in windows : Cython Not Found

2014-06-13 Thread Siju Samuel
1]: Leaving directory `/c/brlttyjunwindev11/brltty/Programs' make: *** [install] Error 2 On Thu, Jun 12, 2014 at 6:50 PM, Dave Mielke wrote: > [quoted lines by Siju Samuel on 2014/06/12 at 16:16 -0500] > > >that revision header is resolved. but got the following > >

Re: [BRLTTY] brltty5.1 in windows write Error to Focus 14

2014-06-13 Thread Siju Samuel
is that we have been communicating for couple days are for 5.2dev] thanks, siju samul On Thu, Jun 12, 2014 at 6:20 PM, Dave Mielke wrote: > [quoted lines by Siju Samuel on 2014/06/12 at 16:43 -0500] > > >I used brltty5.1 source file and configured, compiled [in Mingw32] and &g

Re: [BRLTTY] brltty5.1 in windows write Error to Focus 14

2014-06-13 Thread Siju Samuel
(stream) funlockfile((stream)) #else /* _POSIX_THREAD_SAFE_FUNCTIONS */ #define lockStream(stream) #define unlockStream(stream) #endif /* _POSIX_THREAD_SAFE_FUNCTIONS */ thanks, siju samuel On Fri, Jun 13, 2014 at 10:34 AM, Dave Mielke wrote: > [quoted lines by Siju Samuel on 2014/06/13 at 09

Re: [BRLTTY] Compiling in windows : Cython Not Found

2014-06-13 Thread Siju Samuel
dev11\brltty\Programs/./io_misc.c:332: undefined reference to `re adSocketDescriptor' collect2: ld returned 1 exit status make[1]: *** [brltty.exe] Error 1 make[1]: Leaving directory `/c/brlttyjunwindev11/brltty/Programs' make: *** [install] Error 2 Thanks,siju On Fri, Jun 13, 201

Re: [BRLTTY] brltty5.1 in windows write Error to Focus 14

2014-06-16 Thread Siju Samuel
i already send the headers on Friday. Please let me know if you did not receive it so that I can resend On Fri, Jun 13, 2014 at 5:15 PM, Dave Mielke wrote: > [quoted lines by Siju Samuel on 2014/06/13 at 10:54 -0500] > > >#ifdef _POSIX_THREAD_SAFE_FUNCTIONS > >#define

Re: [BRLTTY] Compiling in windows : Cython Not Found

2014-06-16 Thread Siju Samuel
make: *** [install] Error 2 On Sat, Jun 14, 2014 at 3:12 PM, Dave Mielke wrote: > [quoted lines by Siju Samuel on 2014/06/13 at 11:18 -0500] > > >2) With the latest code, gets error in io_misc.c. > ... > >io_misc.o: In function `writeSocketData': > >undefined ref

Re: [BRLTTY] Compiling in windows : Cython Not Found

2014-06-16 Thread Siju Samuel
wrote: > Hello, > > Siju Samuel, le Tue 10 Jun 2014 16:34:28 -0500, a écrit : > > I am trying to get brlapi.pyd [pthon] by compiling from the source > code. > > I'm not sure why you want to do this. The latest windows brltty > zipball, version 4.5, does include br

Re: [BRLTTY] Compiling in windows : Cython Not Found

2014-06-16 Thread Siju Samuel
use this. Do I need to install as a filter if it requires if NVDA need to use Manuacture's device driver.? Thanks, siju samuel On Mon, Jun 16, 2014 at 12:18 PM, Samuel Thibault < samuel.thiba...@ens-lyon.org> wrote: > Siju Samuel, le Mon 16 Jun 2014 11:41:24 -0500, a écrit : > >

Re: [BRLTTY] brltty5.1 in windows write Error to Focus 14

2014-06-16 Thread Siju Samuel
7;SendInput' undeclared here (not in a function) ./system_windows.h:76:8: error: 'getaddrinfo' undeclared here (not in a function) ./system_windows.h:77:8: error: 'freeaddrinfo' undeclared here (not in a function) make[1]: *** [pgmpath_windows.o] Error 1 thanks, siju On Mon, Jun

Re: [BRLTTY] Compiling in windows : Cython Not Found

2014-06-16 Thread Siju Samuel
g directory `/c/brlttyjunwindev11/brltty/Programs' make: *** [install] Error 2 v On Mon, Jun 16, 2014 at 3:08 PM, Dave Mielke wrote: > [quoted lines by Siju Samuel on 2014/06/16 at 11:22 -0500] > > >with the latest pl. find the following error > ... > >In file include

Re: [BRLTTY] Compiling in windows : Cython Not Found

2014-06-17 Thread Siju Samuel
PM, Dave Mielke wrote: > [quoted lines by Siju Samuel on 2014/06/16 at 16:06 -0500] > > >Got the same error. Note that I did not chek out the code. But applied > the > >patch. The patched file is attached > > You did the right thing. It may be a bit tricky to figure o

Re: [BRLTTY] Compiling in windows : Cython Not Found

2014-06-17 Thread Siju Samuel
t; which suggests they are waiting for BRLTTY5.1 precompiled packages to perform further development. Probably BRLTTY5.1_libubs too. (FYI) regards, siju samuel On Tue, Jun 17, 2014 at 5:40 PM, Samuel Thibault < samuel.thiba...@ens-lyon.org> wrote: > Hello, > > Siju Samuel, le Mo

Re: [BRLTTY] Compiling in windows : Cython Not Found

2014-06-17 Thread Siju Samuel
thanks. Here is the ticket by NVDA for your reference in case ; http://community.nvda-project.org/ticket/4147 On Tue, Jun 17, 2014 at 5:58 PM, Samuel Thibault < samuel.thiba...@ens-lyon.org> wrote: > Siju Samuel, le Tue 17 Jun 2014 17:52:30 -0500, a écrit : > > thanks

Re: [BRLTTY] Compiling in windows : Cython Not Found

2014-06-18 Thread Siju Samuel
/c/brlttyjunwindev11/brltty/Programs' make: *** [install] Error 2 Thanks,siju samuel On Tue, Jun 17, 2014 at 6:32 PM, Dave Mielke wrote: > [quoted lines by Siju Samuel on 2014/06/17 at 14:22 -0500] > > >with the latest and with patch getting the following e

Re: [BRLTTY] Compiling in windows : Cython Not Found

2014-06-18 Thread Siju Samuel
v11" ] || set -- "${@}" --root "/brlttyjundev11"; \ /c/Python27/python ./setup.py "${@}" make[2]: Leaving directory `/c/brlttyjunwindev11/brltty/Bindings/Python' set -- ; \ for driver do (cd ./../Drivers/Braille/$driver && make install)

Re: [BRLTTY] Compiling in windows : Cython Not Found

2014-06-18 Thread Siju Samuel
braille driver initialization failed: fs -> usb: brltty.exe: braille driver not found brltty.exe: Braille Display Dimensions: 1 row, 1 column brltty.exe: regions: text=0.1 status=0.0 brltty.exe: shifts: full=1 half=0 vertical=5 thanks, siju On Wed, Jun 18, 2014 at 12:15 PM, Siju Samuel wrote: > Hi d

Re: [BRLTTY] Compiling in windows : Cython Not Found

2014-06-18 Thread Siju Samuel
I ran with \bin\brltty -b fs -xno -p none -A auth=none -ldebug,usb,inpkts,outpkts -n -e --no-release-device > debug.log 2>&1 the debug.log is attached. As a note it works when I used brltty4.5 On Wed, Jun 18, 2014 at 3:03 PM, Dave Mielke wrote: > [quoted lines by S

  1   2   >