c337b6e50e
hwapi::onCCWakeGpioChanged():
...
start implementation of slot for fileSystemWatcher.
Seems to be enough to start only the modem, as the cc-terminal
is connected to the modem.
2024-11-07 14:14:58 +01:00
821a6e63bf
Connect fileSystemWatcher.
2024-11-07 14:14:25 +01:00
3e7f71899c
loadRecDataFromFrame():
...
Move coinAttached from error-state to normal debug output.
2024-10-21 16:16:26 +02:00
1cc14e9a4c
Add some debug out-put (in error case).
2024-10-17 12:41:31 +02:00
5c9578ebef
Minor: debug output (commented out)
2024-10-17 12:40:37 +02:00
b024e34b82
writeToSerial():
...
Write to serial line in one call as before.
2024-10-16 13:21:33 +02:00
8714071a30
loadRecDataFromFrame():
...
When reading next message, check readCount + 1 == writeCount. If not, there
must be something wrong: ignore this message and set readCount <- writeCount.
2024-10-16 13:06:07 +02:00
87bc5b5c1e
writeToSerial():
...
Always write next message. Set writeCount. Clear() serial line before sending.
Flush() serial line after sending.
2024-10-16 13:03:20 +02:00
ca2d9e1b5a
Minor: added debug output in error case
2024-10-15 12:45:38 +02:00
4c770349bf
removed waitForBytesWritten()
2024-10-15 12:44:56 +02:00
209132054f
Added sanity check if there is a command active but no data can be read on the serial line
2024-10-15 10:51:20 +02:00
0f7ab3c71c
Minor: adding comments
2024-10-15 10:49:30 +02:00
08bb513c7b
Minor: set recBuf to a definite value
2024-10-15 10:08:11 +02:00
36a8f07069
Pass "this" as parent
2024-10-15 10:07:29 +02:00
900b0ef952
loadRecDataFromFrame():
...
Read last message if only one command to device controller is active.
Otherwise assume that the data is obsolete. Trigger the sending
of a known test-response to find new valid data-stream.
2024-10-15 10:04:40 +02:00
26a11e6c56
writeToSerial():
...
Only write to serial interface if no current command has been
sent to DC already.
2024-10-15 10:00:34 +02:00
4e58fbe4e1
Add plausibility check for inserted coins
2024-09-26 11:48:39 +02:00
647dc9fe4b
Handle: valid data problem while start with coin attached:
...
Enable command 30 also during sell
2024-09-26 11:45:10 +02:00
492d30aaf0
Fix: T.S.: set DCdataValid
2024-07-24 17:33:38 +02:00
b0e55d8ea4
Add collected changes from T.Sax
2024-07-04 14:01:43 +02:00
bed98c2c0e
Fix: reset 'lastInsertedAmount' ...
...
affects direct coin input / cash-payment.
2024-05-22 12:54:00 +02:00
3612fc28ee
bugfix: banknotes have been summed with the coins. Now they are handled separately.
2024-03-21 15:55:50 +01:00
c59de6cad8
bugfix: banknotes have been summed with the coins. Now they are handled separately.
2024-03-21 15:54:58 +01:00
3486c4ccaf
Added cash_isCollectionStarted()
2024-03-14 15:17:40 +01:00
ea462ba5c8
call gpi_storeDI_CoinAttach to speed up coin attach detection
2024-03-14 15:16:27 +01:00
7abe8ae419
Libraries: remove dependency to gui/widgets
2024-03-02 12:15:15 +01:00
9cac6a6461
Added comment for std::atomic<bool>::exchange()
2024-02-21 10:46:34 +01:00
aa10d3b275
Add atomic<bool> variable m_coinAttached to check for state change:
...
send signal runProc_coinAttached only if state changes from false true.
2024-02-21 10:39:03 +01:00
790c2fd031
add coin-attach signal
2024-02-19 15:59:41 +01:00
ad84464bf4
Merge branch 'pu/FixGetDeviceConditions' of https://git.mimbach49.de/SiegfriedSiegert/DCLibraries into SiegfriedSiegert-pu/FixGetDeviceConditions
2024-02-06 09:55:38 +01:00
69d0420e7d
sys_restoreDeviceParameter() check size of struct T_devices
2024-02-06 09:39:21 +01:00
9b2433c2cd
Fix: check size of struct T_devices
2024-02-05 17:36:53 +01:00
Thomas
c5054fe4a0
removed lines for turning so-file into executable binary
2024-02-01 15:01:18 +01:00
02f15421ba
Add sources for download/reporting thread
2023-12-20 17:06:37 +01:00
760f4018b5
Merge branch 'master' of https://git.mimbach49.de/GerhardHoffmann/DCLibraries
2023-12-20 16:52:13 +01:00
a344ba1b7d
Add implementations for helpers for downloading device controller.
...
NOTE : They are not called at the moment.
2023-12-20 16:50:50 +01:00
490fdd9209
Minor: add some debug output (versions, build times)
2023-12-20 16:50:23 +01:00
0c417c6940
Add headers for download/reporting thread.
2023-12-20 16:50:00 +01:00
54993ac592
Test for commit.
2023-12-18 12:28:43 +01:00
2c67638c34
Add some debug output in case the dc-data-valid flag is reset to false.
2023-12-18 12:12:30 +01:00
e7538ae5df
Set compiler check: make sure MASTER and SLAVE defines are not set at the same time.
2023-12-18 12:11:45 +01:00
16b6ea8087
Add COMPILER-CHECKS: datif is only valid inside the master-lib.
2023-12-18 10:41:56 +01:00
9bdc08f6fc
no change
2023-12-16 09:39:51 +01:00
a3bc3d53cd
diagnosis
2023-12-16 09:39:36 +01:00
9971b7ac2e
diagnosis
2023-12-16 09:38:29 +01:00
8163be5022
Fix: correct order of steps in cash_paymentProcessing (NOTE: not compatible with Szeged at the moment.
...
This will require an update of the firmware device controller).
2023-12-08 12:02:25 +01:00
1fdbf3b9ca
Minor: add some comments.
2023-12-08 11:58:55 +01:00
27c0aa56ee
Prepare new implementation of downloading the bootloader.
2023-12-06 14:45:22 +01:00
6377c6c18f
Include previous main for windows.
2023-12-06 14:42:57 +01:00
e906213441
Change as for cash_cancelPayment().
2023-12-06 14:37:37 +01:00