Specifications

© 2010 Cypress Solutions Complete Manual: CTM-15X Firmware 1.3.0
Open CTM (Revision D)
98
Command Reference
Examples:
1. Set the PAD escape guard time to 4 seconds
cmd padesct 4
OK
2. Query the current PAD escape guard time
cmd padesct
cmd padesct 3
OK
A cmd save is required for this command to take effect.
See also: pad, padecho, padesc, padfwdc, padfwdl, padfwdt, padip, padmode, padport, padreset, padsvct
return to list of commands
padfwdc x r
Sets the PAD forwarding character and to remove the forwarding character before forwarding the packet
(optional). Default forwarding character = 13 (ASCII <enter>), default forwarding character removal
disabled.
x = 0 padfwdt or padfwdl will invoke sending the packet
x = 1 to 255 PAD forwarding character representing an ASCII character.
r = 0 Do not remove the forwarding character before forwarding the packet (default)
r = 1 Remove the forwarding character before forwarding the packet
If the r parameter is omitted, it is considered to be 0. The current PAD forwarding character can be
queried by using the padfwdc command without parameters
Examples:
1. sets the PAD forwarding character to ASCII <space> and do not remove the forwarding character
before forwarding the packet
cmd padfwdc 32 0
OK
2. sets the PAD forwarding character to ASCII <space> and remove the forwarding character before
forwarding the packet
cmd padfwdc 32 1