Forum Discussion
Altera_Forum
Honored Contributor
16 years agoThe standard version of sss wait for a carriage return character before calling sss_exec_command().
Since the rx buffer has a size of SSS_RX_BUF_SIZE (normally defined 1500), I think that some data is discarded if you send more than SSS_RX_BUF_SIZE bytes without a cr character; this if you use the example without any software change in sss_handle_receive(). I also started with the sss example and modified it in order to forward data received. I can transmit big data sizes without losing any. Regards Cris