I have a DataMatrix code to generate.
The code is composed of the bluetooth address + this code "~3B" that I must had as a prefix to
the barcode.
So, I need to encode :
string toEncode = "~3B" + BluetoothAddress;
I've never managed to achieve this with ZXing.
So, I've decided to buy Neodynamic barcode library because there is an "apply Tilde" property.
I've test the generated barcode and it works fine.
this happened 6 months ago for the Compact framework platform.
Now, I have to deal with the same issue on Android platform.
My question is simple:
Can anyone tell me what to put in the string to be encoded in order to fully generate the right
code taking into account this "tilde" (~) character...
I CAN'T get rid off the use of the tilde because it is for pairing bluetooth device and the "~3B" code
is mandatory for pairing on this kind of machine (Zebra stuff).
Thanks
Nicolas, Toulouse, France
I don't know what "ApplyTilde" is but it's not a DataMatrix thing. You can successfully encode "~3B" in DataMatrix with this library. I don't know what results you are looking at but think you are misunderstanding the function of the encoder or decoder.
--
You received this message because you are subscribed to the Google Groups "zxing" group.
To unsubscribe from this group and stop receiving emails from it, send an email to zxing+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.