-
Hello, I have the following sequence diagram sequenceDiagram
participant M as PC (Maître)
participant E as ATmega16 (Esclave)
rect rgb(200, 255, 200)
Note right of M: Cas normal
M->>E: TEMPERATURE\n
E->>M: VALEUR XXX\n
Note right of E: XXX = valeur entre -99°C et +999°C
M->>E: OK\n
end
rect rgb(255, 220, 220)
Note right of M: Cas d'erreur
M->>E: Commande non valide\n
E->>M: ERROR\n
Note over M: Recommence<br/>la procédure
end
Note over E: Retour en attente d'une nouvelle requête
I would like to have I can't escape sharp character (or I don't know exactly how to proceed. Some help will be nice. I ever tried Best regards |
Beta Was this translation helpful? Give feedback.
Answered by
SnowCait
Apr 8, 2025
Replies: 1 comment
-
It may have already been solved, but for those who encountered the same problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
s-celles
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It may have already been solved, but for those who encountered the same problem.
#35;
is the solution.https://mermaid.js.org/syntax/sequenceDiagram.html#entity-codes-to-escape-characters