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

Implement COM-PORT-OPTION #18

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

abtmr
Copy link

@abtmr abtmr commented May 12, 2016

allows client to negotiate com port options. Useful for a serial over LAN implementation using node-telnet

@@ -24,7 +24,7 @@ describe('telnet', function () {
done();
});
});

/*
Copy link
Author

@abtmr abtmr May 12, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This mocha test passes locally, but fails on Travis. If I comment this section, it passes on Travis... Needs some investigation. As it is just clean up, do you see an issue in commenting it in the mean time?

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

Successfully merging this pull request may close these issues.

1 participant