Forum Discussion
Altera_Forum
Honored Contributor
20 years agoget data from GPS through UART port
Hello everybody, I'm doing a design, the purpose is to receive data from GPS to FPGA. I use the serial port UART. I have some problem now. The data from GPS is just ASCII text, like...
Altera_Forum
Honored Contributor
20 years agoThank you, Jesse!
I tried to change the settings of UART in hardware. As I always work on software, I didn't know much about hardware. What I did is that, I opened the example hardware design "full-featured" in Quartus, launched SoPC builder, changed the baud rate of UART, and then generated it. But the error occured showed in the following: ERROR: The argument "--system_directory=F:/altera/kits/nios2/examples/vhdl/niosII_stratix_1s10/full_featured" contains a space. So sorry. Error in processing. System NOT successfully generated. What's wrong?