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

Back to back responses showing an ending bracket #55

Open
FrightRisk opened this issue Mar 9, 2021 · 0 comments
Open

Back to back responses showing an ending bracket #55

FrightRisk opened this issue Mar 9, 2021 · 0 comments
Labels
Bug Something isn't working as designed needs-investigation

Comments

@FrightRisk
Copy link
Member

type the "c" command get a current report and you get this:

RECEIVE] c CurrentMAIN 0 C Milli 0 1997 1 1

[RECEIVE] 997 a 0>

It is splitting the first command partway through the second "1997" and then including a closing bracket. Should we display the brackets?
This seems related to how the parser is breaking up lines. This should either be one line or perhaps 2. If we include the brackets, it would look like this:
RECEIVE] <c CurrentMAIN 0 C Milli 0 1997 1 1997>

[RECEIVE] <a 0>

@matt-vdv matt-vdv added Bug Something isn't working as designed needs-investigation labels Mar 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working as designed needs-investigation
Projects
None yet
Development

No branches or pull requests

2 participants