Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
message 0x100 msg = {dlc = 2, word(0) = 0x1234}; on key '1' { write("sende via CAN 1"); msg.CAN = 1; output(msg); } on key '2' { write("sende via CAN 2"); msg.CAN = 2; output(msg); }