sui77 / rc-switch

Arduino lib to operate 433/315Mhz devices like power outlet sockets.
1.94k stars 662 forks source link

send and receive Strings #469

Open kobraevents opened 2 years ago

kobraevents commented 2 years ago

how to receive string? so one can send a character but not a string. i saw in the .h the received value is stored in a unsigned long. does some one has a solution how to send and receive strings? i wanna add some characters in my transmitter to sort them. something like: transmitter.send("SmartHomeSwitch1"); transmitter.send("SmartHomeSwitch2");