History of MembersPage/HendrikS
Older Newer
2017-03-01 11:07:18 . . . . catv-80-98-142-196.catv.broadband.hu [TF(A0) example]
2017-03-01 10:40:43 . . . . catv-80-98-142-196.catv.broadband.hu [AIM or TF]
2017-02-23 07:37:10 . . . . HendrikS [added final question]
2017-02-23 07:34:59 . . . . HendrikS [added question on SIPR]
2017-02-23 07:29:35 . . . . HendrikS [add content]


Changes by last author:

Changed:
I'd like to gather some data from the ECU via a serial connection. It works fine with the broadcast format, but I have trouble with SIPR.
I'd like to gather some data from the ECU via a serial connection.
Changed:
You state "On startup the ECU can switch to the SIPR protocol by sending the command 'Mas'." What is this "Mas"? Is this a certain byte?
----

AIM (broadcast format)

Changed:
Can you provide an example in C?
* Enable in VEMS ECU configuration

* See BroadcastDatastreamAim

** GenBoard/UnderDevelopment/FirmwareChanges 1.2.35 fw entry

* via 1st serial is easier (also works with old fw, but not available when VemsTune is connected: may or may not be acceptable depending on the application).

5 byte packets, (aligned to 0xA3, although A3 is weirdly not the first byte, see the AIM-serial/RS232 specs)

----

Triggerframe format is supported

* SIPR ("Mas") might not be supported in recent firmwares.

* TF(A0) == $7e$a0$bf$38$7e

=> response 0x20 type, and the beginning of the frame are the (appr 76byte) runtime values exactly same as in comm.c and offsets specified in vemstune config/*.ini (vemstune displays all runtime data from these).

Can you provide an example in C?

Sending a TF (send+receive) example in Perl via other channel.