How to send a text message to mobile phone via bluetooth in Java?
Posted
by Sebastian Dwornik
on Stack Overflow
See other posts from Stack Overflow
or by Sebastian Dwornik
Published on 2009-12-17T15:34:08Z
Indexed on
2010/05/14
23:04 UTC
Read the original article
Hit count: 279
Similar to this question. I have been tasked to develop an application using Java to send message strings from my WinXP PC to a nearby mobile phone, using only Bluetooth.
I have found a free Java Bluetooth library (Bluecove) to work with, but it seems that it might not support OBEX under Windows, which as I read is necessary to perform this task.
Has anyone proven this using Java? What stack and Bluetooth library did you use?
Thanks. :)
© Stack Overflow or respective owner