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

Compatibility with pyserial 2.3-1 #11

Open
coblee opened this issue Jun 8, 2012 · 1 comment
Open

Compatibility with pyserial 2.3-1 #11

coblee opened this issue Jun 8, 2012 · 1 comment

Comments

@coblee
Copy link

coblee commented Jun 8, 2012

I'm running MPBM on raspberry pi. Debian Squeeze does not come with python3-serial. The pyserial on it is version 2.3-1 and it's a little different. In order to make your code compatible with 2.3-1, you just need to change this line:

https://github.com/TheSeven/Modular-Python-Bitcoin-Miner/blob/testing/modules/theseven/bflsingle/bflsingleworker.py#L157

and remove the None at the end. In pyserial 2.6, it defaults to None if you don't pass in anything. So this change should work for both versions.

@TheSeven
Copy link
Owner

TheSeven commented Jun 8, 2012

Yes, I'm aware of this... Will probably change that during the next days while having a look at some recent regressions on the testing branch.

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