NiklasRosenstein / myo-python

Python bindings for the Myo SDK
Other
259 stars 102 forks source link

How to connect or disconnect #64

Closed hananabilabd closed 4 years ago

hananabilabd commented 6 years ago

Is there is a function I can call to connect , Power off and disconnect MYO instead of connecting it every time through ARMband Manager ? Regards

NiklasRosenstein commented 6 years ago

AFAIK there is none, but you can check the Myo SDK reference (also for the future).

https://developer.thalmic.com/docs/api_reference/platform/index.html

If there's anything that is missing in Myo-Python that is available in the Myo C/C++ SDK, let me know.

NiklasRosenstein commented 6 years ago

instead of connecting it every time through ARMband Manager ?

But what do you mean by that exactly? All I have to do is to make sure that Myo Connect is running, I don't have to check the Armband Manager everytime.

NiklasRosenstein commented 4 years ago

Closing due to inactivity.