Reach PoE4N Tester Manual 1.4
08/09/2017
Page 15
ERROR CHECK
Description:
The unit maintains an error flag that is set if any error message is
generated. This command reports the error flag value. A test script can
run an entire sequence of commands and check at the end to make sure
there were no errors instead of having to check on a command-by-
command basis.
Command:
err[ors]
Result:
"
1 - one or more errors have occurred; error flag
reset\r\n"
or
"0 - no errors have occurred\r\n"
HOSTNAME
Description:
Used to change the unit's prompt. This is useful in a production system
so the script knows exactly which physical unit it is talking to. Name
must be equal or less than 31 characters long
Command:
host[name] <string>
Example:
hostname myTester
This makes the unit's prompt "
myTester>
"
BAUD
Description:
Used to change the unit's baud rate. This will not take effect until the unit
power is cycled or the *boot command is issued. This is done to make
sure the baud change is acceptable.
Command:
*
baud <baudrate>
<baudrate> =
9600, 19200, 38400, 57600, or
115200
Example:
baudrate 19200
Response:
"Console baud set to 19200. Cycle power or issue
*boot to effect change.\n"