1

I want to develop Java desktop application, to connect my PC with bluetooth "HC-05". I have studied Java in my college, and that's my first application. so I hope more details as could as possible, specially in establishing the connection between PC and HC-05 (with easy Tutorials and Resources, if possible).

And is it possible to transmit data in form of Array using this application?, or it is better to transmit Integers?

MohamedOkasha
  • 11
  • 1
  • 2
  • See this post for more information: [http://stackoverflow.com/questions/6675208/to-discover-and-pair-bluetooth-devices](http://stackoverflow.com/questions/6675208/to-discover-and-pair-bluetooth-devices) – saeid rastak Dec 11 '16 at 12:37

1 Answers1

3

Also this site has a lot of information about your problem:

Connecting to Bluetooth devices with Java

saeid rastak
  • 325
  • 2
  • 11