I'm hoping someone can give me an idea of what's going wrong here. I am 
trying to read an NfcB tag, but when I call NfcB.connect(tag) I'm getting an 
IOException with a message of null. 
When the card is scanned, I'm retrieving the Tag object. Once I determine 
that I'm working with an NfcB tag, I do the following:
NfcB myTag = NfcB.getTag(tag);
if(!myTag.isConnected())
{
myTag.connect();
}

The myTag.connect() is throwing the exception. I'm stumped. 

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to