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

replace the call to serial.Serial with serial.serial_for_url #386

Merged
merged 9 commits into from
Jul 29, 2023

Commits on Jul 20, 2023

  1. replace the call to Serial.serial with serial.serial_for_url, in order

    to support loop:// and other url-types supported in pyserial (>3.0)
    LongnoseRob committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    d17258c View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. documentation update

    LongnoseRob committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    10f052e View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. initial test-addition

    LongnoseRob committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    6c3e83d View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. fix the testsuite

    LongnoseRob committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    5e0e5d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Configuration menu
    Copy the full SHA
    570bf02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e175de1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2f92c0 View commit details
    Browse the repository at this point in the history
  4. Update CHNAGES file

    LongnoseRob committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    43f04c9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cdd8d32 View commit details
    Browse the repository at this point in the history