Merged project-context content from earlier

This commit is contained in:
Julian Appel 2026-03-30 19:52:06 +02:00
parent 0d6ab21733
commit 0ad7858a09

View File

@ -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 |