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: IvanPrzOl/LabJackPython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: labjack/LabJackPython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 10 files changed
  • 3 contributors

Commits on Jan 29, 2024

  1. Update u6.py, fix mistake in docstrings (labjack#129)

    * Update u6.py, fix mistake in docstrings
    
    Change the numbers in the docstrings of setDOState() getDIState() and getDIOState().
    The docstrings state that arguments ioNum = 20, 21, 22 access the so called MIO digital I/O. The class BitStateRead will take the argument mod 20, s.t. the user intending to read MIO1 reads FIO1 etc. The hardware documentation states that MIO 0-2 are shared with CIO 0-2.
    
    * Update u6.py, Remove the lines defining the MIO numbers
    
    Remove the lines defining the MIO numbers. This is more consistent with the low level function documentation:
    https://labjack.com/pages/support?doc=/software-driver/low-level-ud-users-guide/bitstatewrite-iotype11/
    m-boesl authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d4bfa06 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. ctypes.c_byte to ctypes.c_ubyte fix

    ctypes.c_byte is specified to be equivalent to a signed char (-128 to 127) but we were passing unsigned char values (0-255) so we should be using ctypes.c_ubyte.
    sjarman28 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    0ed099d View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

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

Commits on Feb 13, 2025

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

Commits on Feb 14, 2025

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

Commits on Feb 15, 2025

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

Commits on Feb 18, 2025

  1. Changed SafeConfigParser to ConfigParser in Python 3.

    SafeConfigParser was removed in Python 3.12+, so changing to the replacement ConfigParser.
    davelopez01 committed Feb 18, 2025
    Configuration menu
    Copy the full SHA
    76f3c30 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

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

Commits on Mar 25, 2026

  1. Initial U12 Windows low level function support.

    Needs testing and documentation updates.
    sjarman28 committed Mar 25, 2026
    Configuration menu
    Copy the full SHA
    47149df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    504d6e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2026

  1. Made some U12 class variables available in Windows

    * Needed for rawSHT1X
    davelopez01 committed Jul 15, 2026
    Configuration menu
    Copy the full SHA
    91c5c20 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2026

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