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.
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.