- 26 -
6.2.4. ZupWrite
Function
Output data to output port.
Format
Visual C/C++
long Ret;
char Buf[20];
Ret = ZupWrite(Buf);
Visual Basic
Dim Ret As Integer
Dim Buf As String * 20
Ret = ZupWrite (Buf)
Argument
Buf
:
Transmit buffer
Return value
Ret
:
End
:
0
Disconnect to device
:
2
Fault
:
Other numbers the above
Setting example
Visual C/C++
long Ret;
char Buf[20];
Strcpy(Buf, “ABC”);
// Store the data in transmit buffer
Ret = ZupWrite (Buf);
Visual Basic
Dim Ret As Integer
Dim Buf As String * 20
Buf = “ABC”
‘ Store the data in transmit buffer
Ret = ZupWrite (Buf)
Summary of Contents for ZS-6220P
Page 5: ...5 ZS 6220T ZS 6220H...
Page 10: ...10 Since there is no problem click Install this driver software Install the driver software...
Page 11: ...11 Installation of the driver is completed please click Close button...
Page 17: ...17 Since there is no problem click Continue button Install the software...