Welcome to EnviroDIY, a community for do-it-yourself environmental science and monitoring. EnviroDIY is part of WikiWatershed, an initiative of Stroud Water Research Center designed to help people advance knowledge and stewardship of fresh water. New to EnviroDIY?Start here
I noticed in a different example file (I think it was e_continuous_measurement) the getResults function used an “R” command instead of the “D” command and that seemed to fix the problem.
I changed
123
command+="D";
to
123
command+="R";
and now it’s getting data from all of the sensors. However, I can’t find an “R” command in the 5TM documentation anywhere. Can anyone tell me what the “R” command does?