Java SDK and Examples:
- Get ports;
- Set configuration;
- Read tags;
- Write EPC;
- Write Multiple EPC.
How to use
In your project add the two jar files that accompany the SDK. Use the examples to guide you through development.
Important:
Apply permission for the port to be used.
Example: sudo chmod 666 /dev/ttyACM0
Compile and run on the terminal
Example to compile: javac -cp jssc-2.8.0.jar:IdentixSerialSDK.jar ReadTags.java
Example to run: java -cp jssc-2.8.0.jar:IdentixSerialSDK.jar:. ReadTags
Comments
0 comments
Please sign in to leave a comment.