Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify Connected behavior #34

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Clarify Connected behavior #34

wants to merge 4 commits into from

Conversation

bruno-f-cruz
Copy link
Member

@bruno-f-cruz bruno-f-cruz commented Jan 28, 2024

This PR partially addresses issue #14 by explicitly stating what is the expected definition of connected between device and host.

Since the harp protocol can be implemented on top of distinct transport layers, we simply define that each transport layer/implementation is responsible for defining its own way to make sure that the connection is alive. We suggest that for USB connections, the DTR pin can be leveraged.

The immediate implication of this decision is that the C# Bonsai client will set this DTR flag high by default so that devices that can leverage this behavior will now be able to do so.

@bruno-f-cruz bruno-f-cruz marked this pull request as ready for review February 25, 2024 01:35
Device.md Outdated Show resolved Hide resolved
Co-authored-by: glopesdev <glopesdev@users.noreply.github.com>
Device.md Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider defining the DTR pin state as part of the protocol standard
2 participants