UMX-TPS-TX100 series – User's Manual 92
Sending Message via the Communication Ports
The command is for sending a command message in ASCII-format. This method allows escaping the control
characters. For more information see the Escaping section.
Command and Response
Î <IP_address>:<port_no>=<message>)
Í
Example
Î
Í
The 'C00' message is sent to the indicated IP:port address.
Î
Í
The 'C00' message with CrLf (Carriage return and Line feed) is sent to the indicated IP:port address. The
Using Hexadecimal Codes section.
The command is for sending a text message in ASCII-format. This method does not allow escaping or inserting
control characters.
Command and Response
Î <IP_address>:<port_no>=<text>)
Í
Example
Î
Í
Explanation
The 'pwr_on' text is sent to the indicated IP:port address.
The command is for sending a binary message in Hexadecimal format. This method does not allow escaping
or inserting control characters.
Command and Response
Î <IP_address>:<port_no>=<HEX_message>)
Í
Example
Î
Í
Explanation
The '0100000061620000cdcc2c40' message is sent to the indicated IP:port address.
INFO: There is no need to insert a space or other separator character between the binary messages.
The command is for sending a UDP message in ASCII-format. This method allows escaping the control characters.
For more information see the Escaping section.
Command and Response
Î <IP_address>:<port_no>=<message>)
Í
Example
Î
Í
The 'C00' message is sent to the indicated IP:port address.
Î
Í
sequence indicates the HEXA code; see more information in the Using Hexadecimal Codes section.