Send data from PC to android via USB. example code needed
in
Android Processing
•
8 months ago
Some of my other questions seemed to be a bit too specific, so maybe this could be easier to deal with.
What I'm looking for is a way for me to click on a point (x,y) in a java app on my pc, and have a circle drawn at that point (x,y) on my phone. I know how to do all the drawing and registering the mouse clicks but I'm not so sure how to send the data from my pc to the phone.
Perhaps someone with some experience in networking/data transfer could lend me some direction or point to some example code?
Thanks
1