Skip to content
This repository was archived by the owner on Sep 2, 2026. It is now read-only.
This repository was archived by the owner on Sep 2, 2026. It is now read-only.

Compatibility with pyserial 2.3-1 #11

Description

@coblee

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions