本文介绍了[UWP]由于驱动程序限制,无法将STEM应用程序移植到Windows 10 S.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 我们正在为Windows 10 S和Windows 10 Mobile完成一个UWP STEM应用程序。  它旨在教授学校的电子和计算机科学。 我们的UWP应用程序需要与外部WinUSB硬件进行通信。  不幸的是,硬件无法为Windows提供现代扩展的WinUSB自动驱动程序签名,因此硬件需要一个自定义的coinstaller,.inf文件等等,用于Windows 10(因此它被识别为WinUSB,因此Windows加载WinUSB OOB驱动程序。) 在Macbook上,我们通过使用带有.NET Core的libusb解决了这个问题。  但是在UWP(Windows 10 S / Mobile)上,我们似乎已经碰壁了。  我们非常希望为Windows 10 S / Mobile提供此解决方案,而不是限制教师选择硬件/操作系统。 我们如何支持自定义WinUSB设备Windows 10 S和Windows 10 Mobile?  这对我们的STEM应用程序至关重要。 谢谢, Tandy Waterbear 解决方案 We are finishing up a UWP STEM application for Windows 10 S and Windows 10 Mobile.  It is designed to teach electronics and computer science in schools.Our UWP application needs to communicate with external WinUSB hardware.  Unfortunately the hardware cannot provide Windows with the modern extended WinUSB auto-driver-signature so the hardware requires a custom coinstaller, .inf file, etc. for Windows 10 (so that it is recognized as WinUSB and so that Windows loads the WinUSB OOB driver).On Macbook we solved this issue by using libusb with .NET Core.  But on UWP (Windows 10 S/Mobile) we seem to have hit a wall.  We would really like to offer this solution for Windows 10 S/Mobile, and not limit teachers' choice of hardware/OS.How can we support custom WinUSB devices under Windows 10 S and Windows 10 Mobile?  This is critical to our STEM applications.Thank you,TandyWaterbear 解决方案 这篇关于[UWP]由于驱动程序限制,无法将STEM应用程序移植到Windows 10 S.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
10-26 17:49