Gerhard Hoffmann
e7723f669f
Added internal helpers for supporting dcUpdate:
DownloadResult sendNextAddress(int bNum) const;
DownloadResult sendNextDataBlock(QByteArray const &b, int bNum) const;
DownloadResult sendStatus(int ret) const;
DownloadResult dc_downloadBinary(QByteArray const &binary) const;
bool startBootloader() const;
bool stopBootloader() const;
bool openSerial(int br, QString baudrate, QString comPort) const;
bool closeSerial(QString comport) const;
bool resetDeviceController() const;
QByteArray loadBinaryDCFile(QString filename) const;
bool downloadBinaryToDC(QString const &bFile) const;
Redeclared returning "bool":
dc_openSerial
dc_closeSerial
bl_checkDL.
Added dc_updateDC(...).
2023-04-05 14:08:16 +02:00
..
2023-03-29 14:32:22 +02:00
2023-03-17 11:21:55 +01:00
2023-04-05 14:06:38 +02:00
2023-03-30 08:44:14 +02:00
2023-04-05 14:08:16 +02:00
2023-04-05 14:03:01 +02:00
2023-04-05 14:07:18 +02:00
2023-03-29 14:32:22 +02:00
2023-03-29 14:32:22 +02:00
2023-03-17 11:21:55 +01:00