![EVOC PCI-16P16R Manual Download Page 23](http://html.mh-extra.com/html/evoc/pci-16p16r/pci-16p16r_manual_2446412023.webp)
Low-level Programming
-17-
16 corresponding relay output channels.
For example:
In Basic Language:
OUT (BASE, abc)
In C Language:
Outp(BASE, abc);
The value of
abc
should be between 0 and 255. The status of
the relay output can be monitored by reading back the BASE
byte as show below:
In Basic:
STATUS = INP (BASE+02)
In C Language:
Status = inp (BASE+02)