| Author |
Bluetooth interface for the PC
|
Punit Raizada
Ranch Hand
Joined: Mar 20, 2004
Posts: 156
|
|
Hi, I need to make an application for the phone that takes a user input and sends it via bluetooth to a PC. The PC would have a bluetooth USB adapter or something like that to recieve the connection from the phone and also the data. There would be an application on the PC that would take this data and do some kool stuff with it. I havent played around with bluetooth at all, but i assume that implementing the client Application on the phone would be simple. Any ideas on how i should go about implementing the application on the PC. I want it to independent of the hardware(USB dongle manufacturer etc.). Is there a generic way an application on the PC can listen to the messages from bluetooth enabled phones etc ... would appreciate any pointers.
|
SCJP 1.4
Everything that can go wrong will go wrong -Murphy
|
 |
Michael Yuan
author
Ranch Hand
Joined: Mar 07, 2002
Posts: 1427
|
|
|
I think you can use JSR 82 on the PC end as well. I think the book Bluetooth for Java might help you get started.
|
Seam Framework: http://www.amazon.com/exec/obidos/ASIN/0137129394/mobileenterpr-20/
Ringful: http://www.ringful.com/
|
 |
Punit Raizada
Ranch Hand
Joined: Mar 20, 2004
Posts: 156
|
|
Thnks for the pointer Michael [ September 21, 2004: Message edited by: Punit Raizada ]
|
 |
 |
|
|
subject: Bluetooth interface for the PC
|
|
|