Wireless Communication Library Support Forum

Frameworks => Bluetooth Framework => Topic started by: ASchuetz on July 17, 2014, 02:30:25 PM

Title: Create BT-Serial port to get used in another application
Post by: ASchuetz on July 17, 2014, 02:30:25 PM
Hi,

I'm trying WCL to find specific devices, pair them and connect to SPP.

My app should create a comport, that can be used by other applications.
The serial port should be listed in device manager under "serial ports" like it does, if the SPP-checkbox in the BTDevice-properties-Tab is checked (Microsoft-stack).
My app won't send or receive any data via the connected SPP, it's only purpose is to establish the connection to devices and create the comports.

How can I achieve this using WCL?
Title: Re: Create BT-Serial port to get used in another application
Post by: Mike Petrichenko on July 17, 2014, 04:40:18 PM
Hi,

Use wclVirtualComPortCreator component (see VirtualPort demo).
Title: Re: Create BT-Serial port to get used in another application
Post by: ASchuetz on July 25, 2014, 10:01:29 AM
Use wclVirtualComPortCreator component (see VirtualPort demo).

I downloaded the actual version once more and reinstalled it right now:

I can't find this component (neither in demos nor anywhere else) (Delphi7).
Title: Re: Create BT-Serial port to get used in another application
Post by: Mike Petrichenko on July 25, 2014, 10:09:16 AM
There should be the VirtualPort demo application. Make sure you installed WCL for your Delphi version. Also make sure Demos have been installed too.
Title: Re: Create BT-Serial port to get used in another application
Post by: ASchuetz on July 25, 2014, 12:31:42 PM
There should be the VirtualPort demo application. Make sure you installed WCL for your Delphi version. Also make sure Demos have been installed too.
The virtualPort demo application is there and I installed WCL for my Delphi version, but there is no "wclVirtualComPortCreator".
Title: Re: Create BT-Serial port to get used in another application
Post by: Mike Petrichenko on July 25, 2014, 12:35:22 PM
TwclVirtualCOMPort