Hi guys,
First, thank you for the great product you guys build here :-)
I'm currently in the process of writing up an application that communicates via Bluetooth. I thought I had all bases covered, as it worked great with the Microsoft stack on both Windows Mobile 6.1 and Windows 7. When I tried to run my app on a phone that runs the WidComm stack, some minor problems occured (setting radiomode for example - which is easily solved) but I ran into another issue.
Using the MS stack, I open a connection to my notebook via BT send some stuff, reply if it was ok or not, and it all works.
Now using the WidComm stack, I open a connection to my notebook, send some stuff, but when I want to send the reply, the "Input PIN" screen pops up on the phone saying it needs to pair before it accepts the incoming connection. I have no clue how to solve this (been messing with SetPin but no luck there). My notebook and phone both use the BluetoothClient and Listener from the 32feet assemlby.
Are there any differences I should account for when sending data to the phone which is running WidComm? or maybe a solution is already available?