Hi, I was looking at the post android/java pc remote code over udp where the android device can be used as a mouse control for the computer here https://www.b4x.com/android/forum/threads/example-b4x-control-the-desktop-with-your-phone.60887/#content . I looked around the boards to see if there was similar code that worked over bluetooth to help me get started, but couldn't find anything. I wanted to see if anyone knows of anything on the boards that I missed. I appreciate your help.
Thank you for the quick reply. I saw those two and have been able to tweak them to send keystrokes to the pc to perform tasks and it is working great. I am stuck on trying to figure out how to send mouse movements from the Android device to the pc so that I can move the mouse around.
Thank you Erel! I was looking at that one. I am new to some of this and trying to figure out how to take all the bluetooth and udp or tcp examples and mesh them into one.