in fact you can find a way to send/receive char one by one with rcswitch:
using protocol 1 with 32bits messages ,
- 16 bits can be used like Key message, a byte like char code and a byte to indicate char number
- or if several senders/receivers: 8 bits=Key message, 4 byte=sender, 4 bytes=receiver, 8bits=char number, 8bits=char
(char number is needed due to repetition of each messages sent by rcswitch)
here you can find more :
I am using the rc-switch library for sending and receiving data. In rcswitch library, there is no method to send string data. I am using below method to send the string message in char buffer.
arduino.stackexchange.com
several protocols are available in rcswitch but i didn't use others