作者meltice (三亿两千万大散户)
看板Programming
标题Re: [问题] 关於GPIO(General Purpose I/O)
时间Tue Sep 12 23:37:29 2006
※ 引述《ashin42 (second)》之铭言:
: 我有一台嵌入式系统,是灌windows xp pro
: 想要用到上面的GPIO (General Purpose I/O)
: Windows好像把它限制住 没有办法开启和使用
: 请问要如何解除保护限制
看看有没有用...
http://www.geekhideout.com/iodll.shtml
As mentioned, a kernel mode driver can do whatever it wants.
The implication here is that if another kernel mode driver shut off
application access to the I/O ports, it should be possible for
another kernel mode driver to turn it back on. This is where IO.DLL
enters the picture.
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 203.204.133.140
※ 编辑: meltice 来自: 203.204.133.140 (09/12 23:49)
※ 编辑: meltice 来自: 203.204.133.140 (09/12 23:51)