yeahdongcn / RSBarcodes_Swift

1D and 2D barcodes reader and generators for iOS 8 with delightful controls. Now Swift.
MIT License
707 stars 185 forks source link

GUDID barcodes #92

Open jrlanders opened 7 years ago

jrlanders commented 7 years ago

Rsbarcodes seams to read a UDI or a GUDID barcode for the most part and I can get the code number "value=01208845210997981116071421N16581359" as it identifies the barcode as "org.iso.Code128". However it is not picking up the '(' & ')' as shown on this image: gudiddiagram-f0abfa0d78567acab33685ad2f46ea4c-2 The parentheses are field markers in this case determining the start of a new field.

Any ideas on how to determine the start of a new field item from he example on this image?