Deditec USB-TTL-32 데이터 시트

다운로드
페이지 58
DELIB API reference | Seite
46
4.5. Setting Digital outputs
4.5.1. DapiDOSet1
Description
This is the command to set a single output.
Definition
void DapiDOSet1(ULONG handle, ULONG ch, ULONG data);
Parameters
handle=This is the handle of an opened module
ch=Specifies the number of the output to be set to (0 ..)
data=Specifies the data value that is to be written (0 / 1)
Return value
None