Grabbing data from separate USB cords / separate serial streams

arduinoserialusb

I have two measurement circuitry connected to two separate Arduinos.

I need to grab and record data from the two simultaneously, so how can I monitor and record data from two serial stream from separate USB cords?

I don´t have a unix system but I have been using Cygwin so far. I´m currently installing Ubuntu on VMVirtualBox. Can I just open multiple shells in Ubuntu and record the data in that way given that I know my COM ports?

Best Answer

It should work, but there is no need to install Linux just for this purpose...

You could do what I did: I opened putty windows, and set it to log the output to file. I made the serial output of the Arduino code so that it was pasteable (is that a word?) into Excel to be able to easily display the result as a chart.

It worked like a charm.