Topic: Read tag then write somewhere
Hi,
I'm learning programming in C, I have a touchatag reader and some tags.
I need to use touchatag offline, but it's not possible, so I have to program an app myself.
I want to make a console app (I don't know how to make a GUI), which would be "listening" for a tag, THEN would write the ID everiwhere I am.
For example, I launch my app, minimize it, open notepad, put a tag on the reader, then my app would write the ID on notepad... Or on a focused textbox on a webpage... Or anything else focused and writable (or not).
I'm watching the example page (http://www.libnfc.org/api/examples_page.html), but I don't know how to make an app, write something on a focused element...
I hope someone can help me, or even could tell me what to look for on google ('cause I don't even know how "making an app write on a focused element" can me called...)
PS: Please excuse my english.
Thank you !