Back Previous Next


Linguist comms package - write

Syntax:

   write {value} to {port}

Keyword handler:

   linguist.comms.keyword.CKWrite.class

Runtime handler:

   linguist.comms.handler.CHWrite.class

Function:

This command writes a value to an open port.

Example(s):

   write "Acknowledged" to COM2


Back Previous Next