Forum Discussion

3 Replies

  • Altera_Forum's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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's avatar
    Altera_Forum
    Icon for Honored Contributor rankHonored 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...