Forum Discussion
Jayeshkumar
New Contributor
4 years agoIssue with Serial port block mode operation in quartus 18.1 standard edition
Hi,
We are trying to use serial port in block mode and fetching data using getc function and it is getting stuck while fetching data and not coming out.
The same code was working fine with Quartu...
ShengN_altera
Super Contributor
4 years agoHi,
May check on these previous cases and KDB about getc() function. Probably can help you out.
https://www.intel.com/content/www/us/en/support/programmable/articles/000085005.html
https://community.intel.com/t5/Programmable-Devices/Problem-with-UART-using-register/m-p/88273
- Jayeshkumar4 years ago
New Contributor
I have checked the provided html links and also confirmed that what suggestion given in links are fulfilled by my nios II bsp settings but still getc is not working when uart port is open in blocking mode.
Please kindly help to resolve the issue.
- ShengN_altera4 years ago
Super Contributor
Hi,
Could you provide a sample code for reviewing?