Click or drag to resize
STSeriesDeviceDownloadFirmware Method (String)Scriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/

Downloads firmware to the device. The device needs to be reset upon completion of the download.

Registering for FirmwareDownloadStatusEvent is suggested

Unplugging the device while downloading firmware will damage it.

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public override void DownloadFirmware(
	string firmwareFilePathName
)

Parameters

firmwareFilePathName
Type: SystemString
The directory path and file name of the specified firmware file

Implements

ISTSeriesDeviceDownloadFirmware(String)
ISTSeriesDeviceDownloadFirmware(String)
Exceptions
ExceptionCondition
STDeviceNotOpenedExceptionif the device is not opened
ArgumentExceptionInvalid Firmware file extension; firmware files should have a .mot extension
FileNotFoundExceptionif download file is not found
FileFormatExceptionThe Firmware file format does not conform to an S-record format
See Also