Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
自由软件杂志有一篇关于此的文章:
http://www.freesoftwaremagazine.com /articles/drivers_linux?page=0%2C0
本教程可以 PDF 格式下载。
本文介绍了自制五彩灯的 USB 驱动程序的编程。我认为它很有趣:)
http://www.linuxjournal.com/article/7353
对于更“完整”的驱动程序,我会查看“串行”驱动程序的代码(意味着连接到普通旧串行端口或 USB 端口的设备的驱动程序),因为计算机和设备之间的数据传输感觉更自然。
Free software magazine has an article about that :
http://www.freesoftwaremagazine.com/articles/drivers_linux?page=0%2C0
this tutorial is downloadable as PDF.
This article describes the programming of a USB driver for a home made multicolored light. I think its quite interesting :)
http://www.linuxjournal.com/article/7353
For more "complete" drivers, I would look at the code of "serial" drivers (meaning driver for devices connected to a plain old serial port or USB port) because the data transfer between your computer and the device feels more natural.
下面给出的链接非常适合启动 Linux 设备驱动程序学习:
http://www.linuxforu.com/tag/linux-device-drivers-series/page/2/
-Aditya-
The given below link is very good to kickstart the linux device drivers learning:
http://www.linuxforu.com/tag/linux-device-drivers-series/page/2/
-Aditya-