Search found 4 matches

by billmogen
Thu Oct 25, 2018 6:27 am
Forum: ESP-IDF
Topic: #issue# "control +T" in make monitor pyserial no effective on MAC OS
Replies: 1
Views: 2609

Re: #issue# "control +T" in make monitor pyserial no effective on MAC OS

Hi:
I have solved the issue through modified the file under "esp-idf/tool/idf_monitor.py" path.

Code: Select all

CTRL_R = '\x12'
    CTRL_T = '\x15' # u replace T becuase T has another func
    CTRL_Y = '\x19'
by billmogen
Thu Oct 25, 2018 3:07 am
Forum: ESP-IDF
Topic: #issue# "control +T" in make monitor pyserial no effective on MAC OS
Replies: 1
Views: 2609

#issue# "control +T" in make monitor pyserial no effective on MAC OS

Hi, everyone: I was confused with the serial tool when I typed "make monitor" on my MAC book terminal. "control +T" combine key had no effective , I couldn't get the monitor menu table return. I have found that the "control + T" combine key had another function in MAC OS that is exchange character. ...
by billmogen
Tue May 29, 2018 6:38 am
Forum: ESP-IDF
Topic: type error when build partitions_singleapp.bin
Replies: 2
Views: 3759

Re: type error when build partitions_singleapp.bin

Hi Angus: You are right! The python version of esp-idf was 3.5 at that time, I changed the python version to 2.7. It was successful building. Actually, there were many python versions in my workspace, I tried to use pyenv to control them, I just modified one folder's python version to 2.7 use "pyenv...
by billmogen
Tue May 29, 2018 2:03 am
Forum: ESP-IDF
Topic: type error when build partitions_singleapp.bin
Replies: 2
Views: 3759

type error when build partitions_singleapp.bin

Hi, everyone: build error follow: Building partitions from /Users/billmogen/workspace/esp/esp-idf/components/partition_table/partitions_singleapp.csv... Traceback (most recent call last): File "/Users/billmogen/workspace/esp/esp-idf/components/partition_table/gen_esp32part.py", line 423, in <module>...