I have a rather basic need to pass strings in between the cores via RPC, which actually represent a JSON. I know those changes are probably meant in other ...
For remote control projects, a text-based serial protocol is often used. In the code for the receiver, switching to the corresponding commands can be done with switch...case in an elegant way. However ...