bluetooth spp profile(Serial Port Profile) in windows mobile
-
Monday, November 16, 2009 6:41 AMhello all,
Does windows mobile support Bluetooth SPP ? I think yes.
Can I find some sample code to use SPP to communicate?
Thanks.
Enjoy Tech
All Replies
-
Monday, November 16, 2009 6:57 AMWhich stack? MS or Widcomm?
If You'll find my answer satisfactory or helpful - mark it as answered or vote for it! Thank You.
"If You think You know better then me, why is Your code not working, then don't waste my time at this forum. Otherwise - do as I'm suggesting." -
Monday, November 16, 2009 7:37 AMSorry, I can not understand.
I think SPP is like socket, we can establish a connection and send/receive data.
Am I right?
What does stack mean? MS or Widcomm?
Does widows mobile support both of them, or you are talking about the hardware chip?
Thanks, I am a new comer in this field.
Enjoy Tech -
Thursday, November 19, 2009 3:48 AM
Hi,
You can find a sample of bluetooth in SDK under
C:\Program Files\Windows Mobile 6 SDK\Samples\PocketPC\CPP\win32\Bluetooth
Hope it helps,
Zhe Zhao- Marked As Answer by ZHE ZHAO Friday, November 20, 2009 8:18 AM
-
Thursday, November 19, 2009 8:29 AM
Stack = drivers. The example given is for devices with Microsoft stack ONLY.HP devices are working on Widcomm stack and this example won't do any good.You can get Widcomm SDK which has all necessary documentation and libraries to implement SPP for Widcomm stack.
If You'll find my answer satisfactory or helpful - mark it as answered or vote for it! Thank You.
"If You think You know better then me, why is Your code not working, then don't waste my time at this forum. Otherwise - do as I'm suggesting."
I'm on MSDN just like MD House in the clinic. But I'm also a human which sometimes needs to see another doctor :)- Marked As Answer by ZHE ZHAO Friday, November 20, 2009 8:18 AM
-
Wednesday, November 25, 2009 7:58 AMThank you very much!
Enjoy Tech

