Skip to content

Commit ca2f4c6

Browse files
committed
Fix incorrect buad rate on MyArmM
1 parent 887c1f9 commit ca2f4c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymycobot/myarmm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class MyArmM(MyArmAPI):
88

9-
def __init__(self, port, baudrate="115200", timeout=0.1, debug=False):
9+
def __init__(self, port, baudrate="1000000", timeout=0.1, debug=False):
1010
super(MyArmM, self).__init__(port, baudrate, timeout,debug)
1111

1212
def set_joint_angle(self, joint_id, angle, speed):

0 commit comments

Comments
 (0)