Bootloader Functions

This section describes the Bootloader functions. They are used to control and monitor the Bootloader module of a DLN-series adapter.

Actual control of the device is performed by use of commands and responses. Each function utilizes respective commands and responses. You can send such commands directly if necessary.

Function Description
DlnBootGetMode() Function retrieves current mode of your DLN-series adapter.
DlnBootEnterBootloader() Function enters the Bootloader mode.
DlnBootExitBootloader() Function exits the Bootloader mode and continues in the Application mode.
DlnBootGetFlashDesc() Function retrieves information about the device internal flash memory.
DlnBootWriteFlash() function writes new firmware into the device internal memory. This function is only available, when the device functions in the Bootloader mode.
DlnBootReadFlash() Function reads data on the DLN-series adapter current firmware. This function is only available, when the device functions in the Bootloader mode.