Hi Jing thank-you for your help - I have also tried your helpful code.
Can I ask you please:
If I send: error = AS1_SendBlock(MySerialPtr, OutData, sizeof(OutData)); /* Send block of characters */
It prints the "Hello world" correctly
If I want to send another Hello World straight after this, I can't just send another AS1_Sendblock...
(It only shows the first one) -- must I wait for completion using AS1_OnBlockSent(LDD_TUserData *UserDataPtr);
I'm not quite sure to use it.
regards
Russell