Hello Everyone,
I'm currently working on a research project and need to connect to a bluetooth device from within a web based java applet. I need to know if this is even possible, if not I'll need to rethink my entire project!
Thanks in advance
Printable View
Hello Everyone,
I'm currently working on a research project and need to connect to a bluetooth device from within a web based java applet. I need to know if this is even possible, if not I'll need to rethink my entire project!
Thanks in advance
You could use virtual serial port to emulate software COM port over physical Bluetooth connection. Then use the RXTXcomm library for reading/writing data.