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

Configurable serial #1

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

Conversation

dbasden
Copy link

@dbasden dbasden commented Oct 17, 2011

Hi there,

I've got an older sign I'm talking to over RS232. The default settings weren't working, so here are a couple of changes so that they are easy to configure at creation time, without breaking existing behaviour.

Cheers,

David

Many of the defaults don't work with some signs,
so pass through pretty much all of the options for
serial.Serial through the serial interface constructor,
while still retaining backwards compatibility and late
port initialisation in connect()

from alphasign.interfaces import base


Copy link
Owner

Choose a reason for hiding this comment

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

Please readd blank line.

@msparks
Copy link
Owner

msparks commented Nov 5, 2012

Thanks for the pull request. I've made some nit comments. I'll merge when they are addressed.

@msparks
Copy link
Owner

msparks commented Nov 30, 2012

Please also see the problem mentioned in #3

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.

2 participants