Board index » delphi » Hardware Interrupt

Hardware Interrupt

Hi All,

How can I handle hardware interrupt in Delphi ?

Cheers

claudio.troy...@br2001.com.br

"In Dog We Trust"

 

Re:Hardware Interrupt


Claudio,

For Delphi 1 use WinDOS unit from BPW 7.0
(SetIntVec() and (GetIntVec)

For Delphi 2 under Win95 take freeware TVicHW32 component
(hwport95.zip on DSP).

For Delphi 2 under both Win95/NT look
http://www.entechtaiwan.com/tools.htm

Regards,
Victor Ishikeev

On Sat, 24 May 1997 16:17:13 GMT, claudio.troy...@br2001.com.br

Quote
(Claudio Troyano) wrote:
>Hi All,

>How can I handle hardware interrupt in Delphi ?

>Cheers

>claudio.troy...@br2001.com.br

>"In Dog We Trust"

Other Threads