StartCommunication

<< Click to Display Table of Contents >>

Navigation:  Reference (Scripting) > Docklight Script Commands - The DL Object > Methods >

StartCommunication

Opens the communication port(s) and enables the data transfer. This corresponds to the Docklight menu Run > play Start communication

 

Return Value

 

Void

 

Syntax

 

DL.StartCommunication

 

Remarks

 

The methods SendSequence, WaitForSequence and UploadFile will automatically open the communication port(s), if they have not been opened before by using the StartCommunication method.

 

See also StopCommunication.