Page 1 of 1

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

Posted: Thu Oct 25, 2018 3:07 am
by billmogen
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. Now , I want to know how to modify the configuration in MAC OS or in pyserial to solve it.

Best Regards:
From Bill

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

Posted: Thu Oct 25, 2018 6:27 am
by billmogen
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'