Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check Sendcommand #268

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Check Sendcommand #268

wants to merge 2 commits into from

Conversation

Devirex
Copy link
Contributor

@Devirex Devirex commented Jan 30, 2023

Solange das cmdNo auf 255 steht (da das Sendcommand nicht mit S anfängt) wird der pointer bis zum ersten ';' verschoben. Wenn sich bis dahin cmdNo nicht ändert wird weiter gesucht. Solange sich cmdNo nicht ändert wird die Nachricht als korrupt angesehen und nicht gesendet.

Solange das cmdNo auf 255 steht (da das Sendcommand nicht mit S anfängt) wird der pointer bis zum ersten ';' verschoben. Wenn sich bis dahin cmdNo nicht ändert wird weiter gesucht. Solange sich cmdNo nicht ändert wird die Nachricht als korrupt angesehen und nicht gesendet.
@sidey79 sidey79 linked an issue Jan 30, 2023 that may be closed by this pull request
@sidey79
Copy link
Contributor

sidey79 commented Jan 30, 2023

Ich habe es grob verstanden. Seltsam ist, dass ich nie eine Suche nach dem Start des Kommandos eingebaut habe. Das wundert mich. Alles was vorher steht, kann man ja ignorieren.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Endlosschleife bei Sendcommand
2 participants