Skip to main content

A custom USB driver for Advantech USB-4718

Project description

pyadvantech

Interact with the Advantech USB-4718

  1. Install the module via:
pip install pyadvantech
  1. You might need to add the libusb.dll to your Path.
  2. 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))
  1. 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.3.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

pyadvantech-0.1.3-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page