2 Windows Pcs 1 Arduino Connection?

Please bear with this very basic question as I'm a beginner.

I have a motion simulator with Arduino Uno and Adafruit Motor Shield v2 controlling a wind simulator via Sim Hub to my main PC but I want to use the same set up via a laptop to also control wind from my PS5 So I was wondering whether the board can have different com ports uploaded and stored or would I need to buy new boards for the console / laptop set up?

thank you in advance

Hello optical10

Post a block diagram to show the hardware setup.

Hi thanks for your quick reply. I think I might have complicated the question by not saying that it would not be a simultaneous connection but two different sessions at different times and I'm simply asking whether the memory on the board can store simultaneous comports from different PC hardware.
Here is a link to the youtube tutorial that shows the basic setup,

i've time stamped [1 1:03] it to show exactly how we set up in the simple software regarding uploading the comport to the board, I'm just Worried that I might overwrite the first setup on the pc with the setup on the laptop.

Hello optical10

You can flash two sketches included in one sketch.

All you need is a configuration bit that shall has to be read during reset to start either sketch1 or sketch2.

p.s.

In this case the use of function pointers is recommended.

1 Like

thanks Paul that makes sense now you explained. Many thanks and God bless you.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.