Android与PC之间是否可以使用USB进行通信
有没有从android发送消息并将其显示在PC记事本上的源代码?如果我在 PC 的记事本上写一些消息,那么它将显示在 Android 设备上。我是安卓新手。
Is there any source code for sending message from android and it will show on PC Notepad? And if I write some message on PC'S notepad then it will show on Android Device. I am new in Android.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Android 上的 USB 可以通过编程方式访问,但不支持您的情况: USB设备模式(PC是主机)无法通过编程控制。
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.