用delphi如何实现在32位系统下直接输入输出口的操作?(200分)

  • 主题发起人 主题发起人 蒋劲刚
  • 开始时间 开始时间

蒋劲刚

Unregistered / Unconfirmed
GUEST, unregistred user!
各位高手,有人知道delphi如何实现在32位系统下直接输入输出口的操作吗?
有没有这样的控件?
有没有这种vxd能用来驱动任意一个输入输出口?
注:不要用ddk
谢谢!
 
当然可以在delphi中用汇编来直接I/O的操作了!
象:
asm
mov dx,port
in al,dx
mov result,al
end;
asm
mov dx,port
mov al,value
out dx,al
end;
根据需要可将al改为ax
用VxD更没问题,现在编VxD几乎没人用DDK,
较多地是用VToolD。
你可试试drivestudio, 包括了编VxD所需的所有东西,非常方便。
 
http://www.geocities.com/capecanaveral/9646/baioport.zip
用这个控件吧! 下面是DSP的介绍:
A Non-visual component for reading and writing to I/O Ports,
including Serial/Parallel ports and the computers internal speaker. (ver.
Current, added 6/26/98, updated 8/2/98)


可以对任何端口进行读写
我用过了,还可以.
要是下不到,我邮给你.
 
推荐用tvichw32,非常棒!
3.0版有490K,需要的话我可发给你。
 

IOPort 2.0
==========

Copyright (c) 1998 Erik Salaj

IOPort is component for Inprise Delphi 3, Delphi 4 and C++ Builder 3,
which enables direct access to hardware ports in Windows 95, Windows 98
and Windows NT 4. Through properties Port, PortByte, PortWord and PortDWord
enables read and write bytes, words and doublewords from/to IO ports.
New fast block data transfer methods enables to read and write megabytes
of data per second.

如果需要, mail to u.
 
多谢各位的热心帮助!
繁劳amo,cytown,mayday兄将所说的控件给我寄一份,谢谢!
mailto:kingjohn@21cn.com
 
95/98下用4.13的办法可行。NT下准备写设备驱动程序吧!NT的用户进程无权访问低级设备。
 
如果在NT下,建议看看delph32.sonic.net.cn/delphigb/default.htm
 
i am very interested of this
繁劳amo,cytown,mayday兄将所说的控件给我寄一份,谢谢!
w_xinyu@yahoo.com
 
有一个sppcomm的控件,行不行.
 
i am very interested of this
繁劳amo,cytown,mayday兄将所说的控件给我寄一份,谢谢!
Adam_love@263.net
 
AMO大侠,我也要一份,我自己下载的那个
TVICHW32转不起来,多谢
地址是:kundeng@nudt.edu.cn
 
哪位大侠有TVICHW32控件及baioport控件,能否也给我寄一份,我需编写一个485通
讯接口程序,不知用哪个控件比较好,同时能否请教一下用法。
 
w_xinyu, Adam_love, kundeng, shaowg:
不好意思,
没注意这个问题了,
已经发出,
注意收了,
如果没收到请说明一下,
amo的转信服务器经常出问题;-(

w_xinyu@yahoo.com
Adam_love@263.net
kundeng@nudt.edu.cn
shaowg@www.bjpeu.edu.cn
 
我从大富翁下载下来的SPCOMM控件不能用,不知哪位大侠是否可以给我寄一个,如
有例程更好。
 
串口通讯控件我有好几个,不知哪个适合你?
 
串口通讯的构件实在太多了,公认好的好像还是那个什么async pro,
可惜我没有,别的倒是收罗了一堆。
另外,感谢amo,那个tvichw32果然很爽,我已经开始用了,多谢多谢
 
98下可以直接操作端口, nt下不可以吧,小心的说
 
说破解了NT下的,小弟一定给高分
 
谁有TVich32的Delphi5版(Cracked) (200分)
 
后退
顶部