How to decode the serial number of a Lisa?

Started by mactjaap, May 03, 2020, 07:35:50 AM

Previous topic - Next topic

mactjaap

I would like to know how to decode the serial number of a Lisa. And.is the Apple Net number also a kind of serail number?
My Lisa has serial: A3244754
A6S0300(P) memory A6S0304 | APPLENET 00103526 | MANUFACURED 3244






rayarachelian

#1
There's code in LisaEm for this. Copy the serial number into LisaEm in the first page of the Preferences dialog, and there's an "info" button to get info about the serial number. There's also a PDF somewhere on the web from the DTC archives, but I can't seem to find it at the moment.

You'll have to format it in the way it shows up at memory locations 0x240 from service mode.

You can also look at the code here: https://github.com/rayarachelian/lisaem/blob/2c4276eae2051d533ddd0be0f8357bef923795e8/src/host/wxui/LisaConfigFrame.cpp#L175

to see how it's encoded.

I think I found it: ftp://ftp.apple.asimov.net/pub/apple_II/documentation/applelisa/AppleLisa%20-%20Good%20Things%20to%20Know.pdf
on the PDF document page 78.

It used to be searching for these things would just work, but I guess google and the other search engines don't care that much about the Lisa. Instead silly articles about Apple's greatest failures and stuff like that come up.
You don't know what it's like, you don't have a clue, if you did you'd find yourselves doing the same thing, too, Writing the code, Writing the code

mactjaap

Thanks for the info. I will give it a try.  A very interesting document too!