Skip to content

Commit 11ae6c4

Browse files
authored
Updated Read me for WIndows installation (#35)
* Update README.md
1 parent 99e745d commit 11ae6c4

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,17 @@ This package offers the serial interface for communication with an EIT device fr
66

77
### Windows: USB Driver Setup
88

9-
To communicate with the Sciospec instrument over USB on Windows, you must install the `libusb` driver.
9+
USB FS:
10+
To communicate with the Sciospec instrument over USB FS on Windows, follow the Linux platform instructions, since they are the same.
11+
12+
USB HS:
13+
To communicate with the Sciospec instrument over USB (HS) on Windows, you must install the `libusb` driver.
1014

1115
> [!WARNING]
12-
> Installing the `libusb` driver will prevent the Sciospec instrument from working with the official Sciospec software on the selected USB port (`FS` or `HS`).
16+
> Installing the `libusb` driver will prevent the Sciospec instrument from working with the official Sciospec software on the selected USB port (`HS`).
1317
>
14-
> After installation, the Sciospec software may no longer recognize the device on that port.
18+
> After installation, the Sciospec software may no longer recognize the device on that port.
19+
> *(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.)*
1520
>
1621
> To restore the original behavior, you will need to uninstall the driver manually.
1722
> *(This rollback process has not been fully tested.)*

0 commit comments

Comments
 (0)