Wireless Communication Library Support Forum

Frameworks => Bluetooth Framework => Topic started by: gomsun2 on November 22, 2013, 02:47:56 AM

Title: How to disable PIN code dialog using virtual port
Post by: gomsun2 on November 22, 2013, 02:47:56 AM
Hi. I have some question about using virtual port.

I will make connection between PC and the device(Bluetooth/WT11(BLUE GIGA)), using virtual port.

And, I'm testing "VirtualPortXE3.dpr" project.
The component version is "WCL_Developer_Demo_VCL.6.12.6.0.zip"
PC is Lenovo Thinkpad T430s & Windows 7 Ultimate & Bluetooth chipset is broadcom.

My problem is that PIN Code input dialog open when the wclclient make connection.
Code: [Select]
wclClient.SerialParams.Port := wclVirtualCOMPort.Port;
wclShowError(wclClient.Connect);

// Boom pin code input dialog from windows

The device does not has any pin-code & authentication.
The wclClient.BluetoothParams.Authentication is False.

-- picture

So, how do I solve this problem ?

Thank you.
Title: Re: How to disable PIN code dialog using virtual port
Post by: Mike Petrichenko on November 22, 2013, 03:36:04 PM
Hi,

Use direct Bluetooth connection without any vCOMs. vCOM is for legacy application support only. Also you may need wclAuthenticator to handle PIN requests.