int serXputs( char * s );

Hi

Does anyone know if there’s a limit on the size of parameter ‘s’ for this function: int serXputs( char * s );?

I intend to send about 25 characters in a string serially. However, not the full string gets transmitted?

Or is there something I should note about the baud rate? (I’m currently working on a baud rate of 9600).

Thanks.
Yaohao

Sorry, bad thread.

9600 it’s quite a slow rate, so maybe you need to use a larger buffer than default.

Check this post http://www.rabbit.com/forums/showthread.php?t=922