给微软的一个问题:)
让我们假设我通过USB将WindowsPhone连接到PC并启动了一些应用程序。 对于此应用程序,是否可以侦听来自PC的连接?
我想通过USB从PC发送请求,并通过WindowsPhone应用程序处理它们。
提前致谢!
A question to Microsoft guys :)
Let's imagine that I connected WindowsPhone to PC via USB and launched some application. For this application, is it possible to listen for connections that can come from PC?
I want to send requests from PC via USB and handle them by WindowsPhone app.
Thanks in advance!
最满意答案
Windows Phone 8没有SDK应用程序可访问的任何USB通信协议。
这与Windows Phone 7不同,它支持TCP / IO网络。
您当然可以通过蓝牙进行通信,或者将两个设备连接到同一个WiFi网络并通过它进行通信。
参考 。
Windows Phone 8 does not have any USB communication protocol which is accessible to SDK applications.
This is unlike Windows Phone 7 that had some support over TCP/IO networks.
You can of course communicate over Bluetooth, or connect the two devices to the same WiFi network and communicate over that.
Reference.
是否可以处理从PC到我的WindowsPhone的USB连接?(Is it possible to handle USB connection from PC to my WindowsPhone?)给微软的一个问题:)
让我们假设我通过USB将WindowsPhone连接到PC并启动了一些应用程序。 对于此应用程序,是否可以侦听来自PC的连接?
我想通过USB从PC发送请求,并通过WindowsPhone应用程序处理它们。
提前致谢!
A question to Microsoft guys :)
Let's imagine that I connected WindowsPhone to PC via USB and launched some application. For this application, is it possible to listen for connections that can come from PC?
I want to send requests from PC via USB and handle them by WindowsPhone app.
Thanks in advance!
最满意答案
Windows Phone 8没有SDK应用程序可访问的任何USB通信协议。
这与Windows Phone 7不同,它支持TCP / IO网络。
您当然可以通过蓝牙进行通信,或者将两个设备连接到同一个WiFi网络并通过它进行通信。
参考 。
Windows Phone 8 does not have any USB communication protocol which is accessible to SDK applications.
This is unlike Windows Phone 7 that had some support over TCP/IO networks.
You can of course communicate over Bluetooth, or connect the two devices to the same WiFi network and communicate over that.
Reference.
发布评论