Nuvo-2400
User’s Manual
Copyright © 2015 Neousys Technology Inc. All Right Reserved.
Page 81 of 81
6.3.2.7 DOWritePortChecked
Syntax
void DOWritePortChecked(WORD value);
Description
Write the entire isolated digital output port (8 channels) and check it has been done.
Note that this function is not returned until the write value has been checked the
same with the device registry.
Parameter
value
WORD value specifies the status of the DO port. Valid values are 0~255.
Return Value
None
Usage
WORD DOPortValue=0XFF; //11111111b
DOWritePortChecked(DOPortValue); //write DO port as 11111111b