Hi all,
I am writing a Win XP application in C# (using a MS stack BT-stick) to connect to a bluetooth remote device using SPP profile. Everything works fine, I can discover the device and connect with BluetoothClient.Connect(...) using a BluetoothEndPoint with SerialPort service. I can transfer data (files) to the remote device (proprietary protocol) with approx. 50 kbits per second.
Now I would have expected a faster transmission speed using socket communication but I can not find out from this forum, the MSDN or other docus what determines the speed (or baudrate?) of the socket SPP connection or how to adjust it.
Who knows what determines/limites the bluetooth socket speed (PC Bluetooth-stick, MS stack driver, BT remote device)?
Is it possible to have more than 115200 baud with a Microsoft-stack SPP connection?
Does anybody have measured the transfer-rate of a SPP-based connection with a C# application?
Thanks,
Tommes