LogoLogo
Nova Host AdapterAccessoriesDownloadsSupport
  • Customer Support Portal
  • Getting Started
    • Hardware Setup
    • QuickStart with GUI
      • IO in Mission Control
      • SPI in Mission Control
      • I2C in Mission Control
      • UART in Mission Control
    • QuickStart with Python
    • QuickStart with CoolTerm
  • User Guide
    • Product Overview
    • Safety Notice
    • Compliance & Legal
    • System Requirements
    • Using the Device
      • Software Installation
      • Connecting the Hardware
      • Sending Commands
      • Receiving Responses
      • Receiving Interrupts
      • Device Settings
      • Using the Buffer
      • Using IO
      • Using SPI
      • Using I2C
        • I2C Controller
        • I2C Peripheral
      • Using 1-Wire
      • Using SWI
      • Using UART
      • Updating Firmware
    • ASCII Command Set
      • Device Commands
      • Buffer Commands
      • IO Commands
      • SPI Commands
      • I2C Commands
      • 1-WIRE Commands
      • SWI Commands
      • UART Commands
    • Accessories
      • Breadboard Breakout
      • Qwiic Interface Board
      • Feather Interface Board
      • Total Retrofitter
      • Socket Station
  • Python Libraries
    • Binho Python Package
    • Python Wrapper (legacy)
      • binhoHostAdapter
        • Device Functions
        • Buffer Functions
        • IO Functions
        • SPI Functions
        • I2C Functions
        • 1-WIRE Functions
        • SWI Functions
        • UART Functions
      • binhoUtilities
      • Examples
        • I2C EEPROM Reading And Writing
        • I2C Peripheral Mode
        • SPI FRAM Reading And Writing
        • I2C FRAM Reading And Writing
        • 1-Wire Communication
        • SWI with Atmel Crypto ICs
        • UART Bridge with I2C
        • Using Binho with Pytest
        • Replaying Logic Captures
          • Replay SPI
          • Replay I2C
          • Replay UART
  • Mission Control Software
    • Releases
      • V1.1.6 Release
      • V1.1.4 Release
      • V1.1.3 Release
      • V1.1.0 Release
      • V1.0.6 Release
      • V1.0.5 Alpha Release
      • V1.0.0 Alpha Release
    • How-To
      • How To Update Firmware
  • Firmware Releases
    • V0.2.8 - Stable
    • V0.2.7 - Stable
    • V0.2.5 - Stable
    • V0.2.2 - Stable
    • V0.2.1 - Stable
    • V0.2.0 - Stable
    • V0.1.12 - Stable
  • Experimental Features
    • DAPLink Mode
  • Troubleshooting
    • Windows 7 Driver Installation
    • Windows 8 Driver Problems
    • Linux Permissions
    • MacOS Permissions
  • FAQ
    • What protocols are supported?
    • Where can I find the product datasheet?
    • Can multiple devices be used at the same time?
    • Is the ADC calibrated?
    • How can I use my host adapter with a serial console that doesn't support Local Echo?
    • Is the DAC calibrated?
    • Is there a GUI available?
  • Orders & Shipping
    • Place an Order
    • Requesting a Quotation
    • Placing a Purchase Order
    • Shipping Policy
    • International Shipping
    • Tax Exemption
    • Discounts
    • Distributors
  • Returns & Warranty
    • 90-Day Return Policy
    • 2-Year Warranty
  • Contact Us
  • Learn & Grow
    • Dropping Legacy Terminology
    • What is a host adapter?
    • Binho + CircuitPython
    • Binho + Sparkfun Qwiic_Py
Powered by GitBook
On this page
  • Device
  • Buffer
  • IO
  • SPI
  • I2C
  • 1-WIRE
  • SWI
  • UART

Was this helpful?

Export as PDF
  1. Python Libraries
  2. Python Wrapper (legacy)

binhoHostAdapter

PreviousPython Wrapper (legacy)NextDevice Functions

Last updated 4 years ago

Was this helpful?

We highly encourage everyone to use our which is packed with features. This library is still supported, but is not recommended for new design.

The binhoHostAdapter class contains all the necessary functions to programmatically control / automate all of the functionality of your binho Multi-Protocol USB Host Adapter. This class can be included in your code as show below.

from binhoHostAdapter import binhoHostAdapter

This class contains a multitude of functions split into several different categories. The documentation has been split up accordingly.

Device

Buffer

IO

SPI

I2C

1-WIRE

SWI

UART

new Python package
Device Functions
Buffer Functions
IO Functions
SPI Commands
I2C Functions
1-WIRE Commands
SWI Functions
UART Functions