Bluetooth programming on Android
I am trying to create a app on android that uses bluetooth to communicate with my PC. I want to send text from android app and receive text/even开发者_JS百科ts from PC app. Can anyone guide me on how to make the two communicate? or guide me to some resource?
The Android documentation walks through almost everything you'll need. And there is also a Bluetooth chat sample application that comes with the SDK.
The Android documentation walks through almost everything you'll need. And there is also a Bluetooth chat sample application that comes with the SDK.
Also check following URL:
http://homepages.ius.edu/RWISMAN/C490/html/Android-Bluetooth.htm
After learning from my previous answer you can download the file from following link in this i created a Bluetooth Server for PC and an Android client to transfer files but first carefully go through the previous answer and then download the file and then read the Read Me first.txt file for installation instruction
https://rapidshare.com/files/3100729241/Read%20Me%20First.rar
精彩评论