-
-
Notifications
You must be signed in to change notification settings - Fork 631
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Toshiba bluetooth stack #2419
Comments
Comment 1 by Ulf on 2012-06-15 15:01 |
Comment 2 by jteh on 2012-06-17 06:29 The second problem is that even if we do find the port, we need a way to get the name of the associated bluetooth device. That is specific to the bluetooth stack. |
Comment 3 by jteh on 2012-12-07 06:09 I've implemented support for it in e4fc30c. Note that what I'm doing is undocumented. I figured it out by manually inspecting the registry. I'd appreciate it if others who use this stack could test with displays and report. If it doesn't work, please do the following:
|
Comment 4 by jteh on 2012-12-07 06:19 |
Comment 5 by nvdakor on 2012-12-07 06:24 |
Comment 6 by jteh on 2012-12-07 06:36 |
Comment 7 by nvdakor on 2012-12-07 07:01 |
Comment 8 by nvdakor on 2012-12-07 07:04 |
Comment 9 by jteh on 2012-12-07 07:33 Did you do anything special when you added the device? For example, did you use the express mode or did you customise the COM port for the device? Did you check the option for it to be available to all users or did you leave that unchecked? What version of the Toshiba stack are you using? Finally, how comfortable are you with poking around the registry using regedit? |
Comment 10 by nvdakor on 2012-12-07 07:48 |
Comment 11 by jteh on 2012-12-07 08:04
|
Attachment HKCU_toshiba_bluetooth_stack_keys.txt added by nvdakor on 2012-12-07 08:13 |
Attachment HKLM_toshiba_bluetooth_stack_keys.txt added by nvdakor on 2012-12-07 08:14 |
Comment 12 by nvdakor on 2012-12-07 08:15 |
Comment 13 by jteh on 2012-12-07 08:24 Can you please paste the output of the following Python console command:
Thanks for your help. |
Comment 14 by jteh on 2012-12-07 08:43 |
Comment 15 by nvdakor on 2012-12-07 09:04 |
Comment 16 by jteh on 2012-12-07 10:45 |
Reported by jteh on 2012-06-08 08:02
When enumerating com ports (e.g. in braille display drivers), our hwPortUtils module can retrieve the names of any bluetooth devices it encounters if the system is using the Microsoft bluetooth stack. This needs to be supported for the Toshiba bluetooth stack as well.
Unfortunately, I have no idea how to do this at present.
The text was updated successfully, but these errors were encountered: