Skip to content
Tom Willemsen edited this page Jun 28, 2019 · 5 revisions

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 support:

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".

Clone this wiki locally