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.4.tar.gz
(3.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.4.tar.gz.
File metadata
- Download URL: pyadvantech-0.1.4.tar.gz
- Upload date:
- Size: 3.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 |
0dd66efd894948a4676345105fbe6dd25c01731f4720c8552534da6c0d025cff
|
|
| MD5 |
7bcb5f0d3a5587485619ea4d86cafba8
|
|
| BLAKE2b-256 |
313e58adcf070a03773adab1f96cc7b4e3824ab87f3ac2cd921ff643e73288da
|
File details
Details for the file pyadvantech-0.1.4-py3-none-any.whl.
File metadata
- Download URL: pyadvantech-0.1.4-py3-none-any.whl
- Upload date:
- Size: 3.6 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 |
011e508118b2ade881d01054275da035f8dc3ab08b04b044fb8aab0a64a0126d
|
|
| MD5 |
193b8ec6461e542a77a5641a5d1484b7
|
|
| BLAKE2b-256 |
62fdb1068e4225d35214fd1ad0fa5cacc551745ca7b62d30efeaf9ae3b335894
|