Comparing hardbyte:main...FedericoSpada:kvaser_info · hardbyte/python-can · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hardbyte/python-can
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: FedericoSpada/python-can
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: kvaser_info
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 2 files changed
  • 2 contributors

Commits on Apr 6, 2024

  1. Added extra info for Kvaser dongles

    Changed Kvaser auto-detection function to return additional info regarding the dongles found, such as Serial Number, Name and Dongle Channel number.
    In this way it's possible to discern between different physical dongles connected to the PC and if they are Virtual Channels or not.
    FedericoSpada committed Apr 6, 2024
    Configuration menu
    Copy the full SHA
    e137643 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Updated key value for dongle name

    Changed "name" into "device_name" as suggested by python-can owner.
    FedericoSpada committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    a598f19 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Fixed retrocompatibility problem

    Changed " with ' for retrocompatibility problem with older Python versions.
    FedericoSpada committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    ca33073 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    ad0a9b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. Fixed failed Test

    I've updated the format using Black and modified test_kvaser.py\test_available_configs to consider the new _detect_available_configs output.
    FedericoSpada committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    268f144 View commit details
    Browse the repository at this point in the history
  2. Fixed missed changes

    FedericoSpada committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    875f8d5 View commit details
    Browse the repository at this point in the history
Loading