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
931 stars 495 forks source link

Triggered messages #1181

Open JeffreyEWright opened 6 years ago

JeffreyEWright commented 6 years ago

CANHacker allows Tx messages: periodic, triggered, and RTR. However, I don't see support for any but periodic in BusMaster? Is this feature supported (I cannot find it V3.2.2). If not, it would be a valuable add-on for a future release.

Nit2Nat commented 6 years ago

There is RTR, periodic/repeating, triggered (send/key assigned) feature. Or is the reference to something else?

JeffreyEWright commented 6 years ago

I don't see any means to add auto-triggered messages? For example, when a J1939 ACL Request arrives (EA), my CANHacker script will reply with an ACL (EE), i.e. 0x18EAFF7F --> <-- 0x18EEFF81. How can I do this with BusMaster??? Vielen Dank