How to send a text message to mobile phone via bluetooth in Java?
- by Sebastian Dwornik
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. :)