Funny, when GSMModem is used without setting port number with bluetooth (works good with IR), I get the following error:
System Error. Code: 10053.
An established connection was aborted by the software in your host machine
So, I simply set port number = 1 and then tried. It works!
Why so? Is there a solution?
_________________________
Scenario
Device:
Nokia 6021, Series 40 dp2.
Driver:
Microsoft.
Framework:
5.2 beta
Code:
bgsm.Transport = atBluetooth
bgsm.BluetoothTransport.Address = dev.Address
'bgsm.BluetoothTransport.Port = 1 <--- Please Note: Commented out
bgsm.BluetoothTransport.Radio = Radios.Radio(0)
Set Radios = Nothing
bgsm.Open
________________________
Regards,
AV