Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fixed data bits issue #3

Merged
merged 2 commits into from
Dec 5, 2012
Merged

Fixed data bits issue #3

merged 2 commits into from
Dec 5, 2012

Conversation

Lucretiel
Copy link
Contributor

I downloaded this module to interact with my Alpha Big Dot sign. However, none of the commands worked. When I looked into the official documentation, it says that a 2 stop bit, even parity packet calls for 7 data bits per byte. serial.Serial defaults to 8. Fixed.

…t 8 (See Alpha Sign Communications Protocol, Section 4.4, Protocol version comparison, on page 8)
@msparks
Copy link
Owner

msparks commented Nov 30, 2012

Thanks for the details and the fix. Please address my comments before I merge.

@msparks msparks mentioned this pull request Nov 30, 2012
@Lucretiel
Copy link
Contributor Author

Fixed and fixed. Sorry about that dict thing- that was for some testing I was doing, and I didn't realize github automatically updated the pull requests with my commits.

@msparks
Copy link
Owner

msparks commented Dec 4, 2012

If I merge this, the commit history will contain the unwanted commits as well, unfortunately. Can you rebase and remove the undesired ones?

@Lucretiel
Copy link
Contributor Author

Rebased

@msparks
Copy link
Owner

msparks commented Dec 5, 2012

LGTM. Thanks!

msparks added a commit that referenced this pull request Dec 5, 2012
Specify seven data bits in the serial interface.

pyserial defaults to 8, but the Alpha protocol calls for 7.
@msparks msparks merged commit 64c622b into msparks:master Dec 5, 2012
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants