Forum Discussion
Altera_Forum
Honored Contributor
20 years agoTransfert data to PC
Hello,
I would like to tansfert data produced by my Nios II system to the PC, but I have no idea how to do that... http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/sad.gif Does anybody know something about it ? Thanks Mister Guigui http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/cool.gif3 Replies
- Altera_Forum
Honored Contributor
I think the easiest method is using the host filing system, provided by Altera. There's a software example, that uses it, shipped with the distribution.
Cheers, - slacker - Altera_Forum
Honored Contributor
you could also use Rs232 and send or receive from - to PC
With file system is more efficiently , but i don't know what to do With RS232 , for example , i'm writing a protocol based on modbus . If you floating data o integer or else using by nios II cpu , you have to prepare buffer of bytes and send or receive depending of the request It is not immediatly but functionally Later i will to understand file system too . ciao walter - Altera_Forum
Honored Contributor
Thanks for you replies. I'll try to find the example first, and if I have enough courage, maybe I'll write a protocol...