Skip to content

Commit c44040c

Browse files
skeleMortalJohnAZoidberg
authored andcommitted
Update commands.md
1 parent db67a86 commit c44040c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Simple example in Python:
1010
import serial
1111

1212
def send_command(command_id, parameters, with_response=False):
13-
with serial.Serial("COM4", 115200) as s:
13+
with serial.Serial("/dev/ttyACM0", 115200) as s:
1414
s.write([0x32, 0xAC, command_id] + parameters)
1515

1616
if with_response:

0 commit comments

Comments
 (0)