I would like to know the answer for the following questions:
- Identify device types (Type A , B or Felica)
- Ways to open communication between the external POS
- Code samples and how to test them?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Tag type identification example:
}
There is no API defined in Android to communicate with an external reader. You could consider implementing peer-to-peer communication in the reader, using LLCP and SNEP (see NFC Forum for the specs).