"Marc Mulcahy" <[EMAIL PROTECTED]> writes: > Sory if this has been discussed here before-- but it appears as though the > BrailleNote is supported, but only over a serial connection, and not via > Bluetooth. Has anyone attempted this? I'm game to try to get it working > with some initial guidance.
AFAIK nobody has attempted this yet, maybe because we didn't have a model that supported bluetooth when we developed the driver. How difficult bluetooth support is going to be basically depends on how the display does it. All the bluetooth-supporting models I've worked on so far basically just used the same byte protocol via bluetooth as it already used on the serial port. If thats the case for the BrailleNote you'll basically just have to add the reading/writing functions and the dispatch struct at the top of the file. Additionally, you'll place a new call in brl_construct(). Look at other drivers like the HandyTech driver. Just look for "#ifdef ENABLE_BLUETOOTH_SUPPORT" and things should be pretty clear to you. All code related to bluetooth support in drivers and the core is ifdef'ed so that it can be completely disabled at ./configure time. -- CYa, ⡍⠁⠗⠊⠕ | Debian Developer <URL:http://debian.org/> .''`. | Get my public key via finger mlang/[EMAIL PROTECTED] : :' : | 1024D/7FC1A0854909BCCDBE6C102DDFFC022A6B113E44 `. `' `- <URL:http://delysid.org/> <URL:http://www.staff.tugraz.at/mlang/> _______________________________________________ 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