Forum Discussion
Altera_Forum
Honored Contributor
15 years ago --- Quote Start --- the Console pane isn'it work as the pc monitor --- Quote End --- So you don't see any output on the console??? --- Quote Start --- I think you must load the script.txt first --- Quote End --- I don't know how your code looks like.... As first step for you, I suggested to set up a simple project in which you use the console as alternative to the pc monitor. I recommended that you first try to print something on the Console using printf() and then read something back (from your PC keyboard) using getc(). This should have been your first example project for user interaction and not your final replacement of your existing code. --- Quote Start --- can you explain me more how to load the script .txt? --- Quote End --- In one of my older post, I printed a small piece of code on how to receive some raw data bytes from the PC via the jtag_uart. If you want to transfer your script.txt you could orientate to this piece of code. but you have to set up your own protocol/code for that. You have to do some work for it, but I believe it should'nt be too much. Regards