User`s guide

WinScript Live Command Reference Page 100
Device Control Events
Built-In Events send a custom message to a specific Ethernet or serial device.
To Do This…
Use This Event…
Send a custom serial message out a port
Message Out
Create a custom string to send
Format
Message Out
Sends a custom serial message out one of the serial ports. The message is sent in the protocol
defined for that port, but the Show Controller will not wait for an ACK or other response unless a
TCP connection is required.
Event Syntax
Event
Data1
Data2
Message Out
Name of Port
Name of String Variable or Literal Message
Example #1
Event
Data1
Data2
Message Out
Port3
DataMsg
Sends (where h represents hex character):
Hello h0D
If DataMsg is:
"Hello\r"