Ive been playing with one this morning and havnt managed to get anything out of it yet.
Connected as per the datasheet. but without the handshaking so will use a delay for now.
Tried sending a c/r so it will autosense the baudrate at 52600. Code below.
Also hard resetted the controller as per the instructions.
But still no luck.
Ill give it another go later but if anyone has tried this device before Id appreciate any tips.
Based purely on general principles, and not any experience with that particular board, I suggest:
adding a delay of a few hundred mS before sending the CR, in case the Arduino is finishing its reset faster.
Cut way back on the delay after the CR: the board probably only needs less than 1mS to calculate the baud rate. All that 30-second delay does is increase your stress level while you're waiting to see whether it's working.