All Questions
Tagged with arduino command-line
2
questions
0
votes
1
answer
624
views
AttributeError: module 'serial' has no attribute 'to_bytes'
Iam trying to program Arduino Uno using python program. My python version is python 3.8. I successfully installed the pyfirmata2. but when i tried to import pyfirmata2 from command line iam getting ...
0
votes
1
answer
826
views
Custom command wget without response
I have an arduino with an ethernet shield that is controlling a relay, which control the lights. I usually just use the phone to send a http get request from a widget in tasker, but I would like to be ...