From: Lampe M. <ml...@in...> - 2009-02-16 16:19:10
|
Hi Alex it might be the problem that the tag type is found in the IDTypes configuration file. What kind of tags are you using. When you debug it, try to check what kind of id type the tags have and if this id type is found in the configuration. The concepts are described at: http://www.fosstrak.org/hal/docs/developer-index.html Unfortunately, we don't have the same hardware available to do tests. Best Matthias ________________________________ Von: alex orl [mailto:ale...@ya...] Gesendet: Mo 16.02.2009 12:20 An: acc...@li... Betreff: [accada-reader-developer] Help tagModel Can anyone help me with my previous email? memoryBankDescriptors[0] = new MemoryBankDescriptor(tagModel.getReservedSize(), tagModel.getReservedReadable(), tagModel.getReservedWriteable()) is the istruction that rises the esception. Tagmodel is Null.... If i replace with this istruction, there is no more exception. memoryBankDescriptors[0] = new MemoryBankDescriptor(96, true, true); it seems to capture the epc ... but i cannot see them in my capture application. Help me! Thanks a lot. Alessio ________________________________ Passa a Yahoo! Mail <http://us.rd.yahoo.com/evt=52435/*http://it.mail.yahoo.com/> . La webmail che ti offre GRATIS spazio illimitato, antispam e messenger integrato. ________________________________ Passa a Yahoo! Mail <http://us.rd.yahoo.com/evt=52435/*http://it.mail.yahoo.com/> . La webmail che ti offre GRATIS spazio illimitato, antispam e messenger integrato. |