I\'m using two Arduinos to sent plain text strings to each other using newsoftserial and an RF transceiver.
Each string is perhaps 20-30 characters in length. How do
If you're using concatenate method then don't forget to trim the string if you're working with if else method.