From 3c6eb376ac75b7820810f709f14d5d48257e1d45 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Sun, 7 Feb 2021 14:20:47 -0500 Subject: console: Make baud an optional parameter Make the baud rate an optional parameter to the console.py tool. When not present, it will default to 250000. Signed-off-by: Kevin O'Connor --- docs/Debugging.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/Debugging.md') diff --git a/docs/Debugging.md b/docs/Debugging.md index 4286a37a..6c19ce54 100644 --- a/docs/Debugging.md +++ b/docs/Debugging.md @@ -123,12 +123,15 @@ possible to manually send these MCU commands (functions marked with the DECL_COMMAND() macro in the Klipper source code). To do so, run: ``` -~/klippy-env/bin/python ./klippy/console.py /tmp/pseudoserial 250000 +~/klippy-env/bin/python ./klippy/console.py /tmp/pseudoserial ``` See the "HELP" command within the tool for more information on its functionality. +Some command-line options are available. For more information run: +`~/klippy-env/bin/python ./klippy/console.py --help` + Generating load graphs ====================== -- cgit v1.2.3-70-g09d2