I recently started developing a LIN-Master Script for communication with our LIN-Device.
I've attached a working test-script (please enable attaching .sh files in this forum).
Master Data is sent out on FrameID 32, Slave Data should be received on Frames 33-38.
I can confirm the functionality by attaching a logic-analyser: our device writes the Slave Data into the correct frames.
My problem is that I cannot retrieve this data from the scheduled frames.
I tried
Code: Select all
./lin get sfe
How do I implement this?
Thank you in advance!
- David