Forum Discussion
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by termi@May 9 2006, 02:01 PM 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.
...
...
...
thank you!
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=15239)
--- quote end ---
--- Quote End --- In short, yes, you do need to match the baud rate, data/stop bits, etc. exactly between GPS and Nios UART. You can do this in a couple of ways -- if you do not need to reconfigure the UART in operation (via software) I'd recomend opening the Quartus project associated with your hardware design, launching SOPC Builder, and then editing the properties of the UART you're using.. you can change these settings, re-generate, re-compile, and then the UART should always operate at 4800 baud. On a side note, this sounds interesting! I've been wanting to do a project like this for some time but as usual, more important things get in the way of it...