Re:How to catch Hardware Interrupts.
Quote
Ing. Franz Glaser wrote:
> Jan Thogersen schrieb:
> > Im making my own ISA card and I dont know how to catch Hardware Interrupts
> > with Delphi.
> Hardware related programming is not clever with Delphi,
> because Delphi is made for application level programming.
> Look in the "Windows" chapter of the TP-links for TinyPort
> and similar packages, they might be helpful:
> http://www.geocities.com/SiliconValley/2926/tpf.html
> Franz Glaser
For a while I tried using a shareware package called TVicPort, for doing
standard port I/O. I know there is a larger package around also dealing
with IRQ's, DMA's etc. I think it is called HW32.
As I recall both packages were available from the same sites, as they
were both written by the same Russian guy.
Try www.graymatter.co.uk or something.
I think it was $50 for TVicPort and $100 for HW32. The evaluation
package for TVicPort worked OK, but started up with a message, that it
was not registered.
It turned out to be a bit slow for my use though.
J.Hviid