学习linux驱动

发布于 2024-08-18 05:27:57 字数 1536 浏览 9 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

失与倦" 2024-08-25 05:27:57

自由软件杂志有一篇关于此的文章:

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.

尐籹人 2024-08-25 05:27:57

下面给出的链接非常适合启动 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-

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文