LoRa-E5 payload error

Hi there,
Ah’ I see now, Some encoding going on or maybes “two compliment”
Curious to know what happens if you;

AT+SEND=<Address>,<Payload Length>,<Data>
<Address>0~65535, When the <Address> is 0,
it will send data to all address (From 0 to
65535.)
<Payload Length> Maximum 240bytes
<Data>ASCII Format
Example : Send HELLO string to the Address 50,
AT+SEND=50,5,HELLO
+OK
Search last transmit data,
AT+SEND?
+SEND=50,5,HELLO

does it work?
GL :slight_smile: PJ
I couldn’t find that command “AT+CMSG” in the Lora e5 Reference?

Can you get the factory settings, echo’d ?
AT+FACTORY