-
-
Notifications
You must be signed in to change notification settings - Fork 896
Allow sending multiple commands in one serial transmission #400
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
Conversation
E.g. "1;2;1;0;2;1\n1;11;1;0;2;1\n1;1;1;0;2;0\n1;2;1;0;2;0\n"
Where i can see release for this feature? I need to reсive multiple command in one message. What possible max lengt for one message (multiple command message)& |
Core tests successful. |
Is it correct that this code will not be executed if you returning true after finding first '\n'?
It seems that it would be more correct to call |
Very true! Good catch. I'll update. TEAM: NO MERGING OF THIS YET. |
Core tests successful. |
Great! We have already encountered this opportunity yesterday. Packets sent to the node "cut". We will try this fix tomorrow |
@henrikekblad sorry, but seems like your fixed version contains logic error. Protocol will hang up on first invalid message (for example, if message parameters count is < 5). In this case |
Thanks, just can't seem to get things right today ;) |
Core tests successful. |
…mands-serial Allow sending multiple commands in one serial transmission
E.g.
"1;2;1;0;2;1\n1;11;1;0;2;1\n1;1;1;0;2;0\n1;2;1;0;2;0\n"