Hello everyone, I'm planning to make a project where I take in data from my robot's camera on a esp32-cam and send that serial data to my computer in which VSCode will take in that data to calculate where to go next, (I am doing this to reduce load on the esp32 and make space to implement other addons later).
My question is how do I have either in python, java or C/C++ take in serial data and then return serial data back to the esp32 or an arduino? Thank you
thru a serial/com port?
In you PC program, open the port your Arduino is on and use it in the normal manner to send and receive characters.
use serial port on pc c++
if that's what you arent knowing how to do yet.
a7
Thank you so much this helped out a lot!!
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.