For ph and orp, I initialize the stamp by sending e\rr\r to end continuous mode and to get one reading.
for cond, I initialized by sending
response,0\rc,0\ro,ec,0\ro,tds,0\ro,sg,0\rk,1.0\rr\r
I'm not sure if it will work or not.
response,0 will tell the stamp to not return a string reply to commands
c,0 tells the stamp to stop continuous mode
o,ec,0 o,tds,0 o,sg,0 disables output for electric conductifiy, tds and specific gravity
so the only output is salinity.
k,1.0 tells the stamp the probe is k=1 type
then r\r will get one reading.
If someone already has the conductivity stamp, can they please try using the atlas test sketch and send the string in the above sequence (replace \r with a carriage return) and send me the serial monitor output.
Thanks.