User`s manual

350 digi.com
The necessary files are
included with Dynamic C.
They are: the executable
(Rfu.exe), the cold loader,
the pilot BIOS, and a file used
to determine information about
the memory device being used.
The default files used for the
cold loader, etc., can be seen by
selecting “File Locations...”
from the Setup menu.
Rfu.exe and its ancillary
files are freely distributable.
The RFU communicates with
the target using either a serial
or a TCP/IP connection. The
serial connection requires a
programming cable. The
TCP/IP connection requires
either a RabbitLink board or a
RabbitSys-enabled board.
There is also a command line version of the RFU. On the command line specify:
clRFU SourceFilePathName [options]
where SourceFilePathName is the path name of the .bin file to load to the connected target. The
options are as follows:
-s port:baudrate
Description: Select the comm port and baud rate for the serial connection.
Default: COM1 and 115,200 bps
RFU GUI
Equivalent:
From the Setup | Communications dialog box, choose values from the Baud
Rate and Comm Port drop-down menus.
Example: clRFU myProgram.bin -s 2:115200