Private Declare Function Out8255 Lib "c:\windows\8255.dll" (ByVal
portaddress As Integer, ByVal portdata As Integer) As Integer
Private Declare Function In8255 Lib "c:\windows\8255.dll" (ByVal
portaddress As Integer) As Integer
Private Declare Function timeGetTime Lib "c:\windows\SYSTEM\winmm.dll"
() As Long
THEM things there... in that location on the hard drive..
8255.dll changes the port state pins.. not really needed..
Timegettime is a microsecond timer call to read the ports..
THEN the ports.. I forget how I call them..