Wireless Communication Library Support Forum

Frameworks => Bluetooth Framework => Topic started by: giovannir on May 03, 2012, 05:55:41 PM

Title: Bluetooth Keyboard and HID
Post by: giovannir on May 03, 2012, 05:55:41 PM
Hi, I'm trying to connect a USB keyboard and touchpad (keysonic ACK-340BT) but I get an error number 46, the device is paired but the HID service is not active.

I use this service
Code: [Select]
wclClient.BluetoothParams.Service := HumanInterfaceDeviceServiceClass_UUID;
Can you help me?
Title: Re: Bluetooth Keyboard and HID
Post by: Mike Petrichenko on May 03, 2012, 07:49:52 PM
WCL doesn't support HID connection except WiiMote. If you need HID connection to a keayboard we can add this for MS BT drivers only.
Title: Re: Bluetooth Keyboard and HID
Post by: giovannir on May 04, 2012, 08:58:40 AM
I need this feature and also I must connect a printer. I'm interested to buying the commercial version of VLC. What are the time  to develop these features ?
Title: Re: Bluetooth Keyboard and HID
Post by: Mike Petrichenko on May 04, 2012, 09:04:05 AM
Try use TwclBluetoothDevice.AddDevice to install keyboard and printer, and TwclBluetoothDevice.RemoveDevice to uninstall keyboard and printer. But it works with MS BT drivers only.
Title: Re: Bluetooth Keyboard and HID
Post by: giovannir on May 04, 2012, 12:08:26 PM
I need that work with BlueSoleil drivers.... There is a way?
Title: Re: Bluetooth Keyboard and HID
Post by: Mike Petrichenko on May 04, 2012, 12:11:47 PM
No, there is no way except manually connect.
Title: Re: Bluetooth Keyboard and HID
Post by: giovannir on May 04, 2012, 03:44:16 PM
ok, ty