Search:

Type: Posts; User: Rony Macarone

Search: Search took 0.01 seconds.

  1. Replies
    4
    Views
    2,406

    This intended for Arduino (C++) I need to use...

    This intended for Arduino (C++)
    I need to use the serial string
    [code]//from SerialEvent
    String inputString = ""; // a string to hold incoming data
    boolean stringComplete = false; //...
  2. Replies
    4
    Views
    2,406

    inputString issue

    I have

    char msg[] = (echoOut,inputString.length())+1); //char
    or
    Serial.begin(9600);
    inputString.reserve(40); //(200
    char msg[] = "(inputString)"; //char
    Serial.println("connecting...
Results 1 to 2 of 2