RealDash_CAN_2way

I want to transfer the value “OTHER” - >> “App Started” from RealDash to Arduino. How do I correctly specify this in RealDash_CAN_2way.ino? And is it necessary to somehow indicate the value in the .xml file? Thanks!

Yes, you need to specify this value in XML file. App Started value id is 86. Then you can use actions to write the value to the receiving device.

If you want to update the value all the time, specify writeInterval=“1000” after frameId, where 1000 is interval in milliseconds to write the frame to receiver.