Thanks.
I tried this.
incoming = ((char)LoRa.read());
//Serial.print((char) LoRa.read());
Serial.print(incoming);
lcd.setCursor(0, 0);
lcd.print(incoming);
This is the Serial monitor.But on the LCD I only get 1,2,3,4,......9 and then 1,2,3....9 keeps on repeating but no "Hello"
Received packet 'hello 224' with RSSI -62
Received packet 'hello 225' with RSSI -61
Received packet 'hello 226' with RSSI -61
Received packet 'hello 227' with RSSI -61
Received packet 'hello 228' with RSSI -60
Received packet 'hello 229' with RSSI -63
Received packet 'hello 230' with RSSI -61
Received packet 'hello 231' with RSSI -62
Received packet 'hello 232' with RSSI -61
Received packet 'hello 233' with RSSI -60
Received packet 'hello 234' with RSSI -61
Received packet 'hello 235' with RSSI -61
Received packet 'hello 236' with RSSI -60
Received packet 'hello 237' with RSSI -61
Received packet 'hello 238' with RSSI -61
Received packet 'hello 239' with RSSI -59