Hello guys,
i try to use a dfrobot ph sensor what works well, till it comes to calibration. The libary needs to read a serial command "enterph" send manually from the serial monitor to start the calibration routine. The thing is, i want to use the sensor without a pc later and want to start the calibration process by code with an event of a button or so.
now im searching for a way to simulate this serial input within the code.
Do you know a way to do this?
simply "Serial.println()" or "Serial.write()" doesnt the trick. i only want to use the arduino itself and no secondary hardware to send ove a serial command. Thats what i found so far as solution.
any help would be appreciated