Closed raosrinu2004 closed 5 years ago
Hardware check now depends on auto-feed responce
for Hardware active status, we can check below command
To check Microphones, we use below commands: Input: 01 03 10 00 00 03 (010B) Output: 01 03 06 09B0 09B0 00C8 (63 DB)
Tried new calls
Backend 18:00:20.189 -> isHardwareConnected Backend 18:00:20.236 -> isHardwareConnected data[0] = 2480, data[1] = 2480 Backend 18:00:20.248 -> checkAutoFeedMode Backend 18:00:20.296 -> checkAutoFeedMode data[0] = 4096, data[1] = 0
Issue 1: Auto Paper Feed not getting activated/Hardware is on or not. (issue #37)
When we login and click on start button, it should verify three things in below sequence:
1-Hardware is connected (on) or not.
Command to check communication between motherboard and software: Input: 01 03 20 01 00 01 DE 0A, (DE 0A is Check summ Modbus) Output: 01 03 02 00 00 B8 44
2-RS 232 to USB connection
This is already done.
3-Auto Motor Movement Command
We have these commands also. We are already doing this in login page and giving pop up.
If any of above varification fails then software should not start.