PLX-DAQ version 2 - now with 64 bit support! (and further new features)

Yes, it works!!!! Thanks you so much NetDevil!!!!

NetDevil:
Hi miniunder,

Nearly perfect, but you placed the variables in the wrong order for printing. Also you didn't do it in 1 command but in 2.

Correct world be:

if (sensor_string_complete == true) {               

Serial.println((String)"DATA," + sensorstring + ",TIME");
    delay(100);                                     
  }




Notice how the sensorstring now is part of the single serial.println command and how all three commands (data / sensorstring / time) are divided by a comma.

I'm not at my computer thus I wasn't able to test the code, but I think it should work. In case not just post a reply.

Greetings