We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The serial input will appear to receive lines of > 254 bytes but does not process them correctly. See this test in tg_pytest:
/data/g2-0.99/004-specials/serial/serial.json test: "Input is 256 characters in length, including terminating LF"
This test will appear to function. The test following will fail with the residual "56" (from the ____256) appearing as the input.
The text was updated successfully, but these errors were encountered:
Improve handling of too-long lines, and up minimum buffers to 512bytes.
dcba477
Fixes #206
eff4939
No branches or pull requests
The serial input will appear to receive lines of > 254 bytes but does not process them correctly. See this test in tg_pytest:
/data/g2-0.99/004-specials/serial/serial.json test:
"Input is 256 characters in length, including terminating LF"
This test will appear to function. The test following will fail with the residual "56" (from the ____256) appearing as the input.
The text was updated successfully, but these errors were encountered: