Deklarationen für ext. Programm
Declare Function PortOut Lib PortIO32" _
(ByVal port As Integer, _
ByVal daten As Integer) As Integer
Declare Function PortIn Lib PortIO32" _
(ByVal port As Integer) As Integer