Forum Discussion
Altera_Forum
Honored Contributor
19 years agoThe JTAG UART is quite a bit different than a standard RS232 UART, mainly due to how JTAG works. The JTAG UART is fundamentally designed to operate as a slave device only, that is an external device (master) must clock bits into (and out of) the device using the JTAG protocol. In the case of hte Nios II JTAG UART, Altera has provided a JTAG communication application (nios2-terminal) for use on workstations. This application ships with the Nios II kit, and is dependent on having Quartus II's JTAG server present.
I suppose that you could create your own implementation of the JTAG server-side of things for your own application, but this would take alot of work (i.e. not documented by Altera). I'm not sure what you're application is, but sticking with an RS232 UART is always the easiest way to go. Some people have been playing around with USB peripherals for use with Nios II, but this will probably require some work to get operational. --- Quote Start --- originally posted by vizziee@Jun 29 2006, 12:19 AM hello,
can i use jtag-uart for serial communication (rs-232 type). what are the limitations and methodologies?
sincerely,
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=16504)
--- quote end ---
--- Quote End ---