Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Application Bluetooth Connection Phone-PC

I am trying to develop my Android application which would connect via bluetooth with PC computer and would be able to send data both ways. Like, sending string from Android application to PC and receiving the string on the screen and the other way aswell.

I am on my way to create the application on Android but I was wondering what would be the best way of resolving problem with PC: How would I send and receive the data? Firstly, I thought that I would need separate program but maybe there is some other way?

Could use ANY help on that subject.

like image 706
Lisek Avatar asked Nov 02 '22 10:11

Lisek


1 Answers

There are a lot of solutions for this problem.
Here is the one of possible solutions which could you use as a start point (https://github.com/xamarin/monodroid-samples/tree/master/BluetoothChat).

Here is quick tutorial Simple Android and Java Bluetooth application (http://luugiathuy.com/2011/02/android-java-bluetooth/)

Hope that helps.

like image 55
Bosko Mijin Avatar answered Nov 04 '22 07:11

Bosko Mijin