Forum Discussion
Altera_Forum
Honored Contributor
10 years agoNon-blocking fgets
Hi, I'm interfacing MAX10 fpga development kit with matlab. The matlab sends command to the .c file which in turns request data from the fpga development kit. I'm able to acquire data continuou...
Altera_Forum
Honored Contributor
10 years agoPerhaps you could think about using the getchar() function instead.
This way you could manage yourself incomming characters one-by-one.