Is It possible to communication between Android and PC using USB
Is there any source code for sending message from android and it will show on PC Notepad? And if I wri开发者_开发知识库te some message on PC'S notepad then it will show on Android Device. I am new in Android.
USB on Android can be programmatically accessed, however your case is not supported: USB device mode (PC is a host) can not be programmaticaly controled.
精彩评论