--- id: binho-host-adapter version: "0.1.6" license: unclear license_treatment: permissive maintenance: abandoned --- # binho-host-adapter — Python Libraries for Binho Multi-Protocol USB Host Adapters License: permissive · Maintenance: abandoned · Downloads: 131.1K/mo ## What it is and what it does Binho Host Adapter is a Python 3 library for controlling Binho Multi-Protocol USB Host Adapters, specialized hardware devices that support multiple communication protocols. It wraps serial communication via pyserial to provide a programmatic interface to the adapter's functionality, allowing you to automate protocol operations across platforms. The library is designed for developers who own Binho hardware and need to script or automate device control from Python. It provides utilities to discover attached adapters and instantiate device objects to query and control them. Since the package has been abandoned with no updates since 2020-06-04, it is suitable only for existing users with legacy hardware and no expectation of ongoing support. Use it for: - Automate testing of multi-protocol communication using Binho hardware in a test harness. - Discover and enumerate Binho adapters connected to a system for inventory or diagnostics. - Script protocol operations on Binho hardware for batch or production workflows. - Integrate Binho adapter control into a larger Python automation or measurement application. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Controls Binho Multi-Protocol USB Host Adapters via serial communication, providing Python 3 access to the device's protocol functionality. Yes, but only if you own Binho hardware and need to control it from Python. The package is stable with no known vulnerabilities, but it is abandoned and will not receive updates. Install it only for legacy hardware support; do not expect maintenance or compatibility fixes for future Python versions. ## Install pip install binho-host-adapter uv add binho-host-adapter poetry add binho-host-adapter ## Installing binho-host-adapter Before you install: Installation is straightforward with a single runtime dependency that installs automatically. However, the package has been abandoned since its latest release on 2020-06-04 with no updates since, so expect no maintenance or bug fixes. License in practice: Licensed under MIT (permissive), so you can use, modify, and distribute the package freely with minimal restrictions. Quickstart: pip install binho-host-adapter from binhoHostAdapter import binhoHostAdapter from binhoHostAdapter import binhoUtilities devices = binhoUtilities.listAvailableDevices() if devices: binho = binhoHostAdapter.binhoHostAdapter(devices[0]) print(binho.getDeviceID()) Requires a Binho Multi-Protocol USB Host Adapter to be physically connected to the system. Verify before relying: - Whether the package works with current Python 3.x versions (requires_python is unspecified) - Current compatibility with modern pyserial versions - Whether Binho hardware is still actively supported or sold ## Package facts - License: not declared (permissive) - Python support: unspecified - Install friction: low - Maintenance: abandoned - Downloads: 131.1K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags binho usb host adapter control, multi-protocol usb adapter python, serial device automation, binho device communication, usb adapter protocol interface, hardware adapter control library, cross-platform serial device, hardware-control, serial-communication, abandoned [View on SkillFed](https://skillfed.io/packages/binho-host-adapter) · [View on PyPI](https://pypi.org/project/binho-host-adapter/)