Post Go back to editing

Serial communications Issues

Category: Hardware
Product Number: CN0359

CN0359 Conductivity Dev Board: I am having issues getting Putty to communicate and can only get a partial response using Arduino. I get no response when using Putty. My partial response using Arduino only returns first three parameters when I send poll\n from my program. 

Also, my board has small LCD screen and no RS485 chip as it is rev B. I am OK using my Arduino but since I am not getting the conductivity reading it is not useable at this point. I connect Arduino TX to Sin and RX to Sout if the 0359 bard. It would be helpful if 0359 had a LED that flashed when TX/RX is working. 

If anyone has a working Arduino sketch that would Be cool. Also, this is standard 0359 firmware, I have not changed or tried to upload new firmware.

Thanks

Parents Reply
  • Hello, Yes I did try to remove the delay but that did not help. Ultimately the issue was that I was using the only UART that I had available on the UNO so switched to one of my ESP32 boards and had one TX/RX for Serial.print() and the other for the Serial.write() commands to the board. All good now for comms, I just have to figure out how to parse the data to get mainly to the Conductivity measurement which should be pretty simple. Thanks!

Children
No Data