Sending Cyton SDK commands with Brainflow ? [resolved]
Reading https://docs.openbci.com/docs/01GettingStarted/02-Biosensing-Setups/EMGSetup, it says in GUI we should disable the SRB for the channels we are doing SRB on. How do I do this in Brainflow?
Comments
Tom, hello.
The Cyton SDK contains Channel Setting Commands. Described here,
https://docs.openbci.com/docs/02Cyton/CytonSDK#channel-setting-commands
I'm not clear how these are sent through Brainflow, mentioning @Andrey1994 Parfenov, the creator of Brainflow. You can also ask Brainflow questions on their Slack, (register at below link),
https://brainflow.ai/
Regards, William
There is config_board method which sends commands to device to get command you need check link which William sent
Does this search string result, imply that config_board is only available in C++ interface? Or is it callable from other languages?
https://brainflow.readthedocs.io/en/stable/search.html?q=config_board&check_keywords=yes&area=default
All bindings have the same API, so its available everywhere. And it exists in docs(e.g. java package https://brainflow.readthedocs.io/en/stable/UserAPI.html?highlight=config_board#_CPPv4N9brainflow9brainflow9BoardShim12config_boardE6String)
Seems like string search doesnt work well with some sphinx extensions, or maybe there is another reason
Here is an addendum mentioned by Andrey today on the Brainflow Slack, regarding the ordering of the config_board call, relative to other Brainflow calls.