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.0a4.tar.gz (5.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.0a4-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for harp_laserdrivercontroller-0.1.0a4.tar.gz
Algorithm Hash digest
SHA256 7fd609b470c1c8e1ec40ee3c9684cdba5118f205ca30ddb2c7820c1f652b98d2
MD5 1e68e47e513c5bcfcf17c660801b888d
BLAKE2b-256 9814e18828e88c2aad85c1c840fef8cba186c7633bf4c1e10f3fa1459f83319c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for harp_laserdrivercontroller-0.1.0a4-py3-none-any.whl
Algorithm Hash digest
SHA256 685606687b8ede627062ff3b64ab6897f83dafb8847d3105c0a41d315512e8c4
MD5 71850487c1fd514f7688a9870206417e
BLAKE2b-256 66920c557f5fe67548c83accd5b71ae69d93d011c7faecb7cecff43d98d17f89

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