Specifications
© 2010 Cypress Solutions Complete Manual: CTM-15X Firmware 1.3.0
Open CTM (Revision D)
76
Command Reference
The current mobile IP can be queried by using the mip without parameters.
Examples:
cmd mip 1 sets the MIP option to be MIP preferred
cmd mip returns the current MIP value
A cmd save is required for this command to take effect.
http://en.wikipedia.org/wiki/Mobile_IP
return to list of commands
modbusadd
This command when used without arguments is used to display all the entries in the MODBUS slave
gateway list.
Example:
cmd modbusadd displays the MODBUS list
modbusadd id nnn.nnn.nnn.nnn
This command is used when the modem is being used as a MODBUS SLAVE device.
Adds a MODBUS TCP Slave. The listening port for TCP slaves is the port number configured using
modbusport.
id = 1 to 247 MODBUS ID
nnn.nnn.nnn.nnn = 1.0.0.0 to 255.255.255.255 MODBUS slave IP address (IP address of MODBUS devices
connected to the modem's ethernet port)
modbusadd id Serial m
Adds a MODBUS Serial Slave (Added in firmware version R1.2.1)
id = 1 to 247 MODBUS ID
m = a or A ASCII transmission mode
m = r or R RTU transmission mode
Note1: The MODBUS slave gateway will use the serial port settings configured using the port command
for all serial slaves.
Note2: For MODBUS RTU configuration to function properly d = 8 must be entered for the port command.
(This configuration is in accordance with the MODBUS specification)
Note3: modbusadd will return “Invalid IP address (Sx)” followed by an “OK” if modbusadd is configured
with parameters missing or incorrect parameters. Ensure that the modbussadd parameters match those
from the above list.