This tutorial shows how data will be sent in a eTrice model. Within the example you will create two actors (MrPing and MrPong). MrPong will simply loop back every data it received. MrPing will send data and verify the result.
You will perform the following steps:
create a new model from scratch
create a data class
define a protocol with attached data
create an actor structure
create two simple state machines
build and run the model