Skip to main content

This is a generated Harp device Python interface that interacts with the Harp protocol.

Project description

harp.laserdrivercontroller

PyPI

This is a generated Harp device Python interface that interacts with the Harp protocol.

Installation

You can install the package using uv or pip:

uv add harp.laserdrivercontroller

or

pip install harp.laserdrivercontroller

Usage example

from harp.protocol import OperationMode
from harp.devices.laserdrivercontroller import LaserDriverController

# Example usage of the LaserDriverController device
with LaserDriverController("/dev/ttyUSB0") as device: # For Windows, use "COM8" or similar
    device.info()

    # Set the device to active mode
    device.set_mode(OperationMode.ACTIVE)

    # Get the events
    try:
        while True:
            for event in device.get_events():
                # Do what you need with the event
                print(event.payload)
    except KeyboardInterrupt:
        # Capture Ctrl+C to exit gracefully
        print("Exiting...")
    finally:
        # Do what you need to do to clean up. Disconnect is automatically called with the "with" statement.
        pass

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

harp_laserdrivercontroller-0.1.0a2.tar.gz (55.9 kB view details)

Uploaded Source

Built Distribution

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

harp_laserdrivercontroller-0.1.0a2-py3-none-any.whl (7.3 kB view details)

Uploaded Python 3

File details

Details for the file harp_laserdrivercontroller-0.1.0a2.tar.gz.

File metadata

File hashes

Hashes for harp_laserdrivercontroller-0.1.0a2.tar.gz
Algorithm Hash digest
SHA256 5a9779fc4d04503bcb2cbe21fba742717bdbf72ca6e7230e16ceaf8f1cd69539
MD5 c9af6975458073f201f87b2eab3683ea
BLAKE2b-256 cf71aaa59f3ecb65ad42a343f01d63d7e433bb0d92af45b0179d9d92e186d02a

See more details on using hashes here.

File details

Details for the file harp_laserdrivercontroller-0.1.0a2-py3-none-any.whl.

File metadata

File hashes

Hashes for harp_laserdrivercontroller-0.1.0a2-py3-none-any.whl
Algorithm Hash digest
SHA256 f69d6f2f221cad88115f7ff41b4c83c8eaeaca76143e6d2104155859ef05f257
MD5 2c1a722d5a8fea2dbc9b496ff2d4279d
BLAKE2b-256 9feff0319e660cd3cebff6f263383698bd0d02ca7500850a48f40c091a922d11

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