I have started a project to interface an arduino mega to the monkeyboard dab radio containing a keystone t2-l4a-8650.
Got the mega communicating in place of the custom programmed uart and can now control the unit
One strange issue. It's connected at 57600, 8,N,1 to serial 1. Command packets are generally 7 bytes long, which send fine and the unit replies, but when I use one of the longer 12 byte commands, I have had to put a 1ms delay in the loop after the serial1.write().
It maybe that the keystone modules buffer is to small (which would be very strange, and the product sheet suggests it is 64 bytes) or the arduino is corrupting.