Skip to main content
Post Closed as "Not suitable for this site" by gre_gor, CommunityBot, per1234, MatsK, KIIV
deleted 18 characters in body; edited title
Source Link
dda
  • 1.6k
  • 1
  • 13
  • 18

Running Multiple Programsmultiple programs with one Arduino

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

I have a board connected to a PC by USB, which is read by an aplicationapplication 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´tcan'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!

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!

Running multiple programs with one Arduino

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 application 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!

Source Link

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!