我想调试条形码阅读器(扫描仪)摩托罗拉MC2180访问WiFi。为了进行调试,我使用的是VS2008,手机扫描仪的操作系统是USB6。当扫描仪安装在底座上时,所有的网络连接都要通过WinCE线缆。所以我不能使用无线连接。
有没有什么解决方案可以通过访问WiFi来调试扫描仪?
发布于 2014-05-07 21:03:14
MSDN提供了一些关于Windows Mobile developers can use the powerful Visual Studio debugging features to examine their code in action.的有用链接
您可以查看并开始使用:http://msdn.microsoft.com/en-us/library/bb158521.aspx
还有一个WiFi调试博客:http://blogs.msdn.com/b/windowsmobile/archive/2005/05/22/420884.aspx,这个博客很老了,但可能会对您有所帮助。
https://stackoverflow.com/questions/23517891
复制相似问题