Open RobertK66 opened 2 years ago
Can you then please share the tool that you use to readout binary debug messages ?
Please one line code example on how to print as app/str event ( I think you already did it)
You can find the latest 'release' here: https://github.com/RobertK66/embedded-toolbox/releases A release can be used with the provided download without IDE from command line. (Should work both in windows and in linux ...)
This is - as mentioned - my 'experimental Stuff' playing around with dotnet. You can try to build from sources with any DOTNET IDE. I do use Visual Studio (classic) and not 'Visual Studio Code". But it should be possible to build with either .....
If you use the binary downloaded version you can adapt the UART settings in appsettings.json file. There you also find the definition of OBC events (from the time of that release). If you use already coded/used types (uint8/uint16 usw.) you should be able to adapt this config to reflect new events / modules coded in OBC.....
I plan to make synchronized releases with OBC releases (only radtest was different because of our 'raw string decission ;-)) once we have your code in develop ;-)
At least remove the usage of the deb_print_pure_debug() function and replace with 'STR' or 'RAW' event.
But in the end the Thruster module should provide a binary event API. See e.g. this output: