dscDIOOutputByte()

byte dscDIOOutputByte(short board, byte port, byte digital_value);

Sends a BYTE to a given digital output port.

Name

Description

board

The handle of the board to operate on

Port

Selected output port

digital_value

The value to write to the digital output port; range is 0-255

Return Value

Error code or 0.

Last updated