I am currently testing DK-LM3S9D96 with bluetooth modeul.
I am trying to achieve a data rate of 80KB/second from the micro controller to a Windows 7 PC.
With the current version of the SDK (version 1.0 for Stellaris), I can only achieve about 40KB / sec.
It seems that the advice to achieve higher data rates is to call SPP_Set_Configuration_Parameters.
However, whenever I call this function it returns -1.
The SPPDemo application only allows you to call this AFTER you create the server, and this seems to be too late.
I have modified this application to call it programatically before I create the server, but it also fails with error code 1.
What is the correct way to call this function?
SPP_Get_Configuration_Parameters returns 128 for the frame size and 256 for the transmit and receive buffer sizes.
There was also mention in a previous thread of an example created by StoneStreet to help in assessing bandwidth.
Is this available somewhere?
Thanks,
Clive