Skip to main content
1 of 2

Running Multiple Programs with one Arduino

My question is: Is it a problem to use multiple softwares to read the data that came from the same usb port simultaneously?

I have a board connected to a PC by USB, which is read by an aplication developed in C#. I display the data from the board in a table form.

Now I have to plot the data. The problem is that both the board and the software are deployed and can´t be modified. So I have to create another program to do that, but the user should be able to run both softwares simultaneously.

Thank you!