klipper/klippy
Grigori Goronzy 0a20430e07 serial: Add Fysetc Cheetah board specific reset sequence
Fysetc Cheetah v1.2 boards require a special sequence to reset reliably.
This sequence works for me in all cases. Simpler sequences without
double reset did not work correctly. This is likely because of a weird
stateful circuitry for toggling the bootloader state.

Cheetah boards use RTS to configure bootloader triggering. By default,
pySerial sets RTS on connect, which unfortunately configures the board
to start the bootloader on reset.

Add a toggle for the RTS state to allow users to workaround. The RTS state
is set before the serial connection is opened, so there are no glitches.

Addresses #2026.

Signed-off-by: Grigori Goronzy <greg@chown.ath.cx>
2020-04-02 13:56:50 -04:00
..
chelper
extras bltouch: No need to pause the toolhead for PWM off commands 2020-04-02 08:25:22 -04:00
kinematics extruder: step_distance must be positive on SET_EXTRUDER_STEP_DISTANCE 2020-03-28 10:06:02 -04:00
clocksync.py
configfile.py
console.py
gcode.py
heater.py
homing.py
klippy.py
mathutil.py
mcu.py serial: Add Fysetc Cheetah board specific reset sequence 2020-04-02 13:56:50 -04:00
msgproto.py
parsedump.py
pins.py
queuelogger.py
reactor.py
serialhdl.py serial: Add Fysetc Cheetah board specific reset sequence 2020-04-02 13:56:50 -04:00
stepper.py stepper: No need to pass stepper_kinematics to set_step_dist() 2020-03-28 10:06:02 -04:00
toolhead.py
util.py