| VCF Montreal | Jan 24 - 25, 2026, | RMC Saint Jean, Montreal, Canada |
| VCF SoCal | Feb 14 - 15, 2026, | Hotel Fera, Orange CA |
| VCF East | Apr 17 - 19, 2026, | InfoAge, Wall, NJ |
| VCF Pac. NW | May 02 - 03, 2026, | Tukwila, WA |
| VCF Southwest | May 29 - 31, 2026, | Westin Dallas Fort Worth Airport |
| VCF Southeast | June, 2026, | Atlanta, GA |
| VCF West | Aug 01 - 02, 2026, | Mountain View, CA |
| VCF Midwest | Sep 12 - 13, 2026, | Schaumburg Convention Center, IL |



I think the tape playback had multiple recordings playing one after another which is why you might've gotten the "HELLO WORLD" as I may have recorded that text previously and did multiple overwrites of the same tape. I'm glad that you got it working! I've found that, if you play around with the pot and the volume of the tape player, you can get a fairly consistent reading.I'm actually able to read in the tone from @kalinchuk's video too at 47:10. In fact, it reveals some editing magic. That was not the recording of "HELLO FROM SCELBI" but actually "HELLO WORLD" which I had to double check because that was the string I had used for testing.



PHLTXXXX
11000000 Page 010
10001000
10100000 Address 000
00000000
00001111 Data 377
00001111
00001111 Data 376
10001110
10000000
10000111
00000011
10000001
00000011
10000000
10011001
00000011
10000000
11111111
00000011
11111111
00000011
11111111
00000011
10011111
00000011
10000000
11111111
00000011
11100111
00000011

7654 HLTP
3210 0000
0000 0001
1000 1000 High address
0000 0000
0000 0001
0100 0100 Low address
0000 0000
1010 0001
1010 0001 Data 01010101
1010 0001
0010 0011 Trailer
0000 1000
And here is the same corrected transcription of the bytes for this:I had previously written on page 010 addresses 000 to 007 the data 377 down to 370 (Octal)
![]()
00000001
10001000
00010001
00000001
01000100
00000000
11110001
11110001
11110001
01110001
00001111
00010000
10110001
00001111
00010000
00110001
11110001
11010001
00001111
00010000
01010001
11110001
10010001
11110001
00010001
00001111
00011001
00010001
00000000
| Page\Addr | 000 | 001 | 002 | 003 | 004 | 005 | 006 | 007 |
| 010 | 377 | 376 | 375 | 374 | 373 | 372 | 371 | 370 |
0000 0001 Start of transmission
1000 1000 Next byte is high address
0001 0001 - What is this doing here?
0000 0001 High address
0100 0100 Next byte is low address
0000 0000 Low address
1111 0001 High byte of 377
1111 0001 Low byte of 377
1111 0001 High byte of 376
0111 0001 Low byte of 376
0000 1111 - Thing 1/2
0001 0000 - Thing 2/2
1011 0001 Low byte of 375
0000 1111 - Thing 1/2
0001 0000 - Thing 2/2
0011 0001 Low byte of 374
1111 0001 High byte of 373
1101 0001 Low byte of 373
0000 1111 - Thing 1/2
0001 0000 - Thing 2/2
0101 0001 Low byte of 372
1111 0001 High byte of 371
1001 0001 Low byte of 371
1111 0001 High byte of 370
0001 0001 Low byte of 370
0000 1111 - Thing 1/2
0001 1001 - Dunno
0001 0001
0000 0000
377 = 1111 1111 010 000 = 0000 1000 0000 0000
376 = 1111 1110 010 001 = 0000 1000 0000 0001
375 = 1111 1101 010 002 = 0000 1000 0000 0010
374 = 1111 1100 010 003 = 0000 1000 0000 0011
373 = 1111 1011 010 004 = 0000 1000 0000 0100
372 = 1111 1010 010 005 = 0000 1000 0000 0101
371 = 1111 1001 010 006 = 0000 1000 0000 0110
370 = 1111 1000 010 007 = 0000 1000 0000 0111
MIRROR
377 = 1111 1111
376 = 0111 1111
375 = 1011 1111
374 = 0011 1111
373 = 1101 1111
372 = 0101 1111
371 = 1001 1111
370 = 0001 1111
| Page\Addr | 000 |
| 000 | 125 |
0000 0001 Start of transmission
1000 1000 Next byte is high address
0000 0000 High address
0000 0001
0100 0100 Next byte is low address
0000 0000 Low address
1010 0001 High byte of 125
1010 0001 Low byte of 125
1010 0001
0010 0011
0000 1000
125 = 0101 0101 000 000 = 0000 0000 0000 0000
MIRROR
125 = 1010 1010
1111 0001 High byte of 373
1101 0001 Low byte of 373
0000 1111 - Thing 1/2
0001 0000 - Thing 2/2
0101 0001 Low byte of 372
Becomes
1111 0001 High byte of 373
1101 0001 Low byte of 373
1111 0001 High byte of 372
0101 0001 Low byte of 372
SCELBAL
0100 0001
0000 1001
0001 0000 High address (0x08 or octal 10)
0000 0001
0100 0100 Next byte is low address
0000 0000 Low address
1100 0001 High Byte of 044 (But in octal? Should be 44 hex)
0110 0001 Low Byte of 044 (But in octal? Should be 44 hex)
0000 0000
0110 0000
0000 0001
0000 1000
0000 1010
0001 0001
1100 0100
0001 0000
1000 0001
0001 0110
Hex: 40
Oct: 100
Bin: 0000 0000 0100 0000 -> 0000 0010 0000 0000
Hex: 44
Oct: 104
Bin: 0100 0100 -> 0010 0010