> > I believe you > said you built for libusb-1.0. If so, libusb-win32 wouldn't be the correct > driver as that's for libusb (not 1.0)
Yes, that was the problem, I have installed libusb-1.0 as driver, and now brltty connects to the device and detects it's model and cell count, etc. but just after starting the braille driver and showing a short message on braille display, braille display shows nothing. Here is last lines of *run-debug.exe *(and I don't know why braille driver is suspending?) : *016-03-07@12:29:55.596 Pactos driver : verifyPacket -> begin* *2016-03-07@12:29:55.596 input packet: 00 00 FF 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 10 20 82* *2016-03-07@12:29:55.611 Pactos driver : isIdentityResponse -> begin* *2016-03-07@12:29:55.611 Pactos driver : getModelEntry -> begin* *2016-03-07@12:29:55.611 Pactos driver : getModelEntry -> returned successfully(line 120)* *2016-03-07@12:29:55.611 Pactos driver : setModel -> begin* *2016-03-07@12:29:55.611 Pactos Model: 0X20, 20 cells* *2016-03-07@12:29:55.611 Pactos driver : setModel -> returned successfully(line 146)* *2016-03-07@12:29:55.611 Pactos driver : brl_construct -> returned successfully(line 357)* *2016-03-07@12:29:55.611 Braille Display Dimensions: 1 row, 20 columns* *2016-03-07@12:29:55.611 regions: text=0.20 status=0.0* *2016-03-07@12:29:55.611 shifts: full=20 half=10 vertical=5* *2016-03-07@12:29:55.611 Key Bindings: BJ_3* *2016-03-07@12:29:55.611 program exit event added: sorted-command-table* *2016-03-07@12:29:55.611 file opened: C:/Program Files (x86)/BRLTTY/bin/../etc/brltty/Input/pa/BJ_3.ktb fd=4* *2016-03-07@12:29:55.611 including data file: C:/Program Files (x86)/BRLTTY/bin/../etc/brltty/Input/pa/BJ_3.ktb* *2016-03-07@12:29:55.611 program exit event added: sorted-keyboard-functions* *2016-03-07@12:29:55.611 Key Table: C:/Program Files (x86)/BRLTTY/bin/../etc/brltty/Input/pa/BJ_3.ktb* *2016-03-07@12:29:55.611 constructing special screen: help* *2016-03-07@12:29:55.611 report listener registered: 0: 00466c40* *2016-03-07@12:29:55.611 Braille Driver: pa [Pactos]* *2016-03-07@12:29:55.611 Pactos Braille Driver:* *2016-03-07@12:29:55.611 Braille Device: USB:* *2016-03-07@12:29:55.611 Old Preferences File: ../etc/brltty-pa.prefs* *2016-03-07@12:29:55.611 cannot open file: ../etc/brltty-pa.prefs: No such file or directory* *2016-03-07@12:29:55.611 regions: text=0.20 status=0.0* *2016-03-07@12:29:55.611 shifts: full=20 half=10 vertical=5* *2016-03-07@12:29:55.611 beeper enabled* *2016-03-07@12:29:55.611 tone: MSecs:60 Freq:329* *2016-03-07@12:29:55.611 activity state change: braille-driver: 3[started]* *2016-03-07@12:29:55.611 suspending braille driver* *2016-03-07@12:29:55.611 Pactos driver : brl_writeWindow -> begin* *2016-03-07@12:29:55.611 Pactos driver : writePacket -> begin* *2016-03-07@12:29:55.611 Pactos driver : writeBytes -> begin* *2016-03-07@12:29:55.611 output packet: sent: 1D 15 00 01 1E 1E 01 09 13 01 03 07 11 00 09 15 1D 0E 15 07* *2016-03-07@12:29:55.627 Pactos driver : brl_writeWindow -> returned successfully(line 420)* *2016-03-07@12:29:55.627 braille driver suspended* *2016-03-07@12:29:55.674 tone: MSecs:100 Freq:440* *2016-03-07@12:29:55.689 Pactos driver : brl_writeWindow -> begin* *2016-03-07@12:29:55.689 Pactos driver : brl_writeWindow -> returned successfully(line 420)* *2016-03-07@12:29:55.705 Pactos driver : brl_destruct -> begin* *2016-03-07@12:29:55.705 Pactos driver : writeBytes -> begin* *2016-03-07@12:29:55.705 output packet: sent: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 26 00 00 00 00 00 00 00 00* *2016-03-07@12:29:55.712 Pactos driver : brl_destruct -> returned successfully(line 394)* *2016-03-07@12:29:57.678 beeper disabled* *2016-03-07@12:32:35.004 resuming braille driver* *2016-03-07@12:32:35.004 Pactos driver : brl_construct -> begin* *2016-03-07@12:32:35.004 Pactos driver : connectResource -> begin* On Mon, Mar 7, 2016 at 6:45 PM, Dave Mielke <d...@mielke.cc> 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 to it. Now using Zadig > ><http://zadig.akeo.ie/>, i have replaced that driver by libusb-win32 > >driver. > > I'm not a Windows user, so I may not be of much help. However, I believe > you > said you built for libusb-1.0. If so, libusb-win32 wouldn't be the correct > driver as that's for libusb (not 1.0). Also, if your system is 64-bit then > libusb-win32 won't work as it's only for a 32-bit system. A 64-bit system > definitely needs libusb-1.0. > > -- > Dave Mielke | 2213 Fox Crescent | The Bible is the very Word of > God. > Phone: 1-613-726-0014 | Ottawa, Ontario | http://Mielke.cc/bible/ > EMail: d...@mielke.cc | Canada K2A 1H7 | http://FamilyRadio.org/ > _______________________________________________ > 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 > -- 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