diff --git a/README.md b/README.md index dc377f6..e57d149 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,7 @@ Die App erscheint als Icon in der Windows-Taskleiste (System Tray). Kein Hauptfe | 9.1 | **Host Command**: URL/Programm öffnen wenn Board-Taste gedrückt | 🔲 TODO | | 9.2 | Eigenes **Tray-Icon** (aktuell: Windows-Standard-Icon) | 🔲 TODO | | 9.3 | **Fader/Potentiometer**-Unterstützung (3× ADC-Achsen auf Board vorhanden) | 🔲 TODO | +| 9.4 | **Profile**: mehrere Tastenbelegungen speichern und wechseln | 🔲 TODO | --- @@ -191,6 +192,10 @@ PC sendet: CMD_MACRO_BEGIN (0x20, Chunk-Anzahl = 43) Board sendet: EVT_MACRO_ACK (0x95) ``` +### Kommunikationsprotokoll + +Das vollständige Protokoll (alle Command- und Event-IDs, NVM-Layout, Paketformat) ist in [VersaMCU/README.md](../VersaMCU/README.md#serial-protokoll-8-bytes-fixed) dokumentiert. + ### Bekannte .NET-Eigenheiten | Problem | Lösung |