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

Chars lost in Receive #60

Open
habazut opened this issue Aug 8, 2021 · 1 comment
Open

Chars lost in Receive #60

habazut opened this issue Aug 8, 2021 · 1 comment

Comments

@habazut
Copy link

habazut commented Aug 8, 2021

This is the debug window:

[SEND]s

[RECEIVE] p1
[RECEIVE] DARD_MOTOR

[RECEIVE] _SHIELD G-50fcbc0

This is what I see in the web console:

<s>

commandController.js:86 [RECEIVE] <p1>
<iDCC-EX V-3.1.6 / MEGA / STAN
commandController.js:86 [RECEIVE] DARD_MOTOR
commandController.js:86 [RECEIVE] _SHIELD G-50fcbc0>

Looks to me the receive stream is digested in chunks which do not align with the messages (that's ok) but that makes that some chunks don't make it to the debug window (not ok).

I guess that when

<p1><iDCC-EX V-3.1.6 / MEGA / STAN

comes in too much is discarded and not concatenated together with

DARD_MOTOR

and

_SHIELD ....

Harald.

@ManiAkasapu
Copy link
Member

@FrightRisk Please look.

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

No branches or pull requests

2 participants