2021-11-14 12:54 PM
Hi everyone,
I am trying to create a windows pc app to talk to the STM32WB board using the dongle.
I want to run some scripts, e.g., write to characteristic, connect, read an etc.
I saw that STM32CubeMonitor-RF can already run scripts via some text files. I wonder if it is possible to run the script text file from the CLI, or better talk to the dongle via some sort of .dll interface. The second would the preferable way .
Thanks
Solved! Go to Solution.
2022-03-31 04:16 AM
Hello @Community member
STM32CubeMonitorRF can run only text script in a proprietary syntax. It cannot be used through CLI
We are currently studying the feasibility of running script from CLI or through other external way like Python.
2022-03-31 04:16 AM
Hello @Community member
STM32CubeMonitorRF can run only text script in a proprietary syntax. It cannot be used through CLI
We are currently studying the feasibility of running script from CLI or through other external way like Python.