Hello all, I have developed a program for which i expect to receive inputs from MATLAB model via Serial Interface, produce an output which shall be sent to serial port and plot using python. I am trying to achieve this simultaneously like a live input and live output.
I am able to see 3 COM ports in Arduino IDE and one is mapped to NANO, when i tried using serial() and serial1() or serial2(), i get compilation errors. how to connect multiple COM ports to NANO or is it hardware limitation to use only one?
NOTE: I tried using serial plotter, mine is 1s loop system and also serial plotter gets struck during that delay and struggles to print multiple values simultaneously. If serial plotter is open, Serial Interface to MATLAB fails. Same way with python script to do serial plotting