Mportant, Writebinary – EXFO IQS-600 Integrated Qualification System User Manual
Page 336

COM Properties and Events
328
IQS-600
Properties
WriteBinary
Description
This method allows you to send a program
message (single command or compound of
commands) as an array of bytes into the device
input buffer.
Syntax
object.Write (BinaryArray)
Parameter(s)
BinaryArray: Required. An array of bytes
corresponding to the program message to be
sent.
Notes
Use this method instead of the Write method if
you need to send commands in binary (COM is
UNICODE).
Possible error(s)
Timeout: This error occurs if the operation could
not be completed within the allowed delay. For
information on timeout setting, see Initialize on
page 331.
I
MPORTANT
Before you retrieve data with the Read or ReadBinary methods,
EXFO recommends that you specify the format in which the
information must be returned. Details on how to correctly set the
format can be found hereafter.