07-18-2005 08:40 AM
07-19-2005 05:52 PM
I haven't actually test this but ...
You should be able to use the existing 8255 Chip object and examples from the DIO-96 and just change the offsets within t8255.h. The offset for the 8255 registers on the 6025E are as follows:
portARegisterOffset = 0x19;
portBRegisterOffset = 0x1B;
portCRegisterOffset = 0x1D;
controlRegisterOffset = 0x1F;