- increased baudrate to 115200
git-svn-id: http://moon:8086/svn/projects/HendiControl@174 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
@@ -20,7 +20,7 @@ def enter_bootloader():
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
ser = serial.Serial ('/dev/ttyUSB0', 9600)
|
||||
ser = serial.Serial ('/dev/ttyUSB0', 115200)
|
||||
|
||||
try:
|
||||
ser.open()
|
||||
|
||||
Reference in New Issue
Block a user