canoe - Send Message/ Inject a message with CAPL -


i new in canoe, , capl language. want ask you: how can send message capl on network of ecu's. example: want send hex number( question ecu) , after want see response of question.

i don't know if clear but, if have answers grateful.

you can use given below,

variables {     message bcmmsg01 msg_bcmmsg01; // declaration of message variable }  on key 'z' {   msg_bcmmsg01.c_autolockcmd = 3; // assign value message   output(msg_bcmmsg01); //send message can bus } 

hopefully clarified question. let me know if need more clarification.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -