readserial()

  1. D

    B4R Question How to convert this code to read Serial.readString();

    Hi All, i have problem to convert this native arduino codes as shown below. my board based on wemos D1 R1 Thanks void loop() { if (Serial.available() > 0) { String incoming = Serial.readString(); if (incoming.indexOf("{")>=0 && incoming.indexOf("}")>=0) { Serial.flush()...
Top