Nuvo-2400
User’s Manual
Copyright © 2015 Neousys Technology Inc. All Right Reserved.
Page 79 of 81
6.3.2.5 DOWritePort
Syntax
void DOWritePort(WORD value);
Description
Write the entire isolated digital output port (8 channels).
Parameter
value
WORD value specifies the status of the DO port. Valid values are 0~255.
Return Value
None
Usage
WORD DOPortValue=0XFF; //11111111b
DOWritePort(DOPortValue); //write DO port as 11111111b