ID : 685
CommObject
CommObject is the object for data communication.
Command name | Function |
---|---|
Comm.Open | Open the line for data communication. |
Comm.Close | Close the specified line for data communication. |
Comm.Output | Send data through data communication function. |
Comm.Input | Receive data through data communication function. |
Comm.Clear | Clear the receive buffer of data communication. |
Comm.Count | Return the number of bytes for data which can be read from receive buffer of data communication function. |
Comm.State | Return port status of data communication function. |
ID : 685