| View previous topic :: View next topic |
| Author |
Message |
g0b

Joined: 18 Jul 2006 Posts: 1385 Location: France
|
Posted: Fri Oct 27, 2006 3:38 am Post subject: 2D barcodes |
|
|
Hi,
Anybody here already tried to decode datamatrix barcodes on Intel "modern" CPUs ? Maybe it could be a way to identify ES chips that have no marking except a sSpec and the datamatrix (type, frequency, cache size...) ?
Is it worth I try to work on this, or anybody already did it ?
g0b |
|
| Back to top |
|
 |
Mixeur

Joined: 06 Jan 2005 Posts: 4038 Location: Sochaux, France
|
|
| Back to top |
|
 |
g0b

Joined: 18 Jul 2006 Posts: 1385 Location: France
|
Posted: Fri Oct 27, 2006 7:12 am Post subject: |
|
|
Why ? What's so funny ?
g0b |
|
| Back to top |
|
 |
Mixeur

Joined: 06 Jan 2005 Posts: 4038 Location: Sochaux, France
|
|
| Back to top |
|
 |
g0b

Joined: 18 Jul 2006 Posts: 1385 Location: France
|
Posted: Fri Oct 27, 2006 11:49 am Post subject: |
|
|
Decoding a datamatrix ("2D barcode") into its corresponding alphanumeric ascii code is not an extremly difficult task. The algorithm is well known and public.
This is what I expect :
When you decode the datamatrix of a SL264, maybe you get the same alphanumeric data written next to it (80522PX233512 for instance) which is theorically possible since you can store up to 18 alphanumerical characters in a 20x20 datamatrix.
When you decode the datamatrix of a QCH5, maybe you can extract more or less clear information that could be usefull to identify it. maybe not.
I just wanted to know if so ever tried this before I waste my time on this...
g0b |
|
| Back to top |
|
 |
Mixeur

Joined: 06 Jan 2005 Posts: 4038 Location: Sochaux, France
|
|
| Back to top |
|
 |
g0b

Joined: 18 Jul 2006 Posts: 1385 Location: France
|
Posted: Fri Oct 27, 2006 12:25 pm Post subject: |
|
|
| Mixeur wrote: | | You can store 50 characters (8bits / characters), no ? |
It's not that easy : 2D barcodes (unlike 1D ones) contains calibration dots on the border of the square and interleaved redundant data for error correction. So you can store less than (With*Height/8 bytes).
| Quote: |
One time, I looked 2d-matrix of two same cpu (2 PII-400), and I concluded it was completely different.
But I didn't looked very accurately.
You can try and tell us the result. |
Bad news...
g0b |
|
| Back to top |
|
 |
|