LoRa E5 Mini Peer to Peer Communication

Can anyone give me pointers on how to set up peer to peer communication with two LoRa E5 mini modules?

Using the AT command set you place both E5s into test mode, set the configuration to exactly match, put one in recieve mode, and then trasmit on the sender:

Example Transmitter:
AT+MODE=TEST
AT+TEST=RFCFG,915,SF8,500,12,15,14,ON,OFF,OFF
AT+TEST=TXLRSTR, “Hello Cruel World”

Example Receiver:
AT+MODE=TEST
AT+TEST=RFCFG,915,SF8,500,12,15,14,ON,OFF,OFF
AT+TEST=RXLRPKT

I have yet to get an E5 to talk to talk to my heltec lora32 module which is my current endeavor but this works fine E5 to E5.