We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db67a86 commit c44040cCopy full SHA for c44040c
commands.md
@@ -10,7 +10,7 @@ Simple example in Python:
10
import serial
11
12
def send_command(command_id, parameters, with_response=False):
13
- with serial.Serial("COM4", 115200) as s:
+ with serial.Serial("/dev/ttyACM0", 115200) as s:
14
s.write([0x32, 0xAC, command_id] + parameters)
15
16
if with_response:
0 commit comments