rbei-etas / busmaster

BUSMASTER is an Open Source Software tool to simulate, analyze and test data bus systems such as CAN. BUSMASTER was conceptualized, designed and implemented by Robert Bosch Engineering and Business Solutions (RBEI). Presently it is a joint project of RBEI and ETAS GmbH.
http://rbei-etas.github.com/busmaster/
GNU General Public License v3.0
932 stars 495 forks source link

LIN SCHEDULE #803

Open tuyenvquang opened 9 years ago

tuyenvquang commented 9 years ago

How does a slave know when it should receive a message? Does it process in the driver of BusMaster or in the driver in hardware?

hfabian commented 9 years ago

in the frame header is an ID. If the ID from the master node is the same of your slave node, your slave can send the data.

Should BusMaster simulate the master or the slave node?