Owner`s manual
MR4800E Owner’s Manual
50
update
Parameters: [Pathname {Device}]
Description: Updates the controller and modem firmware. The update command allows you to flash
firmware into both the controller and the modems. Controller firmware must end with a .HXC
extension. Modem firmware must end with a .HEX extension. The firmware files must reside on the
A:\ or B:\ drives of the controller. Update by itself views modem progress.
Note: Files will normally be transferred to the system using FTP.
Security: Supervisor
Limitations: Controller firmware must be stored on the B:\ drive because of the file size.
Example:
[3] update 28mr114.hex 2a:2c
Update Started
[4] A:\MMM # update
Percent Done = 59%
2a Updating
` 2b Updating
2c Updating
[14] B:\MMM # update rel312.hxc
Percent Done = 68%
upload
Parameters:
Pathname
Description: Upload a file to the MR4800E. The upload command allows you to move a file onto the
MR4800E. Binary files can be uploaded by first converting them to ASCII on the host system. The
format for the data is one or more lines of hexadecimal data up to 80 characters in length, where
each hexadecimal value is surrounded by a left and right square bracket (e.g., [2b][3c]...[1c]). When
the file is done being uploaded, press Esc or Ctrl-D to complete the upload.
Note:
Files will normally be transferred to the system using FTP.
Security: Supervisor
Limitations: Only ASCII files can be uploaded. This command does not support flow control, so the
files should be uploaded using an ASCII file transfer with a 1 millisecond delay between lines.
Example:
[0] A:\MMM # upload mr4800.db
...data uploaded here...
2192 byte(s) written to 'mr4800.db'
[1] A:\MMM #