A custom USB driver for Advantech USB-4718
Project description
pyadvantech
Interact with the Advantech USB-4718
- Install the module via:
pip install pyadvantech
- You might need to add the libusb.dll to your Path.
- Plug in the USB-4718 into your machine and install a WINUSB driver as its driver.
import pyadvantech as pya
device = pya.setup()
print(pya.grab_values(device))
- Changes to the Value Ranges of the device can be made with
import pyadvantech as pya
device = pya.setup()
pya.set_channel_range(device,[0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b])
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyadvantech-0.1.2.tar.gz
(2.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyadvantech-0.1.2.tar.gz.
File metadata
- Download URL: pyadvantech-0.1.2.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd77159f070672bcae1197b305cbb411f04e0de7f7f49512eb7b39ffe25eb4de
|
|
| MD5 |
d453e1c69ecad04a1d9eb359920b5906
|
|
| BLAKE2b-256 |
1e369c03d9b12b8c72bd9886cf2b50029c3bac3825a9cbdea9712135f793d5c8
|
File details
Details for the file pyadvantech-0.1.2-py3-none-any.whl.
File metadata
- Download URL: pyadvantech-0.1.2-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.8.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f0443f2afa85fb4d20117d7b965546d9a154d58da22ec4023ac4b2aecd355f0
|
|
| MD5 |
1ef1673d0884fa53ade3b869a997e57f
|
|
| BLAKE2b-256 |
dfa6aefc728812ad85d19d4c715fa7cf5c8d0b6fc5e973c592e6e2447efcf8c3
|