Unable to change/set data in scheduled frame
Posted: Wed 14. Sep 2022, 11:51
Hello,
I want to periodically send a frame so I schedule it but on the receiving side I only get empty frames.
This is what I do:
Sending it via produces the desired result.
What am I doing wrong?
I want to periodically send a frame so I schedule it but on the receiving side I only get empty frames.
This is what I do:
Code: Select all
lin start master 19200 /dev/plin0
lin set pub-frm-entry 0x1E -d "0x0 0x0 0xF8 0xF8 0xFF 0xFF 0xFF 0xFF" -l 8 -e /dev/plin0
lin add unc-schd-slot 0 100 0x1E /dev/plin0
lin start schedule 0 /dev/plin0
lin set frm-entry-data 0x1E --data "0x1A 0xBB 0x66 0xB2 0xFF 0xDD 0xFA 0xF3" /dev/plin0
Code: Select all
linwrite -i=0x1E -b="0x0 0x0 0xF8 0xF8 0xFF 0xFF 0xFF 0xFF" -d=P /dev/plin0
What am I doing wrong?