KN

Results 1 issues of KN

i'm using two neoswserials. NeoSWSerial mySerial1( 5, 4); NeoSWSerial mySerial2( 6, 8); void loop(){ //mySerial2.ignore(); //mySerial1.listen(); if (mySerial1.available()) { char data = mySerial1.read(); // Read the incoming byte // Process...