From 89ba4dda2b9f1e876c12c26326cc363654488f3c Mon Sep 17 00:00:00 2001 From: Patricia Fuchs <140624836+patfuchs@users.noreply.github.com> Date: Mon, 20 Jul 2026 13:20:17 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dade776..2f736c8 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,17 @@ This package offers the serial interface for communication with an EIT device fr ### Windows: USB Driver Setup -To communicate with the Sciospec instrument over USB on Windows, you must install the `libusb` driver. +USB FS: +To communicate with the Sciospec instrument over USB FS on Windows, follow the Linux platform instructions, since they are the same. + +USB HS: +To communicate with the Sciospec instrument over USB (HS)on Windows, you must install the `libusb` driver. > [!WARNING] -> Installing the `libusb` driver will prevent the Sciospec instrument from working with the official Sciospec software on the selected USB port (`FS` or `HS`). +> Installing the `libusb` driver will prevent the Sciospec instrument from working with the official Sciospec software on the selected USB port (`HS`). > > After installation, the Sciospec software may no longer recognize the device on that port. +> *(This process has been tested, but not successfully. The understanding is based on the Sciospec documentation that installing the libusb driver should enable usage on Windows, but Python still has communication issues. Using USB HS on Windows is therefore not solved.)* > > To restore the original behavior, you will need to uninstall the driver manually. > *(This rollback process has not been fully tested.)* From 8680274e192395ed3bdc5c7b02984d0878e9d8cd Mon Sep 17 00:00:00 2001 From: Patricia Fuchs <140624836+patfuchs@users.noreply.github.com> Date: Mon, 20 Jul 2026 13:20:44 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2f736c8..bcd229b 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ This package offers the serial interface for communication with an EIT device fr ### Windows: USB Driver Setup -USB FS: +USB FS: To communicate with the Sciospec instrument over USB FS on Windows, follow the Linux platform instructions, since they are the same. -USB HS: -To communicate with the Sciospec instrument over USB (HS)on Windows, you must install the `libusb` driver. +USB HS: +To communicate with the Sciospec instrument over USB (HS) on Windows, you must install the `libusb` driver. > [!WARNING] > Installing the `libusb` driver will prevent the Sciospec instrument from working with the official Sciospec software on the selected USB port (`HS`). From de40c64f1af4abab163e9752972dfc4845cf5c67 Mon Sep 17 00:00:00 2001 From: Patricia Fuchs <140624836+patfuchs@users.noreply.github.com> Date: Mon, 20 Jul 2026 13:21:03 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bcd229b..84df5b5 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ To communicate with the Sciospec instrument over USB (HS) on Windows, you must i > [!WARNING] > Installing the `libusb` driver will prevent the Sciospec instrument from working with the official Sciospec software on the selected USB port (`HS`). > -> After installation, the Sciospec software may no longer recognize the device on that port. +> After installation, the Sciospec software may no longer recognize the device on that port. > *(This process has been tested, but not successfully. The understanding is based on the Sciospec documentation that installing the libusb driver should enable usage on Windows, but Python still has communication issues. Using USB HS on Windows is therefore not solved.)* > > To restore the original behavior, you will need to uninstall the driver manually.