
Archive for July, 2019
Arduino Serial Print and Println Function to Send Integer Variable And Text Program Code



Understanding How Arduino Serial Port Send Line Feed LF, Carriage Return CR and New Line Character



Arduino Serial find Function Syntax And Example Code of Serial.find(), timeout


What is Arduino Serial find Function Arduino Serial find Function reads the received buffer and test for specified string or word present or not. This function returns a boolean value. If specified string is present in the buffer than the function return true, otherwise return false. By default the find function wait for one second […]
Arduino Serial finduntil Function and its Application with Example


What is Arduino Serial findUntil Function Arduino Serial findUntil Function reads the received buffer and test for specified string or word present or not. If specified string is present in the buffer than the function return the true, otherwise return false. By default the findUntil function wait for terminating character before it return false. The […]