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

incoming CR (0x13) bytes get stripped #66

Open
corecode opened this issue Dec 6, 2016 · 1 comment
Open

incoming CR (0x13) bytes get stripped #66

corecode opened this issue Dec 6, 2016 · 1 comment

Comments

@corecode
Copy link

corecode commented Dec 6, 2016

Seems the IO is opened in "text" mode and some ruby subsystem strips the carriage return (0x13) characters. That's no good if you are actually talking a binary protocol.

@rickyzheng
Copy link

This is caused by the config bug during port open, #68 pull request will fix this issue.

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