Error in Decode - Cannot decode EPC with header C3 #9
mimansa-dev
started this conversation in
General
Replies: 1 comment 2 replies
-
The package currently only implements headers 30 (SGTIN-98), 31 (SSCC-96) and 36 (SGTIN-198). 3C prefix indicates CPI-96. Happy to review and merge a pull request with tests if you choose to implement. You can refer to existing implementations for above Decoders to implement. More documentation here: https://www.gs1.org/sites/default/files/docs/epc/GS1_EPC_TDS_i1_10.pdf |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to decode a EPC but get an error "pyepc.exceptions.DecodingError: Cannot decode EPC with header C3"
The traceback is as follows. Appreciate if someone could guide me.
Beta Was this translation helpful? Give feedback.
All reactions