你能为USB设备创建自己的驱动程序吗? [英] Can you create your own driver for a USB device?

查看:50
本文介绍了你能为USB设备创建自己的驱动程序吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我最近学过C ++和C#。也就是说,我已经学过课程来理解它们的基础知识,现在想开始将它们用于专业工作。我已经说过我想接受一些项目,这些项目促使我学习更多关于这些庞大的编程
语言的知识。我有一个硬件设备名称Griffin PowerMate。它是一个USB旋钮/滚轮,可以帮助控制计算机。出于某种原因,它在Window 7,10上没有很好的支持。它确实有Window XP和Vista的驱动程序。我不能让这个
设备在Windows 10中做我想要的。但是,在Mac计算机上,驱动程序是最新的,并且我想要的是b b b 所有。所以,对我而言,这证明了我在Windows方面的需求是可能的。是否有可能认为如果没有公司的SDK,我可以使用C ++甚至C#来为这个设备创建驱动程序?我意识到这是一个Visual Studio
论坛。但是,我认为有资格回答这个问题的人会在这里。谢谢


I have recently learned C++ and C#. That is, I have taken courses to understand the basics of them and now want to start using them for professional work. I have said I want to take on projects that push me to learn a lot more about these vast programming languages. I have a hardware device name Griffin PowerMate. It is a USB knob/wheel that can be helpful controlling a computer. For some reason, it does not have great support on Window 7, 10. It does have a driver for Window XP and Vista. I cannot get this device to do what I want in Windows 10. However, on a Mac computer, the driver is up to date and does everything I want. So, to me this proves what I want on the Windows side is possible. Is it likely to think that without an SDK from the company I could use C++ or even C# to create a driver for this device? I realize this is a Visual Studio forum. However, I think the person qualified to answer this would be here. Thanks

推荐答案

你将需要能够阅读文档,包括能够找到它。

For something as technical as that you will need to be able to read the documentation and that includes being able to find it.

我多年前写过一个设备驱动程序。当我开始时,我对Windows和Windows编程一无所知。互联网无法获得帮助。我阅读了Microsoft手册和其他手册,我做到了。

I wrote a device driver many years ago. When I started I knew nothing about Windows and Windows programming. The internet was not available for getting help. I read the Microsoft manuals and other manuals and I did it.

以下是要查看的页面,但不仅仅是页面;许多子页面和链接也是相关的。

The following are pages to look at, but not just the page; many of the sub-pages and the links are relevant too.

  • Device and Driver Technologies
  • Getting started with Windows drivers
  • Windows Driver Kit (WDK)


这篇关于你能为USB设备创建自己的驱动程序吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆