--- Quote Start ---
There is any possibility just to do a simple GUI to read from a address and present it?
--- Quote End ---
Yes, of course there is.
You can edit the client and remove all the code associated with the server.
--- Quote Start ---
Because I am not understanding this with the client and server.
Sorry for being such a novice in this.
--- Quote End ---
I have already provided examples which show how to do everything you have asked.
I have deliberately not "held your hand" and simply written the code for you, as that would achieve nothing (other than allowing you to skip the step of actually learning something).
You need to post a question showing you have actually *tried* to write some Tcl code, and that you are *stuck*.
Show that you have actually attempted to either do something yourself, or have a specific question about how some code works, and I'll help you.
Did you even bother to open the tk_examples.zip file I linked to above? I'll give you the benefit of the doubt and tell you how you can run these examples;
1. Download the examples, and extract them, eg., into c:/temp/tk_examples/
2. Start Quartus or ActiveState ActiveTcl
3. If running Quartus, make the Tcl console visible via View->Utility Windows->Tcl Console
4. In the Tcl console, change directory to the tk_examples folder and run (source) an example
tcl> cd {
C:\temp\tk_examples} tcl> source entrybox_ex.tcl
and then play with the GUI.
Then read the code, break it, debug it, and build your own GUI.
Cheers,
Dave