PrincessP
PrincessP

Reputation:

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/events from PC app. Can anyone guide me on how to make the two communicate? or guide me to some resource?

Upvotes: 6

Views: 14237

Answers (3)

Neeraj Sharma
Neeraj Sharma

Reputation: 473

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

Upvotes: 1

Neeraj Sharma
Neeraj Sharma

Reputation: 473

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

Upvotes: 3

Jerry Brady
Jerry Brady

Reputation: 3080

The Android documentation walks through almost everything you'll need. And there is also a Bluetooth chat sample application that comes with the SDK.

Upvotes: 6

Related Questions