[BRLTTY] brltty in windows

2016-03-07 Thread saeid javani
I have built and installed brltty on windows using *mkwin *script following this documentation. But I have no braille output on my braille display. (this device works on linux). After putting some logs in gio.c , usb.c ,..., it seems that in usbOpenChannel()

Re: [BRLTTY] brltty in windows

2016-03-07 Thread saeid javani
Can you please tell to me what README file you are talking about? I have read README of brltty and libusb. On Mon, Mar 7, 2016 at 4:25 PM, Samuel Thibault < samuel.thiba...@ens-lyon.org> wrote: > saeid javani, on Mon 07 Mar 2016 12:58:19 +0330, wrote: > > I think that libusb-1.0

Re: [BRLTTY] brltty in windows

2016-03-07 Thread saeid javani
found" to "claim interface error : invalid argument". On Mon, Mar 7, 2016 at 4:37 PM, Samuel Thibault < samuel.thiba...@ens-lyon.org> wrote: > saeid javani, on Mon 07 Mar 2016 16:33:57 +0330, wrote: > > Can you please tell to me what README file you are talking about?

Re: [BRLTTY] brltty in windows

2016-03-07 Thread saeid javani
By "brltty driver changes ..." I mean "brltty usb error changes ..." :)) . On Mon, Mar 7, 2016 at 4:49 PM, saeid javani wrote: > I have tested those suggestions, but the problem was that my device is HID > and windows assigns hidusb driver to it. Now using Zadig &g

Re: [BRLTTY] brltty in windows

2016-03-08 Thread saeid javani
04 Pactos driver : connectResource -> begin* On Mon, Mar 7, 2016 at 6:45 PM, Dave Mielke wrote: > [quoted lines by saeid javani on 2016/03/07 at 16:49 +0330] > > >I have tested those suggestions, but the problem was that my device is HID > >and windows assigns hidusb driver

Re: [BRLTTY] brltty in windows

2016-03-08 Thread saeid javani
n Tue, Mar 8, 2016 at 1:16 PM, Samuel Thibault < samuel.thiba...@ens-lyon.org> wrote: > saeid javani, on Tue 08 Mar 2016 13:00:40 +0330, wrote: > > just after starting the braille driver and showing a short message on > braille > > display, braille display shows nothing

Re: [BRLTTY] brltty in windowsg

2016-03-08 Thread saeid javani
So is there any configuration for brltty or NVDA to work together? Because after running NVDA, I have no braille output. On Tue, Mar 8, 2016 at 1:41 PM, Samuel Thibault < samuel.thiba...@ens-lyon.org> wrote: > saeid javani, on Tue 08 Mar 2016 13:35:58 +0330, wrote: > > Yes, I k

Re: [BRLTTY] brltty in windowsg

2016-03-08 Thread saeid javani
I know that it is confusing, but that was the first thing that I did. From NVDA->Preferences->Braille Settings (Braille Display --> brltty). On Tue, Mar 8, 2016 at 2:20 PM, Samuel Thibault < samuel.thiba...@ens-lyon.org> wrote: > saeid javani, on Tue 08 Mar 2016 14:13:51 +0330

Re: [BRLTTY] brltty in windows

2016-03-08 Thread saeid javani
:29 PM, Dave Mielke wrote: > [quoted lines by saeid javani on 2016/03/08 at 13:00 +0330] > > Again, I'm just guessing. Is it possible that NVDA needs to be started > after > brltty has been successfully started? In other words, it might be that NVDA > doesn't retry ac

Re: [BRLTTY] brltty in windows

2016-03-14 Thread saeid javani
", but this doesn't solve the problem. -- Best Regards Saeid Javani ___ 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] brltty in windows

2016-03-14 Thread saeid javani
On Tue, Mar 8, 2016 at 6:36 PM, Dave Mielke wrote: > I think you may have misunderstood me. Brltty doesn't automatically stop > and > start, but your attempts to get brltty to work did involve manually > stopping > and starting it. This, in turn, may have caused NVDA to believe that there > was >

Re: [BRLTTY] brltty in windows

2016-03-15 Thread saeid javani
On Mon, Mar 14, 2016 at 4:52 PM, Samuel Thibault < samuel.thiba...@ens-lyon.org> wrote: > No, I mean uncomment > > release-device off # Don't release the device. > That solves the problem. Thanks. ___ This message was sent via the BRLTTY mailing li

[BRLTTY] Shortcuts (ctrl-s, ctrl-x, ...) using braille keyboard

2016-04-13 Thread saeid javani
Is it possible to map braille keyboard keys to keyboard combinations such as crtl-s, ctrl-x, I have tried such bindings : bind Dot1+Dot2+Space KEY_S+control But this doesn't work. When I replace KEY_S with a non-letter key(e.g KEY_TAB) brltty grabs the combination but with letter keys( KEY_

[BRLTTY] Communicating with a cdc-acm device

2016-07-20 Thread saeid javani
Hi all, I have a usb-cdc device and want to write a driver for it. Using libusb-1.0 in a simple program I can communicate with this device. But in brltty, it can not claim interface. Actually early control communications are fine and brltty receives device model and number of cells from device but

Re: [BRLTTY] Communicating with a cdc-acm device

2016-07-20 Thread saeid javani
> Is it a braille device? If so, is it one that we already might suport? Yes, it is a braille device and there is no driver for it because it is a new device that we have designed. Are you doing this on Windows or on Linux? I am doing this on linux. I strongly suspect that the configuration n

Re: [BRLTTY] Communicating with a cdc-acm device

2016-07-23 Thread saeid javani
endpoint should be 0X04. > By these changes, there is no problem :) Thanks. -- Best Regards Saeid Javani ___ 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

[BRLTTY] xbrlapi problem

2016-07-31 Thread saeid javani
Hi, I have compiled and installed brltty from source in raspbian (I have written and added a braille display driver to brltty). The problem is that after a few minutes working with my device and key presses, the xbrlapi doesn't respond to key presses. Braille output on braille display is ok but b

Re: [BRLTTY] xbrlapi problem

2016-08-02 Thread saeid javani
detecting brlapi connection losses (or failure to connection) and then try to reconnec to brlapi? On Sun, Jul 31, 2016 at 3:19 PM, saeid javani wrote: > Hi, > > I have compiled and installed brltty from source in raspbian (I have > written and added a braille display driver to brlt