You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Create environment.yml
* Update README.md
description of the dirvers installation and environment.yml
* Update README.md
* Create test_EITphantom.ipynb
* Update installation instructions
New info for the driver installation in Windows.
yml file for easy environment setup.
Complete instruction to set up the environment.
Copy file name to clipboardExpand all lines: README.md
+45Lines changed: 45 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,51 @@ This package offers the serial interface for communication with an EIT device fr
4
4
5
5
**WIP** Communication with ISX-3
6
6
7
+
## Installation
8
+
9
+
### Windows: USB Driver Setup
10
+
11
+
To communicate with the Sciospec instrument over USB on Windows, you must install the `libusb` driver.
12
+
13
+
> [!WARNING]
14
+
> Installing the `libusb` driver will prevent the Sciospec instrument from working with the official Sciospec software on the selected USB port (`FS` or `HS`).
15
+
>
16
+
> After installation, the Sciospec software may no longer recognize the device on that port.
17
+
>
18
+
> To restore the original behavior, you will need to uninstall the driver manually.
19
+
> *(This rollback process has not been fully tested.)*
20
+
21
+
#### Install `libusb` using Zadig
22
+
23
+
1. Download and install Zadig:
24
+
https://zadig.akeo.ie/
25
+
26
+
2. Connect the Sciospec instrument to your computer.
27
+
28
+
3. Open Zadig and enable:
29
+
Options → List All Devices
30
+
31
+
4. Select the correct Sciospec USB device from the list.
32
+
33
+
5. Install the driver:
34
+
`libusb-win32 (v1.4.0.0)`
35
+
36
+
---
37
+
38
+
### All Platforms
39
+
40
+
Clone the repository, then create and activate the Conda environment:
41
+
42
+
```bash
43
+
conda create --file environment.yml
44
+
conda activate sciopy
45
+
pip install -e .
46
+
```
47
+
48
+
49
+
50
+
51
+
7
52
## Contact
8
53
9
54
If you have any ideas or other suggestions, please don't hesitate to contact me.
0 commit comments