update mum document

This commit is contained in:
Hosam-Eldin Mostafa 2026-04-28 23:47:17 +02:00
parent b8f52bea39
commit 0656f3a0e1
11 changed files with 6 additions and 5 deletions

View File

@ -38,12 +38,13 @@ sequenceDiagram
T->>A: connect()
A->>MM: MelexisUniversalMaster()
A->>MM: open_all(host)
A->>MM: get_device('power_out0')
A->>MM: get_device('lin0')
A->>MM: get_device(power_out0)
A->>MM: get_device(lin0)
A->>MM: linmaster.setup()
A->>PL: LinBusManager(linmaster)
A->>PL: LinDevice22(lin_bus); set baudrate
A->>PL: get_device('bus/transport_layer')
A->>PL: LinDevice22(lin_bus)
A->>PL: set baudrate
A->>PL: get_device(bus/transport_layer)
A->>MM: power_control.power_up()
Note over A: sleep(boot_settle_seconds)
A-->>T: connected
@ -59,7 +60,7 @@ sequenceDiagram
A->>PL: send_message(master_to_slave=True, frame_id=0x0A, data_length=8, data=payload)
PL->>E: header + payload (Enhanced checksum)
T->>A: send_raw(b"\x7F\x06\xB5...")
T->>A: send_raw(bytes)
A->>PL: transport_layer.ld_put_raw(data, baudrate)
Note over PL,E: LIN 1.x Classic checksum (required for BSM-SNPD)

Binary file not shown.

Binary file not shown.