How would a person go about making a Bluetooth keyboard in Java probably for Windows? I know Windows comes with some built in drivers but I have no idea how to talk with them.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’m not sure what an android keyboard is but from what i understand, you want the android device to act as a keyboard for the PC.
If this is the case and you want to do this in java, use the bluecove library for windows and write a PC application in java that simulates keypresses.The application talks with your android device using the RFCOMM protocol supported by bluevcove.I’m assuming here that android APIs for bluetooth are available.