如何创建硬件驱动程序? [英] How Do I Create A Hardware Driver?

查看:112
本文介绍了如何创建硬件驱动程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我不知道如何驾驶我的SIM卡端口将网络连接到我的电脑

I dont know how to drive my sim card port to bring network to my computer

推荐答案

这里有几件事:



1)C#不是我选择编写设备驱动程序的语言:垃圾收集系统不适合实时工作...... C ++更可取。

2)除非您对特定卡的内部有深入了解,否则您将无法为其编写设备驱动程序。

3)大多数制造商提供设备驱动程序(用于现代硬件)和现代操作系统)和好的,至少保持几年更新。因此,您根本不需要编写设备驱动程序。

4)设备驱动程序很复杂:您需要了解很多关于硬件的信息,以及关于操作系统的更多信息正在连接它。你问这个问题有点暗示你没有足够的经验来成功地试图在合理的时间内生产任何类型的优质驾驶员。



查看互联网或制造商网站:它会更快,更容易。
There are a few things here:

1) C# is not a language I would chose to write device drivers in: a garbage collected system is not really suitable for real time work... C++ is much preferable.
2) Unless you have intimate knowledge of the internals of your specific card, you will not be able to write a device driver for it.
3) Most manufacturers provide device drivers (for modern hardware, and modern OS's) and the good ones keep them updated for a few years at least. As a result, you shouldn't need to write a device driver at all.
4) Device drivers are complex: you need to know a lot about the hardware, and as much about the operating system you are interfacing it to. That you ask this question kinda implies that you don't have enough experience with either to be successful in an attempt to produce any kind of quality driver in a reasonable amount of time.

Look on the internet, or the manufacturers web site: it'll be quicker, and a lot, lot easier.


这篇关于如何创建硬件驱动程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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