dscDIOOutputByte

BYTE dscDIOOutputByte(DSCB board, BYTE port, BYTE digital_value);

Sends a BYTE to a given digital output port.

Name

Description

DSCB

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