Hi all 1-I am looking for a function or method faster than the function (Serial.readStringUntil ('\ r') or Serial.parseInt ()). I think two functions took a long time(+6ms) for receiver (4 int) same time. The program I used int m_1,m_2,m_3,m_4; //// m=[1000 2000] String inString = ""; void setup() {...