Zitat von
devidespe:
Herefore you could create a simple DOS application like:
Delphi-Quellcode:
program dosporttest;
uses crt, dos;
begin
clrscr;
writeln(port[$378]);
writeln(port[$70]);
readln;
end.
At least that is always my way to verify a windows based hardware near function.
Only possible if you are using a 16 bit compiler system like turbo pascal. (or - with changes in code - 32 bit windows app unter
Win9x)