开发USB设备驱动程序的步骤
我也安装了 Windows DDK 和调试视图。 请指导我为 USB 记录器设备编写 USB 驱动程序。 如果有人可以提供描述整个流程 4 驱动程序开发的通用示例代码..?? 我需要知道流程/顺序,以便我可以根据我的设备开发驱动程序。
i have installed Windows DDK and debug view too.
please guide me for writing USB driver for a USB logger device.
if anyone can provide a generic sample code which describes the overall flow 4 driver development..??
i need to know the flow/sequence so tat i can develop the driver as per my device..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您正在尝试做一些非常复杂的事情,这里的简单答案只会让您开始...
You're trying to do something really complicated a simple answer here will only get your started...
您需要阅读完整的 Microsoft 文档,了解“开发、测试和部署驱动程序”,网址为:
https://learn.microsoft。 com/en-gb/windows-hardware/drivers/develop/creating-a-new-driver。阅读、理解和创建无问题的工作代码需要时间。但是,这是您唯一的选择。
You need to read the complete Microsoft's documentation for "Developing, Testing, and Deploying Drivers" available at
https://learn.microsoft.com/en-gb/windows-hardware/drivers/develop/creating-a-new-driver. It will take time for reading, understanding and creating issue-free working code. But, this is the only option you have.