Serial Number Tracker

Chat about anything CX16 related that doesn't fit elsewhere
steev
Posts: 4
Joined: Sat Oct 07, 2023 6:44 pm

Re: Serial Number Tracker

Post by steev »

PR00105 is in Clayton, NC.
Placed in a low profile Silverstone Micro ATX case
2024-02-10 08.42.16 sm.jpg
2024-02-10 08.42.16 sm.jpg (312.41 KiB) Viewed 1042 times
Last edited by steev on Sun Feb 18, 2024 2:49 am, edited 2 times in total.
mortarm
Posts: 232
Joined: Tue May 16, 2023 6:21 pm

Re: Serial Number Tracker

Post by mortarm »

Which model is this?
steev
Posts: 4
Joined: Sat Oct 07, 2023 6:44 pm

Re: Serial Number Tracker

Post by steev »

MILO 11
I posted more about it over here: viewtopic.php?p=31661#p31661
mortarm
Posts: 232
Joined: Tue May 16, 2023 6:21 pm

Re: Serial Number Tracker

Post by mortarm »

You can add P000122 to the list, located in Taylor, MI
Merri
Posts: 10
Joined: Sun Apr 25, 2021 11:05 am

Re: Serial Number Tracker

Post by Merri »

PR00512 ended up in Finland

Feeling kinda lucky getting that, it is the nicest number after 256, 128, and 69.
User avatar
edrive
Posts: 34
Joined: Mon Jan 18, 2021 8:03 pm
Location: Germany
Contact:

Re: Serial Number Tracker

Post by edrive »

PR00565_20240321.jpg
PR00565_20240321.jpg (3.52 MiB) Viewed 599 times
DragWx
Posts: 309
Joined: Tue Mar 07, 2023 9:07 pm

Re: Serial Number Tracker

Post by DragWx »

PR00769 (nice) has safely arrived at its destination. So far, so good, if anything isn't working, it's probably because I folded a pin or something while trying to insert the extra ICs into their sockets. :P
User avatar
ahenry3068
Posts: 995
Joined: Tue Apr 04, 2023 9:57 pm

Re: Serial Number Tracker

Post by ahenry3068 »

DragWx wrote: Thu Mar 21, 2024 8:35 pm PR00769 (nice) has safely arrived at its destination. So far, so good, if anything isn't working, it's probably because I folded a pin or something while trying to insert the extra ICs into their sockets. :P
I did that too. One of the small ones ? Yes ? I got it fixed eventually .... I've got that slight tremor in my hands that comes with age. I couldn't do electronics assembly on a regular basis. I can still get a Power Plug or a Sata cable plugged in though. Getting the screws into the standoffs can be a pain though.
DragWx
Posts: 309
Joined: Tue Mar 07, 2023 9:07 pm

Re: Serial Number Tracker

Post by DragWx »

In my case, it was one of the RAM chips, and it's because I didn't realize brand new ICs have their legs splayed out slightly wider than sockets. :P

I wrote a simple RAM check in BASIC, and though it took 2 hours, it found no issues, so everything's probably fine there. :P

Code: Select all

1 B=0:E=256:C=$A000:D=$BFFF:A=0
10 PRINT "== WRITING =="
20 FOR A = 1 TO 255
30 PRINT " ";HEX$(A);
40 BANK A:B=RND(-A)
50 FORB=CTOD:POKEB,RND(π)*E:NEXT
60 NEXT
110 PRINT:PRINT "== TESTING =="
120 FOR A = 1 TO 255
130 PRINT " ";HEX$(A);
140 BANK A:B=RND(-A)
150 FORB=CTOD
160 IFPEEK(B)<>INT(RND(π)*E)THENPRINT"!";:B=D
170 NEXT:NEXT
As for VIA 2 and the ESD protection chips, I guess I'll find out later if I dorked up any pins.
Accordster
Posts: 8
Joined: Thu Sep 07, 2023 4:11 am

Re: Serial Number Tracker

Post by Accordster »

IMG_0489.jpg
IMG_0489.jpg (3.11 MiB) Viewed 383 times
IMG_0487.jpg
IMG_0487.jpg (1.83 MiB) Viewed 383 times
DEV0082 is now a 65C816 board, with R47 of the firmware. I managed to bend the RESB and φ2O pins (40 and 39) of the original 65C02 as I hamfistedly wedged it out with a flathead screwdriver.
Post Reply