SysPortOutΒΆ

This function of type BOOL writes the BYTE value which is passed on by byData to that port address which is passed on by wPort. The function returns TRUE if the operation has been terminated successfully, otherwiese FALSE.

Variable Data Type Description
wPort WORD Port address of the hardware device.
byData BYTE Value to be written to the port address.