Hi Mike,
I've got some crashes:
1) if I use wclAuthenticator and try to connect to my device, the application crashes in the function below when asked for pin.
private void wclAuthenticator_OnPINRequest(object sender, wcl.wclPINRequestEventArgs e)
{
e.PIN = edPIN.Text;
}
2) When i use pair instead of wclAuthenticator and then connect, a connection is set up.
But when I try to disconnect, my app is not responding and hangs in wclClient.Disconnect();
Any idea's on how to fix this?
I'm using WCL 6.5.6 developer and BlueSoleil 6.4.249.0.