-
Notifications
You must be signed in to change notification settings - Fork 2
MOXAUTIL command
Dominic Oram edited this page Jul 5, 2019
·
4 revisions
Wiki > The Backend System > Useful tools > Moxa Utils
The moxautil
command will allow you to control a moxa box in a limited way. Type:
moxautil.exe --help
for full details. Examples are:
moxautil.exe --ip=130.246.49.42 --resetserver --password=themoxapassword
to reboot the server or
moxautil.exe --ip=130.246.49.42 --alive
To check an IP is alive and really a moxa.
The command also supports interrogating individual ports:
moxautil.exe --ip=130.246.49.42 --port=1 --resetport --password=themoxapassword
and
moxautil.exe --ip=130.246.49.42 --port=1 --status --password=themoxapassword
Unfortunately these do not work unless the the COM port in "TCP server" mode. We normally run in "real com" and may also run in "RFC2217".