this post was submitted on 07 Aug 2023
8 points (90.0% liked)
techsupport
2447 readers
1 users here now
The Lemmy community will help you with your tech problems and questions about anything here. Do not be shy, we will try to help you.
If something works or if you find a solution to your problem let us know it will be greatly apreciated.
Rules: instance rules + stay on topic
Partnered communities:
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Barcodes are binary. Why not just create a string of alternating 1s and 0s with the occasional double number, then convert that into the format you need and generate the Barcode out of it.
I have no idea how barcodes work honestly. My reasoning behind asking this question is that since each pattern encodes a different string, so I'm trying to find the most illegible barcode which can be formed from a given string. Then I'll try to scan that with my device and the maximum length string/barcode which I can scan will be the value I'm looking for.
Can you help me understand how to follow through with this approach or if there's any problems in it?