Closed RobertK66 closed 2 years ago
I checked python code with Abbas. Looks like raspery pi also logs strings received over RS485.
Therefore I added basics of thruster module to feature/issue32 in preparation for rad test
Above screentshot shows "thr_hello" string with new line 0x0A printed.
Python RS485 logger code looks for new line character and logs received line.
https://github.com/RobertK66/obc_1769_core/pull/36/commits/b528e65d41e3687d6eef9c7eddae0fb4de418f1f
Pure binary string is now printed over debug uart
commits https://github.com/RobertK66/obc_1769_core/pull/36/commits/b9389638533861848d36dbf2dfa5e87fb746c3ab and https://github.com/RobertK66/obc_1769_core/pull/36/commits/dfeef619474c3541afb312dfe89f19331ad0741e
https://github.com/RobertK66/obc_1769_core/pull/36/commits/c136f45f409a7cc939c315d0eae9fbc41af431bd
This solves previous error with
Closing this because of merge mess. Will make new one from other branch....
This is ready to be pulled to devolp but I will wait for @kodsurf to decide on the thruster branch to be pulled before .....
It sends a Hearbeat on the Debug Uart every 10 seconds. ( @AndyHilftnix: is this ok? )
I used a special module and event id so there are no 'unprintable' ASCII characters in this event binary: