Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jlcout authored Jan 12, 2017
1 parent 8c07aef commit 2a2eaa8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


### EPCtagCoder
### ***EPCtagCoder***

An extremely intuitive, small and ultra fast EPC encoding and decoding library for java.

Expand Down Expand Up @@ -38,13 +38,9 @@ ParseSSCC parseSSCC96 = ParseSSCC.Builder()
.withTagSize( SSCCTagSize.BITS_96 )
.withFilterValue( SSCCFilterValue.RESERVED_5 )
.build();

System.out.println("parseSSCC.getRfidTag() "+ parseSSCC96.getRfidTag() );


SSCC sscc = parseSSCC96.getSSCC();

System.out.println("parseSSCC "+ sscc.toString() );


```

0 comments on commit 2a2eaa8

Please sign in to comment.