All Questions
Tagged with python arduino-leonardo
1 question
0
votes
1
answer
1k
views
How would I establish a serial connection with python without using the serial monitor? [duplicate]
How would I establish a serial connection with python without using the serial monitor?
What I want to do is give my python script some input and have the arduino do something (blink for example)
I ...