I’m trying to make a desktop application in Java SE to receive a file from a digital stethoscope via Bluetooth.
The API Javax.comm doesn’t exist for Windows. I try the RXTX solution by I isn’t working.
Someone have a solution?
Thank you for your collaboration.
Best regards.
Daniel
I’m trying to make a desktop application in Java SE to receive a file
Share
Have you tried using BlueCove? It conforms to the JSR-82 Specification. IT also has a JSR-82 Emulator.