My midlet has just a TargetDetected method. what it does is:
wait for a tag
read ndef message
do some operation with this data also using data from phone recordstore
write back the updated data on the tag.
is there a way to realize consecutive runs of this midlet using the emulator with different tags?
I was asked to try to find a way to read the tag visit patter from a script (maybe a normal text file) and do a simulation of the various visits using the emulator (one execution of the midlet per tag).
afaik from the user guide the emulator can only be started, and all the operation concerning the tag (attaching and detaching) may be done only using the user interface and not by command line or other way.
Thanks and sorry for my bad english

Reply With Quote

