Click or drag to resize

SRECFirmwarePackageConvert Method

This method will convert a SREC record into a HID feature report for use by the firmware updater built into JPX. The ST1500 series devices require that firmware updates be in fixed length pages aligned to a particular page length. This means that the sparse SREC records need to be aligned to the correct page buffers and sent along page-by-page instead of update by update.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public void Convert()
See Also