Forum Discussion
Altera_Forum
Honored Contributor
16 years agoNeed some tips reagarding the sss example
Hi, I need some tips regarding the simple socket server example. I'm trying to write som data to the ddr2 sdram and so far I have only modified the functions sss_handle_receive() and sss_exec_c...
Altera_Forum
Honored Contributor
16 years agoHi Cris,
Thanks for the reply. I have redefined the rx buffer to 4000, so I don't fill up the buffer. I send a cr character to call the sss_exec_command() before the buffer is full. Doesn't the memset() function clear the buffer of all the data you have read? Regards