Bluetooth Chat between Android device and PC?

You've asked a general question, so the best I can do is give you a general answer. This is a two prong problem. It sounds like you know what you're doing on the android side of things, but we're you're stumbling is on the PC side.

Right? As far as PC side goes, you're basically going to need to implement a "bluetooth server". You can use the bluecove library or the standard javax.

Bluetooth library.

Yes, on the Android side I've found the Bluetooth chat sample, which is very useful. And exactly, what i'm looking for is a Blutooth server that allows me to get the data from the Android device. Is there any example of code?(BTW I'd prefer to have this server programmed in C#) – Tapia Nov 28 at 17:37.

The library 32feet. NET that I maintain sounds like what you're looking for. Its for .

NET and does Bluetooth, OBEX and IrDA. See for example a simple server example at 32feet.codeplex.com/wikipage?title=Bluet....

It would be easier to connect the Android and PC to the same network (WiFi/Ethernet) then create a socket connection between the two units. In short: Join the Android to your network, probably using WiFi. Join your PC to the network (WiFi/Ethernet).

Create an app on your PC which listens for a socket connection on a port. See Get Closer to the Wire with gh-Performance Sockets in .NET. Open the port in your PC's antivirus firewall.

Create an app on your Android which starts a socket connection to the PC (you will need the PC's internal IP address the port you opened on the PC's antivirus firewall). See Socket Communications. It is a little complicated, but uses current tech and will give you more options and is easier to implement and maintain then a Bluetooth serial connection.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions