Click or drag to resize
ISTSeriesDeviceDownloadFirmware 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.

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

Parameters

filePathName
Type: SystemString
The directory path and file name of the specified firmware file
Exceptions
ExceptionCondition
STDeviceNotOpenedExceptionif the device is not opened
FileNotFoundExceptionif download file is not found
Remarks

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.

See Also