Forum Discussion
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by slava+mar 27 2006, 04:09 pm--><div class='quotetop'>quote (slava @ mar 27 2006, 04:09 pm)</div>
--- quote start ---
<!--quotebegin-liyasi@Mar 27 2006, 11:00 AM i used niosii as a processor for vehicle detection and i want to send the result to my pc's harddisk. how to implement it? i try to use file system, but i cannot make it. it seems the niosii ide only deal with the data on board, right?
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=13811)
--- quote end ---
--- Quote End --- May be use uart for send data to PC? Of course, you need the teminal app on your PC and Nios that realize X-modem(Y-modem?) for example. <div align='right'><{post_snapback}> (index.php?act=findpost&pid=13812)</div> [/b] --- Quote End --- Yes, you are right. But I hope I can just use JTAG and NiosII IDE to implement it. Since I can see the data in Nios Terminal Window on my screen(that is to say, the data must have been stored somewhere in the PC's memory), there must be some way to save the data as a file on my PC, right?