Skip to main content

USB-ISS Python Library

PyPi TravisCI Documentation Status Updates

Python library for the USB-ISS module.

USB ISS Module
USB ISS module documentation:

https://www.robot-electronics.co.uk/htm/usb_iss_tech.htm

Python API documentation:

https://usb-iss.readthedocs.io

Features

  • I2C Mode

  • IO Mode (untested)

  • SPI Mode (not yet implemented)

  • Serial Mode (not yet implemented)

Usage Example

from usb_iss import UsbIss, defs

# Configure I2C mode

iss = UsbIss()
iss.open("COM3")
iss.setup_i2c()

# Write and read back some data

iss.i2c.write(0xC4, 0, [0, 1, 2]);
data = iss.i2c.read(0xC4, 0, 3)

print(data)
# [0, 1, 2]

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.1.0 (2018-04-19)

  • Initial release

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

usb_iss-0.2.0.tar.gz (9.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

usb_iss-0.2.0-py2.py3-none-any.whl (8.6 kB view details)

Uploaded Python 2Python 3

File details

Details for the file usb_iss-0.2.0.tar.gz.

File metadata

  • Download URL: usb_iss-0.2.0.tar.gz
  • Upload date:
  • Size: 9.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for usb_iss-0.2.0.tar.gz
Algorithm Hash digest
SHA256 bfaa17adb67a82bd67d5624dc5cd46ca65b2c7d4b71a155d6c69ab2ecb8f941f
MD5 34552f752192881c735c786a067a9451
BLAKE2b-256 fd3cdf70f85c5b106e1b964a7aad6eff0ddfc33dfa6ff1633af156f201c60b68

See more details on using hashes here.

File details

Details for the file usb_iss-0.2.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for usb_iss-0.2.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 1cfc27db534b442271789bf78a85edbcd97051e550dec086aa6829790494a1dd
MD5 dec14d79bdcb8cbb00dd2de8416e2298
BLAKE2b-256 f0e3d02e78ba4c2d9c669b47ef135ec8d5e54554ce549b05aadf8b9e17f8fa8a

See more details on using hashes here.

Supported by

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