I have a problem with bluetooth connection between windows 10 and external device wherein manufacturer (lets say that CompanyX) use Serial Port Profile 1.1. Only what i get from CompanyX is documentation about communication using virtual serial ports. It is not good solution because Windows 10 have only SPP 1.2 so i have a lot of problems with pairing and connecting this device.
In my WPF c# application I use Gurux lib. When device connected I don’t have any problem to send and receive data but in 99% connection attempts port is busy so connecting takes too long (sometimes 10/15 minutes). Whats more… Windows 10 have a problem with pairing and it happens that device is connected but don’t have any port names. I tested this case for a several devices with Windows 10 and one tablet also have problem with remove paired device even if I did it in regedit.
Few days ago CompanyX told me that we can connect their device to Windows 10 using rfcomm and it (propably) works but they don't want to say how to do that . I have MAC address this device but I don’t know rfcomm technology (only know that is client/server communication). Can anyone help me what in this case? Some examples or tips? I am new in c# so I need your help to solve this problem.