How do I get data through the REPL port in a program?
Posted: Wed Nov 24, 2021 8:49 pm
Am working with an ESP32 board that has an on_ board USB-COM port that is being used by the REPL. My application is designed such that it uses the UART communication. But I prefer to utilize the REPL board over the UART communication so that for me I do not need to do the wire of the other pins so that I can use the UART. I just use the REPL port just like how the normal UART is used.
https://www.theengineeringprojects.com/ ... cu-v3.html
My worry is how to get data from this REPL port in the program. I actually have no idea about that.
Can someone help? Thanks!
https://www.theengineeringprojects.com/ ... cu-v3.html
My worry is how to get data from this REPL port in the program. I actually have no idea about that.
Can someone help? Thanks!