Author Topic: How to disable PIN code dialog using virtual port  (Read 7164 times)

gomsun2

  • Guest
How to disable PIN code dialog using virtual port
« 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.

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 3675
  • Karma: 1000
    • Wireless Communication Libraries
Re: How to disable PIN code dialog using virtual port
« Reply #1 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.

 

Sitemap 1 2 3 4 5 6 7