Data Sheet
Ether I/O 24R Users Manual V1.1
Elexol Pty Ltd Version 1.1 Page 27 http://www.elexol.com
ELEXOL
ELECTRONIC SOL UT IONS
Command Set (continued)
Read Port B Schmitt Trigger Register
Command
Sent
ASCII
Code
Bytes Data Function
Sends the Schmitt Trigger Register value back to the
host
$b 2 -
Command
Reply
ASCII
Code
Bytes Data
$B 3 Register-Value
Operation: The Schmitt Trigger Register is read and it’s value sent back to the host.
Example:
Winsock1.SendData “$b”
Read Port C Schmitt Trigger Register
Command
Sent
ASCII
Code
Bytes Data Function
Sends the Schmitt Trigger Register value back to the
host
$c 2 -
Command
Reply
ASCII
Code
Bytes Data
$C 3 Register-Value
Operation: The Schmitt Trigger Register is read and it’s value sent back to the host.
Example:
Winsock1.SendData “$c”
Identify Ether IO 24 Units
Command
Sent
ASCII
Code
Bytes Data Function
Used to identify/find modules on the network and
send specific module information (MAC address)
IO24 4 -
Command
Reply
ASCII
Code
Bytes
Data
IO24 12 6 Bytes being the Modules’ MAC Address
2 Bytes being the Modules’ Firmware Version
Operation: This Operation is used to find modules on the network as the module will respond to this
command when broadcast. When this command is received, the Module’s Information is
sent back to the host, the module’s IP Address can be obtained from the Source Address of
the packet.
Example:
Winsock1.SendData “IO24”