From e0f275cddf55fb1afd21bb66c22e3c2a25d8d247 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Thu, 12 Oct 2017 21:21:49 -0400 Subject: serialhdl: Don't open port at 1200 baud The 1200 baud trick on the Arduino Due does both a reset and an erase. The erase is not desired. Signed-off-by: Kevin O'Connor --- config/example.cfg | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'config') diff --git a/config/example.cfg b/config/example.cfg index 2119b3c9..96bddafb 100644 --- a/config/example.cfg +++ b/config/example.cfg @@ -256,13 +256,13 @@ pin_map: arduino #restart_method: arduino # This controls the mechanism the host will use to reset the # micro-controller. The choices are 'arduino', 'rpi_usb', and -# 'command'. The 'arduino' method (toggle DTR; set baud to 1200) is -# common on Arduino boards and clones. The 'rpi_usb' method is -# useful on Raspberry Pi boards with micro-controllers powered over -# USB - it briefly disables power to all USB ports to accomplish a -# micro-controller reset. The 'command' method involves sending a -# Klipper command to the micro-controller so that it can reset -# itself. The default is 'arduino'. +# 'command'. The 'arduino' method (toggle DTR) is common on Arduino +# boards and clones. The 'rpi_usb' method is useful on Raspberry Pi +# boards with micro-controllers powered over USB - it briefly +# disables power to all USB ports to accomplish a micro-controller +# reset. The 'command' method involves sending a Klipper command to +# the micro-controller so that it can reset itself. The default is +# 'arduino'. # The printer section controls high level printer settings. [printer] -- cgit v1.2.3-70-g09d2