-
Notifications
You must be signed in to change notification settings - Fork 134
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
Read-only mode when monitoring? #601
Comments
Hi! Have you tried something like https://github.com/esp-rs/esp-hal/blob/main/esp32-hal/examples/serial_interrupts.rs? Does that fulfill your requirements? |
Hi @SergioGasquez , I don't understand use case of that example, so it may not be what I'm looking for. What I need is that On another hand, I want to use ESP32 |
@hongquan Thanks for the request! I don't think this is something we want to handle in espflash itself. Feel free to use espflash as a library and manage your own monitor which doesn't take full control of the port. |
Thank you, @MabezDev . |
I'm using
espflash
v2.1.0 and I found that when I doespflash monitor
, it acquires exclusive access on the serial port. I want to use ESP32'sUART0
to read command from PC, it means that I want the serial port to be writable for other program. Could you add one mode toespflash monitor
so that it only need read access on the port?The text was updated successfully, but these errors were encountered: