|
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 |
|
|
d0e1be11b6
|
Added helper getSerialPort()
|
2023-04-05 14:07:18 +02:00 |
|
|
f63798727f
|
Added helper getProt()
|
2023-04-05 14:06:38 +02:00 |
|
|
898f0a4af8
|
Redeclared to return 'bool':
dc_openSerial
dc_closeSerial
dc_isPortOpen
bl_checkBL
Added enum DownloadResult.
Added dc_UpdateDC.
|
2023-04-05 14:03:01 +02:00 |
|
|
ed037b99c9
|
Aktualisiert auf Stand 29/03/2023
|
2023-03-30 08:48:46 +02:00 |
|
|
e4a2f8fce3
|
Aktualisiert auf Stand 29/03/2023
|
2023-03-30 08:44:14 +02:00 |
|
|
7f23e3ea46
|
Add updated sources of thomas.
|
2023-03-29 14:32:22 +02:00 |
|
|
a9a5210029
|
Adding header files (sax)
|
2023-03-17 11:21:55 +01:00 |
|