Python Libraries for Binho Multi-Protocol USB Host Adapters
Project description
Binho Host Adapter Python Libraries
Introduction
Cross-platform Python 3.x library for automated control of Binho Multi-Protocol USB Host Adapters. More information about the device can be found at https://www.binho.io
Dependencies
This library requires pySerial for cross-platform access of the serial port. This library will be installed automatically by pip, however for easy reference, this can be manually installed simply by running the following command:
pip install pyserial
Installation
This library can be installed easily with the following command:
pip install binho-host-adapter
Example Usage
from binhoHostAdapter import binhoHostAdapter
from binhoHostAdapter import binhoUtilities
print("Demo Script with Binho Host Adapter Python Libraries")
print
devices = binhoUtilities.listAvailableDevices()
if len(devices) == 0:
print("No Devices Found!")
exit()
elif len(devices) == 1:
COMPORT = devices[0]
print("Found 1 attached adapter @ " + devices[0])
print
else:
COMPORT = devices[0]
print("Found more than 1 attached adapter, using first device found on " + COMPORT)
print
print("Opening " + COMPORT + "...")
print
# create the binhoHostAdapter object
binho = binhoHostAdapter.binhoHostAdapter(COMPORT)
print("Connecting to host adapter...")
print(binho.getDeviceID())
print
Documentation
The full set of documentation for this python library can be found at https://support.binho.io/python-libraries
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file binho-host-adapter-0.1.6.tar.gz
.
File metadata
- Download URL: binho-host-adapter-0.1.6.tar.gz
- Upload date:
- Size: 10.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1e6da7a84e208c13b5f489066f05774bff1d593d0f5bf1ca149c2b8e83eae856 |
|
MD5 | c4e2bf1a92c53fa7c743fecac7dfd9d6 |
|
BLAKE2b-256 | 683629b7b896e83e195fac6d64ccff95c0f24a18ee86e7437a22e60e0331d90a |
File details
Details for the file binho_host_adapter-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: binho_host_adapter-0.1.6-py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f71ca176c1e2fc1a5dce128beb286da217555c6c7c805f2ed282a6f3507ec277 |
|
MD5 | c830d0ad7c2f5390e2cf7616605c14ab |
|
BLAKE2b-256 | 7b6b0f13486003aea3eb349c2946b7ec9753e7558b78e35d22c938062a96959c |