arduino ph ,orp atlas

Hi I am writing code for a controller and would be gratefully if you would share your code to see how you addressed it. Thanks.

Hi,

hopefully this helps. I blew up the board by accident, but this code worked when it was working. If I remember correctly the L1 & L3 were important.

Let me know if it works out.
Chris
-----------------------
// BYTE Keyword is no longer supprted
// pH stamp
/// Serial1.flush(); /// not sure how this applies
Serial3.begin(38400);
Serial3.print("L1");
Serial3.print(13); //, BYTE); masked problem

--------------
 
Back
Top