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
#issue# "control +T" in make monitor pyserial no effective on MAC OS
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.
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: No registered users and 133 guests