Is there any tutorial that can demonstrate the code required to enable the OpenMV to send a data stream over a USB to a companion computer (Raspberry Pi, or a PC) running a python script? That script would then consume the data stream and executes a simple task. I need this to work without the IDE.
BTW, I’ve practically given up attempting to get a Windows-based terminal outside of the IDE to show the data stream from the USB COM port. Nothing works outside of the IDE’s serial terminal. I’ve not found a clear description of how to view this data via a terminal.
Also, if anyone has a decent tutorial that provides a good overview of all of the communication protocols and devices, I’d greatly appreciate the link.
Thanks!