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

billmogen
Posts: 4
Joined: Tue May 29, 2018 1:50 am

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

Postby billmogen » Thu Oct 25, 2018 3:07 am

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

billmogen
Posts: 4
Joined: Tue May 29, 2018 1:50 am

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

Postby billmogen » Thu Oct 25, 2018 6:27 am

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'

Who is online

Users browsing this forum: ESP_Roland and 130 guests