Advice for parsing GS1 using the xamarin sdk

I am looking for a way to parse the return from pharmaceutical datamatrix barcodes that are GS1 conformant. Specifically FNC1 characters.

Hello @Derek_Spurlock

The FNC1 character within GS1 code families, is used as a group separator.
Datalogic does not provide a specific library for parsing these code types, but you can find several articles and code examples on the net.

However, since it is a non-printable character (ASCII < 32), if you have difficulties in intercepting it, you can change the configuration of the Datalogic device scan engine, setting the parameter “settings / Datalogic / scanner settings / Formatting / Group Separator Replacement” to any character of your choice.

Regards
Simone