I am testing out your WCL Framework to see if it meets our needs. We have a custom bluetooth device that uses the serial port service to transmit data. We already have another framework setup to transmit and receive data via serial port for this device (because we also have a straight serial device as well, this device happens to feature bluetooth on it). I am just trying to setup the bluetooth connection and pass along the com port to use to our existing framework. From my understanding, all I need to do is pair to the device, get the service, use the com port creator to setup a virtual com port for me to pass into our existing framework. I have this all setup and working, got some quirks, but my main issue is that when I close the com port creator and then unpair the device my bluetooth on my pc still shows it having an active connection same as my custom device. What do I need to do to make sure the connection and com port are closed when I need them to be?
I am using Windows XP Pro 32 bit, BlueSoleil version 5.4.10.20050912, and our custom bluetooth device.