Replies: 1 comment
-
Just a wild guess, it might be a wrong interface, -- try this instead:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm kinda new in flipper zero CLI and I was wondering where I can find the Local Serial Port
My program is a test to see if I can make it work so the goal is to make the flipper vibrate. If it does it means my program found the flipper and I can start coding the true program.
I tried with tio and it gaved me this one (/dev/ttyS3).
So then I put it into my program like that : flipper = PyFlipper(com="/dev/ttyS3")
It said:"SerialException: could not open port '/dev/ttyS3': FileNotFoundError(2, 'The specified access path is not found', None, 3)"
Thanks for those who can help me
Btw I'm on Windows and I code on JupyterLab(Anaconda) since some libraries work only on it for me
Beta Was this translation helpful? Give feedback.
All reactions