cannot transfer the data form Arduino to Excel by PLX DAQ

Hi! :slight_smile:

I connected 2 FSR with Arduino UNO and then to transfer the Data to the Excel by using PLX DAQ. But the data just transfer 4 columns from 5 columns. I think maybe my code might wrong, but I don't know where that it wrong.

arduino code1.txt (493 Bytes)

The PLX-DAQ functionality expects to get ONE carriage return delimited string containing 4 values. That is NOT what you are sending.

Thank you all for replying. And now I know the problem that I got it form a code that I miss understood some point. And I have already adjusted it so problem solved! :slight_smile: