Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

idf_monitor baud rate #436

Closed
jkhax0r opened this issue Mar 16, 2017 · 1 comment
Closed

idf_monitor baud rate #436

jkhax0r opened this issue Mar 16, 2017 · 1 comment

Comments

@jkhax0r
Copy link
Contributor

jkhax0r commented Mar 16, 2017

Custom baud rates are not working on the new idf_monitor b/c the baud rate flag was left out of the command line. It defaults to 115200.

In the file: esp-idf/components/esptool_py/Makefile.projbuild.

I modified the line to add the --baud flag as follows:

$(MONITOR_PYTHON) $(IDF_PATH)/tools/idf_monitor.py --port $(ESPPORT) --baud $(MONITORBAUD) --make "$(MAKE)" $(APP_ELF)

Sorry I'm not familiar enough with git to figure out how to do a pull request so hopefully someone can make this tweak.

@projectgus
Copy link
Contributor

Oops, thank you! Will fix.

@igrr igrr closed this as completed in e477ce9 Mar 23, 2017
igrr pushed a commit that referenced this issue Mar 23, 2017
idf_monitor: Small fixes (baud rate, EOL, /dev/tty.X on macOS, Ctrl-T on failure)

* "make monitor" now passed the configured baud rate.
  Closes #436 #436
* Pass toolchain prefix from sdkconfig into monitor tool
* Allow setting EOL in idf_monitor.py, use CRLF by default
* Detect if /dev/tty.X is used on macOS, warn and replace with /dev/cu.X
* If a build fails or gdb exits, ignore Ctrl-T (allowing Ctrl-T Ctrl-A/F to be same key sequence everywhere)
* Add a note about winpty on Windows.
  Ref 02fdf82#commitcomment-21369196
* Fix problems with Console.cancel() not existing in older pyserial
* Print more user-friendly symbols for "start of iram" and "start of flash"

See merge request !594
espressif-bot pushed a commit to espressif/esp-idf-monitor that referenced this issue Jan 16, 2023
… on failure)

* "make monitor" not passed the configured baud rate
  Closes #436 espressif/esp-idf#436
* Pass toolchain prefix from sdkconfig into monitor tool
* Allow setting EOL in idf_monitor.py, use CRLF by default
* Detect if /dev/tty.X is used on macOS, warn and replace with /dev/cu.X
* If a build fails or gdb exits, ignore Ctrl-T (allowing Ctrl-T Ctrl-A/F to be same key sequence everywhere)
* Add a note about winpty on Windows
  Ref espressif/esp-idf@02fdf82#commitcomment-21369196
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants