goToMain / libosdp

Implementation of IEC 60839-11-5 OSDP (Open Supervised Device Protocol); provides a C library with support for C++, Rust and Python3
https://libosdp.sidcha.dev
Apache License 2.0
128 stars 69 forks source link

Turn off the SCB for all messages #187

Closed hedleyd closed 1 week ago

hedleyd commented 1 week ago

*We are trying to communicate wit a PD that seems to require SCB on for BIOREAD, BIOREADR , BIOMATCH and BIOMATCHR , all other commands and replies work fine . The manufacturer of the device used the libosdp .

Question is : Where in the code can they turn off the SCB for the stated or preferably all messages and then I can advise them how to rebuild the code .