-
Notifications
You must be signed in to change notification settings - Fork 3
Add missing helper functions, logging, and event reading #1
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
base: master
Are you sure you want to change the base?
Conversation
Dev/editable mode
Added ReadS32 and refactored WriteS32 to handle array inputs
Add threaded serial port
|
@filcarv @glopesdev , @patricklatimer recently made some changes on our fork enabling us to read event messages seamlessly without altering the original API. It would be great to get these changes merged and pushed to PyPI as this makes the package more-or-less feature-complete with interacting with reald-world devices over harp protocol in python. |
|
@Poofjunior @patricklatimer we discussed this recently and I am happy to review and move with the initial maintenance work to merge this. One outstanding question we have is determining the relationship between this package and harp-python. Specifically that package is already on PyPI and we were wondering it might be very useful to unify the data API with the control API. Alternatively we can decide on a shared top-level namespace, e.g. If we can make a note to discuss this soon and aim to have a decision by next week, I can reorganise the repository structures and cherry pick from your PR. |
update wait-for-events example
|
Hi, we have been following this PR and we share similar goals that the ones mentioned here. We appreciate the long needed changes to We would like to be part of the next steps of pyharp's development and we would like to know your thoughts as well. We contemplated some of the concerns mentioned by @glopesdev, namely the possibility of merging Looking forward to continue this discussion on the aforementioned issue. Cheers! |
|
|
Add documentation to the project
Just wondering if anyone is maintaining this package. I use it frequently for siloed development of Harp-compliant devices without needed to use Bonsai.
Overall, if the option exists, I'd love to take over maintaining this package as a self-contained solution to chatting with Harp devices in python.
Monster commit summary: