Re: [M100] Back from the hospital

2020-11-21 Thread Bob Pigford
+1

Sent from my iPhone

> On Nov 21, 2020, at 10:10 PM, Mike Stein  wrote:
> 
> Welcome back!
> 
> Take it easy and get back in shape!
> 
> m
> 
>> On Sat, Nov 21, 2020 at 9:22 PM Ken Pettit  wrote:
>> Hey Guys,
>> 
>> The Dr. released me from the hostpital last Thursday and I have been 
>> just taking it easy until my new medication has time to kick in (it 
>> takes about 2 weeks before it is effective).  I didn't have any new 
>> blockage in the arteries, so all of my symptoms must be originating from 
>> the minor blockage that has been there for years.  The medicine has 
>> helped with this in the past, so here's hoping.
>> 
>> Anyway, just wanted to say thanks for all the good wishes and report in 
>> that I'm doing okay.
>> 
>> Ken


Re: [M100] Serial IO from BASIC

2018-10-29 Thread Bob Pigford
You might also need to set MAXFILES to 2 at the beginning of your code.
5 MAXFILES = 2

-Original Message-
From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Greg Swallow
Sent: Monday, October 29, 2018 12:10 PM
To: m...@bitchin100.com
Subject: Re: [M100] Serial IO from BASIC

You will have to open COM for input as well:

10 OPEN "COM:78N1DNI" FOR OUTPUT AS 1
15 OPEN "COM:78N1DNI" FOR INPUT AS 2
20 ON COM GOSUB 100
30 COM ON
40 REM Send seek to frame 1000
50 PRINT #1, "FR1000SE"
60 REM when the player gets there, it responds "R" via serial
70 GOTO 70
100 REM Got serial response
110 A$=INPUT #2
120 PRINT "Got ", A$
130 RETURN

Or, something along those lines.

Gpd Bless,

GregS <><


- Original Message -
From: "Scott Lawrence" 
To: "Model 100 Discussion" 
Sent: Monday, October 29, 2018 8:27:32 AM
Subject: [M100] Serial IO from BASIC

Hi all.

So I'm working on a project; a BASIC program that talks at 4800 baud to a
LaserDisc player.  The commands are sent as ascii text, with a carriage
return at the end, and responses are similarly a text string terminating in
a CR.

On my Tandy 200, I'm able to configure the port in TERM via:
   STAT 78N1DNI

And then i can type out commands and the player works and responds with the
correct responses... so I know the serial line is working in both
directions as designed.

In BASIC, i know i need to open the connection for INPUT and OUTPUT so that
I can write stuff and read back the responses.  The following code works to
send out the commands, but it gets errors no matter what I try for reading
in the response

10 OPEN "COM:78N1DNI" FOR OUTPUT AS 1
20 ON COM GOSUB 100
30 COM ON
40 REM Send seek to frame 1000
50 PRINT #1, "FR1000SE"
60 REM when the player gets there, it responds "R" via serial
70 GOTO 70
100 REM Got serial response
110 A$=INPUT #1
120 PRINT "Got ", A$
130 RETURN

I looked around in a few online T books, but couldn't really find anything
that could help me out on this one, and I'm feeling pretty stupid that me,
a web applications and embedded systems engineer can't figure out a BASIC
program It's been YEARS since I messed around with BASIC, and even then
I never really did much with opening files...

sidenote, "ON COM GOSUB " ?!?! That's an awesome feature!  I love that
we can have interrupt-driven serial in BASIC!

Side-sidenote; I also don't really have a good solution yet for saving and
restoring the files but i'll probably just do serial port dumps or
somesuch. ;D I know i can buy NADS or REX or something, for file offloading
but this is a short-term project for Maker Faire next month, and I don't
have the cash to drop on fancy stuff right now.  I'll probably just throw
together a serial-terminal based SD card shell using a spare arduino or
something...   Although I'd gladly trade my Booster Pak which i never
really got working for one of those... ;D

-s

-- 
Scott Lawrence
yor...@gmail.com



Re: [M100] NADSBox status

2018-10-06 Thread Bob Pigford
+1

-Original Message-
From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Greg Swallow
Sent: Saturday, October 06, 2018 12:03 PM
To: m...@bitchin100.com
Subject: Re: [M100] NADSBox status

God bless you. And, bless Him that you are still with us.

GregS <><

- Original Message -
From: "Ken Pettit" 
To: m...@bitchin100.com
Sent: Friday, October 5, 2018 6:18:30 PM
Subject: [M100] NADSBox status

Hey Gang,

I had reported a couple of weeks ago that I had maybe a dozen NADSBoxes 
that I would be able to sell fairly soon.  Just wanted to updated 
everyone that the effort has kinda been put on old for a bit because I 
was in the hospital the past week and a half.

I went in last Monday because I felt I needed more stents, which I did.  
They ended up putting in 2 more stents ... I think I'm up to 20 now.  
Normally this would be a 2-3 day visit to the hospital and then back to 
work the following week.  But this time because of the amount of 
blockage in the main artery, they needed to put me on a breathing 
machine and sedate me fully (in an expeditious manner since they only 
discovered this during the proceedure).

While placing the breathing tube, they lacerated the right side of my 
tongue REALLY BADLY, then I spent the next 7 days in the ICU.  I just 
got home on Wednesday evening and am still recovering with a swollen 
tongue and neck (secondary brusing from all the bleeding).

I still plan to work on these over the next few weeks, but it will have 
to be at a slower rate than I was originally thinking.

Ken



Re: [M100] PC to T102 transfer using T-Dos problems

2018-09-14 Thread Bob Pigford
Just guessing in the dark here, Robert.   While I have not used Desklink in a 
long time, I seem to remember that it used 9600 as the default speed.  I am 
probably wrong, but stepping down to 9600 might be worth a try.  Good luck!

 

From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Robert Bell
Sent: Friday, September 14, 2018 1:37 AM
To: m...@bitchin100.com
Subject: [M100] PC to T102 transfer using T-Dos problems

 

Hello to the group. I just got hold of a very nice T102 with T-Dos in rom and 
am trying to copy some files to it

from my Thinkpad 380xd laptop but can’t seem to get it to work. I made up a 9 
to 25 pin cable according to Club 100,

I have set the Thinpad to 19200,8N1 xon/xoff, I start Desklink and it says I am 
connected on com1. I then start T-dos

on the T102 and get the ram file menu, I then press F4(Disk) and it goes to the 
disk menu but it doesn’t show any

directory or files and the screen locks up and I have to press shift break to 
get back to the Ram file menu. I have

tried the Tiny program which starts up fine but when I press a key on the PC 
the program closes. I tried a connection

using Termite and Telcom and was able to get a connection. I’m now at a loss as 
to what to try next.



Re: [M100] Question 8085 Model T assembly - RST 4

2018-09-10 Thread Bob Pigford
Thank for your guidance, Ken.  I will certainly start there.
Bob

-Original Message-
From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Ken Pettit
Sent: Monday, September 10, 2018 1:58 PM
To: m100@lists.bitchin100.com
Subject: Re: [M100] Question 8085 Model T assembly - RST 4

Hey Bob,

A lot of this is already disassembled in the M100 Disassembly file in my 
Personal Libraries section.

Ken

On 9/10/18 10:43 AM, Bob Pigford wrote:
> Thank you Ken and John.
>
>  From John's info that the code for RST 4 starts at 0020h and go up to around 
> 0027h so I can disassemble that to see what happens.
>
> Good stuff!
>   Bob
>
>
> -Original Message-
> From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Ken Pettit
> Sent: Monday, September 10, 2018 12:28 PM
> To: m100@lists.bitchin100.com
> Subject: Re: [M100] Question 8085 Model T assembly - RST 4
>
> But as a quick anwer, RST 4 prints the ASCII character in the A register
> to the LCD or Printer.
>
> Ken
>
> On 9/10/18 9:26 AM, John Gardner wrote:
>> RSTs are software interrupts.  Intel's 8085 manual is a good
>>
>> source for this stuff,  or you can look at this...
>>
>> http://www.idc-online.com/control1/Interrupts_of_intel_8085.pdf
>>
>> On 9/10/18, Bob Pigford  wrote:
>>> Hello,
>>>
>>>
>>>
>>>   From time to time when studying others' asm listings for ModelT's, I find
>>> an
>>> opcode called RST 4.
>>>
>>> I have not yet found this documented anywhere.  What does RST 4 do?
>>>
>>>
>>>
>>> Thanks for your help,
>>>
>>>
>>>
>>>   Bob
>>>
>>>



Re: [M100] Question 8085 Model T assembly - RST 4

2018-09-10 Thread Bob Pigford
Thank you Ken and John.

>From John's info that the code for RST 4 starts at 0020h and go up to around 
>0027h so I can disassemble that to see what happens.

Good stuff!
Bob


-Original Message-
From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Ken Pettit
Sent: Monday, September 10, 2018 12:28 PM
To: m100@lists.bitchin100.com
Subject: Re: [M100] Question 8085 Model T assembly - RST 4

But as a quick anwer, RST 4 prints the ASCII character in the A register 
to the LCD or Printer.

Ken

On 9/10/18 9:26 AM, John Gardner wrote:
> RSTs are software interrupts.  Intel's 8085 manual is a good
>
> source for this stuff,  or you can look at this...
>
> http://www.idc-online.com/control1/Interrupts_of_intel_8085.pdf
>
> On 9/10/18, Bob Pigford  wrote:
>> Hello,
>>
>>
>>
>>  From time to time when studying others' asm listings for ModelT's, I find
>> an
>> opcode called RST 4.
>>
>> I have not yet found this documented anywhere.  What does RST 4 do?
>>
>>
>>
>> Thanks for your help,
>>
>>
>>
>>  Bob
>>
>>



[M100] Question 8085 Model T assembly - RST 4

2018-09-10 Thread Bob Pigford
Hello,

 

>From time to time when studying others' asm listings for ModelT's, I find an
opcode called RST 4.

I have not yet found this documented anywhere.  What does RST 4 do?

 

Thanks for your help,

 

Bob



Re: [M100] T100/T102

2018-09-09 Thread Bob Pigford
Yes, center is negative, the barrel is positive on my Tandy Portable Computer  
AC Adapter Cat no. 26-3804.  

 120vac input, 60 hz, 8 Watt.  

 6vDC output, 400 ma.

 

From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Jesus R
Sent: Sunday, September 09, 2018 4:28 PM
To: m100@lists.bitchin100.com
Subject: [M100] T100/T102

 

Does anyone know the DC power pin configuration? Is center pin negative like 
the Tandy portable tape drive? 



Re: [M100] VirtualT and REX 4.9

2018-07-31 Thread Bob Pigford
Kurt,

 

After MANY tries at this, I finally figured out that the filename errors that 
RF249.CO was throwing were due to the fact that I had a dash (-)  in my VT root 
directory name.   After I figured that out, it was clear sailing!

 

It is so nice to have REX 4.9 running in VT 1.7.

 

Thank you so much for your patient help!

 

Bob

 

 

From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Kurt McCullum
Sent: Sunday, July 29, 2018 7:04 PM
To: m100@lists.bitchin100.com
Subject: Re: [M100] VirtualT and REX 4.9

 

>From Virtual-T go to Emulation -> Peripheral Setup.

 

Select the radio button that says "Connect to simulated NADSBox".

 

Then click the 'Configure' button underneath that radio button. That will allow 
you to select the root directory. By default it is the same directory that 
Virtual-T is running in.

 

That root directory is where you want to drop the three files.

 

Hope that helps.

 

Kurt

 

 

On Sun, Jul 29, 2018, at 3:43 PM, Bob Pigford wrote:

Kurt,

I know this is a stupid question.  Where is my “default TPDD folder” under 
VT1_7?  I do not see any folder named TPDD.  When using the File option “Load 
file from HD”, the directory that opens is in VT1_6 showing my folders, but 
none indicating TPDD.  Please be patient with my ignorance here.  I am 
struggling with this as the documentation for guys like me is sparse.

Thank you,

Bob

 

From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Kurt McCullum
Sent: Sunday, July 29, 2018 6:00 PM
To: m100@lists.bitchin100.com
Subject: Re: [M100] VirtualT and REX 4.9

 

Bob,

 

Sorry for the late reply. Virtual-T installs 4.8. But if you download the 4.9 
update from here:

 

bitchin100.com/wiki/images/8/8f/R49_T200_236_rebuild.zip

 

You can upgrade it to 4.9.

 

I took all three files and put them in my default TPDD folder. Then loaded 
rf249.co. From BASIC I cleared enough ram so than I could do a RUNM "RF249.CO" 
and then it upgraded Virtual-T to REX 4.9. That's the only way I know of to 
upgrade Virtual-T.

 

I could send you the rex_flash.bin file from my machine if the upgrade doesn't 
work for you.

 

Kurt

 

 

On Sat, Jul 28, 2018, at 9:26 AM, Bob Pigford wrote:

Thanks, Kurt.  I have tried that but I keep getting REX 4.8 which I had 
previously installed.  Is there a different  rex_flash.bin file for 4.9?  If 
so, where might it be obtained?

Bob

 

From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Kurt McCullum
Sent: Thursday, July 26, 2018 5:47 PM
To: m100@lists.bitchin100.com
Subject: Re: [M100] VirtualT and REX 4.9

 

Bob,

 

I just did a setup of virtual-T with REX to see if I remembered the steps.  
Here is how I did it.

 

1) Go to memory options

2) Select REX

3) Click the Create Default Flash button

4) Clock OK

5) Go to BASIC and type CALL 61167,2

 

That should start the virtual REX manager.

 

>From there you load BX images from wherever you have the virtual TPDD set to.

 

Hope that helps.

 

Kurt

 

 

On Thu, Jul 26, 2018, at 9:16 AM, Bob Pigford wrote:

Hello all.  I have struggled to configure VT for REX 4.9.  I understand REXMGR 
and the OptROM.BX files, but I can’t seem to figure out which files to have and 
in which folders they should reside for the REX 4.9 version  (via REXMGR) to 
appear.   I would like to try again; I use the T200 emulation most of the time.

 

My searches for installation instructions have not been successful, but of 
course, I am not the sharpest knife in the drawer.

 

Where might I find these instructions?

 

Thank you!

 

Bob

 

 

 

 



Re: [M100] VirtualT and REX 4.9

2018-07-29 Thread Bob Pigford
Kurt,

I know this is a stupid question.  Where is my “default TPDD folder” under 
VT1_7?  I do not see any folder named TPDD.  When using the File option “Load 
file from HD”, the directory that opens is in VT1_6 showing my folders, but 
none indicating TPDD.  Please be patient with my ignorance here.  I am 
struggling with this as the documentation for guys like me is sparse.

Thank you,

Bob

 

From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Kurt McCullum
Sent: Sunday, July 29, 2018 6:00 PM
To: m100@lists.bitchin100.com
Subject: Re: [M100] VirtualT and REX 4.9

 

Bob,

 

Sorry for the late reply. Virtual-T installs 4.8. But if you download the 4.9 
update from here:

 

bitchin100.com/wiki/images/8/8f/R49_T200_236_rebuild.zip

 

You can upgrade it to 4.9.

 

I took all three files and put them in my default TPDD folder. Then loaded 
rf249.co. From BASIC I cleared enough ram so than I could do a RUNM "RF249.CO" 
and then it upgraded Virtual-T to REX 4.9. That's the only way I know of to 
upgrade Virtual-T.

 

I could send you the rex_flash.bin file from my machine if the upgrade doesn't 
work for you.

 

Kurt

 

 

On Sat, Jul 28, 2018, at 9:26 AM, Bob Pigford wrote:

Thanks, Kurt.  I have tried that but I keep getting REX 4.8 which I had 
previously installed.  Is there a different  rex_flash.bin file for 4.9?  If 
so, where might it be obtained?

Bob

 

From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Kurt McCullum
Sent: Thursday, July 26, 2018 5:47 PM
To: m100@lists.bitchin100.com
Subject: Re: [M100] VirtualT and REX 4.9

 

Bob,

 

I just did a setup of virtual-T with REX to see if I remembered the steps.  
Here is how I did it.

 

1) Go to memory options

2) Select REX

3) Click the Create Default Flash button

4) Clock OK

5) Go to BASIC and type CALL 61167,2

 

That should start the virtual REX manager.

 

>From there you load BX images from wherever you have the virtual TPDD set to.

 

Hope that helps.

 

Kurt

 

 

On Thu, Jul 26, 2018, at 9:16 AM, Bob Pigford wrote:

Hello all.  I have struggled to configure VT for REX 4.9.  I understand REXMGR 
and the OptROM.BX files, but I can’t seem to figure out which files to have and 
in which folders they should reside for the REX 4.9 version  (via REXMGR) to 
appear.   I would like to try again; I use the T200 emulation most of the time.

 

My searches for installation instructions have not been successful, but of 
course, I am not the sharpest knife in the drawer.

 

Where might I find these instructions?

 

Thank you!

 

Bob

 

 

 



Re: [M100] VirtualT and REX 4.9

2018-07-29 Thread Bob Pigford
Thank you Kurt!  I will give that a try.

Bob

 

From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Kurt McCullum
Sent: Sunday, July 29, 2018 6:00 PM
To: m100@lists.bitchin100.com
Subject: Re: [M100] VirtualT and REX 4.9

 

Bob,

 

Sorry for the late reply. Virtual-T installs 4.8. But if you download the 4.9 
update from here:

 

bitchin100.com/wiki/images/8/8f/R49_T200_236_rebuild.zip

 

You can upgrade it to 4.9.

 

I took all three files and put them in my default TPDD folder. Then loaded 
rf249.co. From BASIC I cleared enough ram so than I could do a RUNM "RF249.CO" 
and then it upgraded Virtual-T to REX 4.9. That's the only way I know of to 
upgrade Virtual-T.

 

I could send you the rex_flash.bin file from my machine if the upgrade doesn't 
work for you.

 

Kurt

 

 

On Sat, Jul 28, 2018, at 9:26 AM, Bob Pigford wrote:

Thanks, Kurt.  I have tried that but I keep getting REX 4.8 which I had 
previously installed.  Is there a different  rex_flash.bin file for 4.9?  If 
so, where might it be obtained?

Bob

 

From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Kurt McCullum
Sent: Thursday, July 26, 2018 5:47 PM
To: m100@lists.bitchin100.com
Subject: Re: [M100] VirtualT and REX 4.9

 

Bob,

 

I just did a setup of virtual-T with REX to see if I remembered the steps.  
Here is how I did it.

 

1) Go to memory options

2) Select REX

3) Click the Create Default Flash button

4) Clock OK

5) Go to BASIC and type CALL 61167,2

 

That should start the virtual REX manager.

 

>From there you load BX images from wherever you have the virtual TPDD set to.

 

Hope that helps.

 

Kurt

 

 

On Thu, Jul 26, 2018, at 9:16 AM, Bob Pigford wrote:

Hello all.  I have struggled to configure VT for REX 4.9.  I understand REXMGR 
and the OptROM.BX files, but I can’t seem to figure out which files to have and 
in which folders they should reside for the REX 4.9 version  (via REXMGR) to 
appear.   I would like to try again; I use the T200 emulation most of the time.

 

My searches for installation instructions have not been successful, but of 
course, I am not the sharpest knife in the drawer.

 

Where might I find these instructions?

 

Thank you!

 

Bob

 

 

 



Re: [M100] VirtualT and REX 4.9

2018-07-28 Thread Bob Pigford
Thanks, Kurt.  I have tried that but I keep getting REX 4.8 which I had 
previously installed.  Is there a different  rex_flash.bin file for 4.9?  If 
so, where might it be obtained?

Bob

 

From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Kurt McCullum
Sent: Thursday, July 26, 2018 5:47 PM
To: m100@lists.bitchin100.com
Subject: Re: [M100] VirtualT and REX 4.9

 

Bob,

 

I just did a setup of virtual-T with REX to see if I remembered the steps.  
Here is how I did it.

 

1) Go to memory options

2) Select REX

3) Click the Create Default Flash button

4) Clock OK

5) Go to BASIC and type CALL 61167,2

 

That should start the virtual REX manager.

 

>From there you load BX images from wherever you have the virtual TPDD set to.

 

Hope that helps.

 

Kurt

 

 

On Thu, Jul 26, 2018, at 9:16 AM, Bob Pigford wrote:

Hello all.  I have struggled to configure VT for REX 4.9.  I understand REXMGR 
and the OptROM.BX files, but I can’t seem to figure out which files to have and 
in which folders they should reside for the REX 4.9 version  (via REXMGR) to 
appear.   I would like to try again; I use the T200 emulation most of the time.

 

My searches for installation instructions have not been successful, but of 
course, I am not the sharpest knife in the drawer.

 

Where might I find these instructions?

 

Thank you!

 

Bob

 

 



Re: [M100] T200 Restoration and Mods/Playing

2018-07-28 Thread Bob Pigford
EME (owner and inventor Tracey Allen) made and sold an OptROM for data 
gathering and dumping to higher computers.  He named it the OWL  for onsite 
weather logger.  I have one along with the EME A/D board made as an inclined 
plastic stand for the M100.  The board includes a gell battery so it will 
survive power dips.  Quite a terrific piece at the time.  But the A/D inputs 
are only 8-bit so the fidelity is somewhat limited.

 

EME systems now makes later generations of the same concept for data gathering:

https://www.emesystems.com/loggers.html

 

I think that Tracey’s OWL firmware/software for the Model100 is not in the 
public domain and probably is still copyrighted.

 

Might your OptROM be an EME Systems OWL?

 

Bob

From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Andy Lawrence
Sent: Saturday, July 28, 2018 9:53 AM
To: m...@bitchin100.com
Subject: Re: [M100] T200 Restoration and Mods/Playing

 

Bare with me, still getting up to speed, I thought EME was a product of 
some-sort that was known.

 

Anyhow, chip pulled, which turns out to be a M5M5256BP, static RAM.

 

 

 

On Fri, Jul 27, 2018 at 10:00 PM Brian White  wrote:

We can't know what it is until you dump it and upload it. Maybe then we still 
don't know, or maybe someday we eventually do even if not today, but absolutely 
not if it never gets dumped. If it's just the eme adapter with no label, then 
it could be literally anything or nothing.


I don't sell REX's, I just tried to document the process of building, to remove 
all the mysteries and question marks and risk as much as possible so anyone 
could build their own, and put it where anyone else could improve the 
directions even further.

 

On Fri, Jul 27, 2018 at 6:41 PM Andy Lawrence  wrote:

Hi Brian, maybe, do you have a spare REX?

 

Either way I can dump the ROM, no problem.  It's of no use right, some 
proprietary something or other? 

 

On Fri, Jul 27, 2018 at 5:28 PM Brian White  wrote:

You should sell it to me :) also dump the rom, or let me dump it.

 

On Fri, Jul 27, 2018 at 2:17 PM Andy Lawrence  wrote:

Ha, thanks, I now understand my mistake.

 

Still locks it up, now to think how/if I'll re-purpose the ROM sleeve.

 

On Fri, Jul 27, 2018 at 2:05 PM Stephen Adolph  wrote:

Call 61167,2

 

;)

On Friday, July 27, 2018, Andy Lawrence  wrote:

After the fun with my T102 I decided to continue the fun with a busted T200 off 
eBay.  After a complete re-cap, fixing lots of keyboard traces, huge mounts of 
cleaning I now have a nice functional T200!  This unit came with the RAM fully 
populated and an EME ROM, which doesn't seem to do anything, calling 63012 
locks is up, and 63013 returns OK with nothing else obvious.  No NiCad or Y2K 
mods yet cause I ran out of parts, waiting on Digikey.

 

Well I got bored waiting on Digikey and thought, how fast can this thing go, so 
I swapped the 4.9151 crystal with a 10Mhz (all I had in-stock), and it boots 
and runs!  So I quickly threw this program together, prime number example I 
found online modded to time the loop:

 

1 POWER CONT

10 CLS

20 PRINT "LIMIT";

30 INPUT L

31 HH$ = LEFT$(TIME$,2)

32 MM$ = MID$(TIME$,4,2)

33 SS$ = RIGHT$(TIME$,2)

37 SEC = VAL(SS$) + (VAL(MM$) * 60) + (VAL(HH$) * 3600)

40 FOR N = 3 TO L

50FOR D = 2 TO (N-1)

60  IF N/D=INT(N/D) THEN GOTO 100

70NEXT D

80PRINT N;

90GOTO 110

100   PRINT ".";

110 NEXT N

111 HH$ = LEFT$(TIME$,2)

112 MM$ = MID$(TIME$,4,2)

113 SS$ = RIGHT$(TIME$,2)

114 SECE = (VAL(SS$) + (VAL(MM$) * 60) + (VAL(HH$) * 3600) - SEC)

117 PRINT "Duration = "; SECE ; " Seconds"

120 END

 

Duration factory = 43sec, duration overclocked = 21sec!  (with an input of 100)

 

It isn't completely stable, sometimes I have to power it on 2-3 times, but once 
on it doesn't seem to have any trouble, aside from the clock resetting on 
occasion.  I've not yet studied the schematic to determine if it's because 
10Mhz isn't a multiple of the factory 4.9152, or because it's simply too fast 
to read properly, but I'll figure it out.I ran the above to 1000 a few 
times without issue or any lock ups.  File transfer even works if I set my PC 
to 2400bps and the T200 to 1200.

 

Overclocked comes at a 20mA over stock hit.

 

Fun fun, happy Friday.

BR,

Andy

 

 

 

 




 

-- 

projecthuh.com
Never underestimate the carelessness of boredom...
Most people prefer Windows because most people are idiots...



-- 

bkw




 

-- 

projecthuh.com
Never underestimate the carelessness of boredom...
Most people prefer Windows because most people are idiots...



-- 

bkw




 

-- 

projecthuh.com
Never underestimate the carelessness of boredom...
Most people prefer Windows because most people are idiots...



[M100] VirtualT and REX 4.9

2018-07-26 Thread Bob Pigford
Hello all.  I have struggled to configure VT for REX 4.9.  I understand
REXMGR and the OptROM.BX files, but I can't seem to figure out which files
to have and in which folders they should reside for the REX 4.9 version
(via REXMGR) to appear.   I would like to try again; I use the T200
emulation most of the time.

 

My searches for installation instructions have not been successful, but of
course, I am not the sharpest knife in the drawer.

 

Where might I find these instructions?

 

Thank you!

 

Bob

 



Re: [M100] odd REX error - anybody run into this?

2018-06-29 Thread Bob Pigford
You might try unseating REX, checking that the metal fingers in the socket
are all ok and working, then re-seat REX.  Just trying to think of
something.
Bob

-Original Message-
From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Jim
Anderson
Sent: Friday, June 29, 2018 2:11 AM
To: m...@bitchin100.com
Subject: [M100] odd REX error - anybody run into this?

My son's REX (in his M100) is in a strange state.  I don't know what exactly
he did just before initially getting this message, but now he gets this
every time he runs REXMGR.  The REXMGR screen appears with the top line
saying "REX 4.9  M  Group:RAM" and the rest of the screen blank except
for the following on the bottom line: "no blank sector pair found"

Cold reset and CALL 63012 just leads back to the same screen.  The "no blank
sector pair found" message is flickering every second or so, as though it is
being re-drawn.

Any ideas?  Is there a possibility of recovering from this with the contents
of flash intact, or are we going to have to go straight to reloading REXMGR
into the module so it re-formats the flash?







jim



Re: [M100] 8K RAM module

2018-05-07 Thread Bob Pigford
Diggy,

 

I have wondered about just this question.  After all, there are several types 
of “alcohol”, like methanol, ethanol, rubbing alcohol, mineral spirits, 
de-natured alcohol, etc.  

 

I hope that someone on the list will PLEASE tell me which (specifically) kind 
of “alcohol” to use to wash off the remaining rosin flux from my hand soldered 
circuit boards.  

 

Thank you!

 

Bob Pigford

 

From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Diggy Dude
Sent: Monday, May 07, 2018 12:00 PM
To: m...@bitchin100.com
Subject: Re: [M100] 8K RAM module

 

Brian,

Gotcha. What would you clean it off with? Acetone? Ethanol? De-Oxit?

 

On Mon, May 7, 2018 at 10:35 AM, Brian White <bw.al...@gmail.com> wrote:

He meant that after building, the flux must be washed off. You can't leave the 
dried flux in there, even if it is "no-clean" flux, because the flux will leak 
enough current to matter.

 

On Mon, May 7, 2018, 10:42 AM Diggy Dude <therealdiggyd...@gmail.com> wrote:

To make sure I understand:

Clean all pads and leads with flux.Will a flux pen suffice, or should liquid 
flux be used?

What specific 74HC and SRAM devices do you use?

 

On Mon, May 7, 2018 at 2:45 AM, Francesco Messineo 
<francesco.messi...@gmail.com> wrote:

On Mon, May 7, 2018 at 9:08 AM, Diggy Dude <therealdiggyd...@gmail.com> wrote:
> Thanks, Fugu!
>
> So the modern solution is a single SRAM and capacitor on a SOIC-to-DIP
> breakout? What's the RAM chip they're using?

and a logic chip (there're a few different approaches here) to combine
the separate chip selects to a couple of addresses and a single select
signal. My own version of the circuit uses the fewest ports possible
(at least if nobody comes up with a different approach I couldn't
think of).
The RAM chip must be a CMOS static ram, 8kx8 and with low power
standby (not all have this feature). The original 8k modules were
specified for 4 uA max standby current, that allows the standby
battery to keep the RAM content for over a month. Usually the suitable
chips have L or LL in the part number, but you better check the
datasheet for the fine details. Most of the suitable RAM chips have a
measured standby current of 0.1 uA (often less) at 3.3V if the chip
select are driven with the correct voltages. At these current levels,
cleaning the soldering flux is a must. I've measured up to 15 uA of
standby current on badly cleaned modules. YMMV.
Glue logic *must* be 74HC family, it has a suitable current draw at
3.3V standby and suitable speed. In one case I've used 74AHC and it
worked well too.


>
> -- Jim
>
> On Sun, May 6, 2018 at 10:29 PM, Fugu ME100 <b4me...@hotmail.com> wrote:
>>
>> You could try
>> https://www.arcadeshopper.com/wp/?page_id=11#!/8k-RAM-module-for-Model-100/p/104430801/category=28313042
>>
>> They have the M100 modules if you want to buy.
>>
>> If you want to build your own there are PCBs on OSH Park for surface mount
>> and DIP versions.
>>
>> No need for any pillaging :)
>>
>> From: M100 <m100-boun...@lists.bitchin100.com> on behalf of Diggy Dude
>> <therealdiggyd...@gmail.com>
>> Reply-To: <m...@bitchin100.com>
>> Date: Sunday, May 6, 2018 at 8:13 PM
>> To: <m...@bitchin100.com>
>> Subject: [M100] 8K RAM module
>>
>> Anyone know where I can get an additional 8K for my 24K M100 without
>> pillaging another M100? Let's face it: if I got another M100, I'd be
>> inclined to leave it intact.
>
>

 

 



Re: [M100] King Software outreach.

2018-05-06 Thread Bob Pigford
Greg,
I believe that Mo passed a few years ago.
Good luck,
Bob

-Original Message-
From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Greg Swallow
Sent: Sunday, May 06, 2018 9:29 PM
To: m...@bitchin100.com
Subject: Re: [M100] King Software outreach.

Did some more checking and looks like the Budlongs are longer in California. 
Seems all four: Mo, Helen, Victoria, and Mo Jr, are in Las Cruces, NM. I have 
yet to find an address there. I did find what looks to be Victoria's Facebook 
page at (https://www.facebook.com/victoria.budlong), if someone would like to 
try and contact her/them there. I don't use FaceBook myself.

GregS <><

- Original Message -
From: "Stephen Adolph" 
To: m...@bitchin100.com
Sent: Sunday, May 6, 2018 11:21:43 AM
Subject: [M100] King Software outreach.

I would just reach out as instructed here.

-- Forwarded message --
From: 
Date: Fri, Jun 8, 2007 at 12:58 AM
Subject: RE: Secrets of ROM Revealed
To: m...@list.30below.com



Greetings from Sunny Southern California!
I have had several inquiries of late regarding the book " The Secrets of ROM 
Revealed" by Mo Budlong, and will be getting more printed in the next few days. 
If you want a copy, please contact me at 818-951-5240, so that know how many to 
get printed.

A review of the book is in the M100 Magazine linked below.
_ftp://ftp.whtech.com/club100/doc/p100-8904.pdf_
(ftp://ftp.whtech.com/club100/doc/p100-8904.pdf)

Briefly:
You can put programs on a ROM to extend your code space by up to 32K, but you 
need to know how to make these new programs work with the existing Model 100  
operating system. Secrets of ROM Revealed tells you everything you need to know 
 to build ROM based programs for the Model 100, 102, 200, NEC 8201.

Helen Budlong
King Computer Services Inc.
818-951-5240.




** See what's free at http://www.aol.com .



Re: [M100] TDock

2018-02-17 Thread Bob Pigford
I'm with you, Ken.  I do not want to use a RPi or similar SBC.  A lower-end 
microcontroller on a board with VGA output from a CPLD/FPGA is more desirable 
to me.
I want to continue the retro aura of special purpose add-on devices that 
enhance the functionality of our ModelTs.  Sort of like all the great add-on 
devices for the Color Computer and Atari retro boxes that are well supported by 
their user communities.
Bob


-Original Message-
From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Ken Pettit
Sent: Saturday, February 17, 2018 5:12 PM
To: m...@bitchin100.com
Subject: [M100] TDock

All of the discussion about getting DVI to work and a modern DVI solution made 
me start thinking about TDock again and what it was that made me stop working 
on it.  Largely is was simply lack of time, but also I believe I also felt that 
while using RaspberryPi was maybe the cheapest solution, somehow it never sat 
quite right with me to use a 1GHz processor with 1G RAM as a display terminal 
for a 2.4MHz / 32K processor.

Like it has already been stated, if you are throwing a Linux box into the mix, 
then why not just run VirtualT on the thing and be done.  
Especially if you are bound to a dispay anyway.  Somehow using a lower-end 
microcontroller with a VGA output from a CPLD / FPGA always seemed like a more 
"retro" solution.

Am I crazy for thinking this way?  Or do the majority of people not really care 
about "retro" value and only care that it is dirt cheap (or as close as 
possible)?

Just curious.
Ken



Re: [M100] Portable computing mag 1986 uploading to Archive.org

2018-02-02 Thread Bob Pigford
I think most, if not all, are already on Club100

http://www.club100.org/library/libp100.html

 

 

From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of John R. 
Hogerhuis
Sent: Friday, February 02, 2018 2:36 PM
To: m...@bitchin100.com
Subject: Re: [M100] Portable computing mag 1986 uploading to Archive.org

 

I thought all the portable computing mags were already scanned?

 

Uploading to archive.org is of course a good idea. 

 

— John. 



Re: [M100] CP/M Laptop

2017-12-12 Thread Bob Pigford
Looks like a useable machine for those interested in CP/M.  I will offer to 
fund up to $50 for someone in the club to purchase this thing on the condition 
that it be used by the CP/M gurus on the list.  I do not want it myself.
Bob Pigford

-Original Message-
From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Jim Williams
Sent: Tuesday, December 12, 2017 12:00 PM
To: m100@lists.bitchin100.com
Subject: [M100] CP/M Laptop

Some people in the list have been interested in CP/M for the M100.

When I saw this CP/M laptop on ebay, I thought they might be interested in 
knowing about it, in case it could prove useful in adapting CP/M to the M100.

https://www.ebay.com/itm/Bondwell-Model-2-CP-M-CPM-Laptop-Wordstar-Supercalc-Z80-Z80L-1985/282767589338?hash=item41d642ffda:g:wF4AAOSwEEBaLX5G

I've never seen a CP/M clamshell laptop before, and this is a Bondwell, which 
at the time was a "mainstream" brand.

The keyboard layout made me think of the NEC 8201 version of the M100. I think 
it's got CP/M in ROM, so maybe if you do a ROM dump it might give some info 
that can be use in the M100 port...?

At the moment it's cheap, and while I have no use for it, I couldn't let it 
pass w/o letting folks know about it.




Re: [M100] Tandy 102 Text question

2017-11-28 Thread Bob Pigford
Ron,
On one of my Arduino projects I finally gave up on SoftwareSerial on an Uno and 
went to a Mega so I could have several real serial ports.  As I recall, there 
are a total of 4 available (don't remember the pin nos.).  Something like ...
 Serial.
 Serial1.
 Serial2.
 Serial3.

Example for the first 2 hardware ports on a Mega:
void setup() {
  // initialize both serial ports:
  Serial.begin(9600);
  Serial1.begin(9600);
}
Thereafter I had no serial issues.  I realize that you have probably already 
tried this, but I offer this small thing from my experience.
Good Luck,
Bob


-Original Message-
From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Ron Lauzon
Sent: Tuesday, November 28, 2017 5:53 PM
To: m...@bitchin100.com
Subject: Re: [M100] Tandy 102 Text question

I'm using pins 62 and 63.  I am using an Arduino Mega (left over from a 
previous project that needed more memory and the standard Arduino Uno).  Those 
are were the only available pins that would support the
RS-232 shifter.

I'm making the assumption based on the fact that the Arduino is faster.  But 
it's just an assumption.  But I did do a SAVE "COM:98N1E"
in my testing and more than 80 bytes were sent to the Arduino.

For debugging right now, all characters that enter the Arduino are echoed out 
the USB/Serial.  So I can see everything that arrives on the serial connection.


On Tue, Nov 28, 2017 at 5:46 PM, Fugu ME100  wrote:
> Which pins are you using for the software serial port?  It should be 
> able to run up to at least 57600bps on the Ardruino.
>
> How do you know the 102 stops sending?   Could the Arduino stop receiving?
>
>
> I assume at the moment you are just reading in on the Software Serial 
> port and passing it out on the USB port to make sure everything works OK?
>
> On 28/11/17, 2:07 PM, "M100 on behalf of Ron Lauzon"
>  wrote:
>
>>Here's the setup I'm going to talk about:
>>Tandy 102, serial cable to my Arduino with an RS-232 shifter.  I'm 
>>using the SoftwareSerial library to interface the RS-232 shifter to 
>>the Arduino via the Arduino's TX/RX pins - as opposed to using the USB 
>>cable.
>>
>>Software-wise, this is pretty simple.  I'm just writing a text file in 
>>the Text app and saving it to COM:98N1E
>>
>>Here's my frustration.  No matter what I do, the 102 stops sending 
>>after about 80 bytes.
>>
>>The only way I could get it to work was to reduce the speed to 300 BPS 
>>(and, of course, saving to COM:38N1E).
>>
>>Keep in mind that this is the 102 sending to the Arduino.  I find it 
>>difficult to believe that the Arduino couldn't keep up.  And when I 
>>tried other BPS, it stopped in exactly the same place: at 80 bytes.
>>
>>The 102 never showed an error message.  Everything looked like it 
>>worked fine on that end.  But the rest of the text file never appeared 
>>on the Arduino side.
>>
>>The Arduino set up doesn't support hardware flow control.  So I 
>>thought that enableing XON/XOFF would make sure that the 102 didn't do 
>>that (No, I didn't see any XON/XOFF characters on the Arduino side 
>>either).
>>
>>
>>Is there some sort of strangeness in the 102 that turns some sort of 
>>hardware flow-control on for speeds > 300 BPS?  Or did I miss setting 
>>something?
>>
>>If there was a problem with one side keeping up, I expected to see 
>>dropped characters, not communications just stopping after 80 bytes.
>>
>>
>>--
>>Ron Lauzon - rlauzon at acm dot org
>>   Homepage:
>>https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fwebpages.
>>charter.net%2Frlauzon%2F=02%7C01%7Cb4me100%40hotmail.com%7C1da1d8
>>f1ef
>>344c75fb9108d536ac9c19%7C84df9e7fe9f640afb435%7C1%7C0%7C63
>>6475 
>>037326050935=s6klg5s%2Bx65YTwdo%2Ba2WAWUb%2FJrU6SzRhRuIb8QbeC8%3
>>D
>>served=0
>>   Weblog:
>>https://nam03.safelinks.protection.outlook.com/?url=http%3A%2F%2Fronsa
>>part 
>>ment.blogspot.com%2F=02%7C01%7Cb4me100%40hotmail.com%7C1da1d8f1ef
>>344c
>>75fb9108d536ac9c19%7C84df9e7fe9f640afb435%7C1%7C0%7C636475
>>0373 
>>26050935=Uwa%2FOhydNv0Uof2cL%2Fpt2jMXOKEuWQwPqAf%2FQ%2FZyPYE%3D&
>>rese
>>rved=0
>>
>>TRS-80 Pocket Computer 2 - TRS-80 Pocket Computer 4 - TRS-80 Model 
>>100/102 Some people like to work on old cars.  But old computers are 
>>cheaper and don't require a big garage.
>
>



--
Ron Lauzon - rlauzon at acm dot org
   Homepage: http://webpages.charter.net/rlauzon/
   Weblog: http://ronsapartment.blogspot.com/

TRS-80 Pocket Computer 2 - TRS-80 Pocket Computer 4 - TRS-80 Model 100/102 Some 
people like to work on old cars.  But old computers are cheaper and don't 
require a big garage.



Re: [M100] BASIC renumber utility *for modern computers*

2017-11-24 Thread Bob Pigford
Well,  it is not a compiler, but VBASIC by Dr. Verts does remove the need for 
line numbers.  It runs in the Model Ts and it can also eliminate line numbers 
in GWBASIC.  Some time ago I posted it in our Member Pages:

 

http://www.club100.org/memfiles/index.php?PHPSESSID=g1mcuaji7l2sgtab816g0t8pj7 

 =0==Robert%20Pigford

 

Obviously, ModelT statements like PRINT@ will all need to be converted to 
LOCATE x,y for GWBASIC.

 

But, yes, a true “a structured BASIC to Microsoft BASIC compiler” would be very 
nice.

 

Bob

 

From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of John R. 
Hogerhuis
Sent: Friday, November 24, 2017 2:03 PM
To: m...@bitchin100.com
Subject: Re: [M100] BASIC renumber utility *for modern computers*

 

What would be cool is a structured BASIC to Microsoft BASIC compiler. Then you 
could use functions / procedures, long names, no line numbers and have the 
converter manage that ugly stuff. 

 

Would be easier to write than a full compiler. 

 

— John 



Re: [M100] BASIC Integer Division Question

2017-09-21 Thread Bob Pigford
I am confused.

Did you mean to say that   c / a  =  b ?

 

From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Ron Hudson
Sent: Thursday, September 21, 2017 1:18 PM
To: Roger Mullins; m...@bitchin100.com
Subject: Re: [M100] BASIC Integer Division Question

 

a = random number

b = random number

c = a * b

present what is a / c = (correct answer is b always an integer.)

 

Like that perhaps?

 


-
Ronald Hudson.

Sent from my Linux Laptop

  _  

From: M100  on behalf of Roger Mullins 

Sent: Wednesday, September 20, 2017 12:17 PM
To: m...@bitchin100.com
Subject: Re: [M100] BASIC Integer Division Question 

 

Awesome suggestions all around!  I'll have to bring them to my programming 
partner this evening. :-) I'll share the BA file once we're up and running and 
after I've had a chance to go through and compress it a little.  Right now 
we're pushing 7K. 樂 We're apparently getting paid by the KLOC.



Re: [M100] Loading multiple .DO files with TS-DOS

2017-08-26 Thread Bob Pigford
Gary,

 

Sometime back I was having the same problem.  

 

Using a HEX editor on the .DO files on my PCs hard drive, I found that some .DO 
files had  an EOF (1Ah) as the last character.   Model Ts do not like this as 
the operating system appends its own 1A to the end when the file is in-loaded 
to RAM.   And as long as that .DO file sits in RAM it needs that 1Ah.  But when 
a file is out-loaded from RAM, the op sys removes that 1Ah.  

 

I traced this problem to an early version of VirtualT.  When I created a .DO 
file in VT then saved it to my PC’s hard drive, VT was not stripping off the 
1Ah when saving the file to the host’s hard drive.  So, when in-loading that 
.DO file I ended up with two 1Ah’s causing a weird phenomenon where the RAM 
file directory was corrupted, shifting the directory values.  Of course Ken 
quickly found that bug and fixed it.

 

I also found that some PC word processors append either a 1Ah or a null to the 
end of their text files, but I could not pin down which applications were doing 
that.  I am still finding some if my old .DO files that have the nasty 1Ah at 
the end.  Ugh!

 

Having a CR/LF at the end of the .DO file was not a problem, but I did not run 
into the CR only (or lack of the LF) at the end of a .DO file, but perhaps my 
study did not create and test that condition.

 

Hope this helps a little.

 

Bob

 

 

From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Kurt McCullum
Sent: Friday, August 25, 2017 3:37 PM
To: m...@bitchin100.com
Subject: Re: [M100] Loading multiple .DO files with TS-DOS

 

That may be true, John. I have not had to deal with the CR vs CR/LF issue for 
quite some time. As I recall it messes up the file but I'm not sure about the 
file system.

 

Could this be an EOF problem? Looking at the memory editor in Virtual-T, every 
DO file has an EOF (0x1A or CTRL-Z) at the end of the file. BA and CO files 
don't have that.

 

Kurt

 

On Friday, August 25, 2017 11:54 AM, John R. Hogerhuis  wrote:

 

 

On Fri, Aug 25, 2017 at 11:46 AM Kurt McCullum  wrote:

I've been using the tag feature for .DO files quite a bit and I've never seen 
this happen. I'll do a specific test when I get back to the house and let you 
know what I find. Seems really strange. I doubt a bug like that would have 
survived testing.

 

I just did a quick test under Virtual-T and it worked fine.

 

One thought. The Model-T needs a CR/LF and sometimes when a file is saved on a 
different system this can get converted to CR only.

 

 

Kurt

 

 

 

That shouldn't affect the file system.  

 

I thought only nul's and EOF were disallowed in DOs?

 

-- John. 

 

 



Re: [M100] Tandy 102 with BoosterPak on eBay

2017-07-06 Thread Bob Pigford
I see that the Booster Pac has a Sardine OptROM in it.  If the dictionary disk 
comes with it, the long lost M100/102 dictionary data that Kurt McCullum has 
been seeking might be recovered. 

I will email the seller and see if he has that disk.  I doubt it, but it is 
worth a try.  

More later.

Bob

 

From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Jeff Gonzales
Sent: Thursday, July 06, 2017 6:22 AM
To: m...@bitchin100.com
Subject: Re: [M100] Tandy 102 with BoosterPak on eBay

 

Make offer, drop a zero.

 

On Jul 5, 2017 23:55, "Gary Weber"  wrote:

It'll have to be a serious collector feeling rather nostalgic who picks this 
one up for $450:

 

http://www.ebay.com/itm/Tandy-102-Portable-Computer-Booster-Pack-Works-/122583197227

 

Gary.

 



Re: [M100] List rules reminder

2017-06-16 Thread Bob Pigford
Thanks, John!  This is the most helpful and respectful list I know use.  I 
appreciate each and every member for their comments and offers to help newbies! 
 Thank you for the reminder.

Bob

PS:  I was in a liquor store recently,and I asked the sales guy what he thought 
of the recent presidential election.  He stepped back, raised his hands, and 
said loudly “Bar rules, man! … No politics, no religion!”  I have since found 
out that he is a bouncer in the evenings.  Great advice for us all.  Cheers.

 

 

From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of John R. 
Hogerhuis
Sent: Friday, June 16, 2017 4:41 PM
To: m...@bitchin100.com
Subject: [M100] List rules reminder

 

Just want to remind folks that we have a long standing no politics rule on the 
list.

That includes the entire content of emails, including signatures.

 

This is to keep our nice friendly atmosphere. Let's protect that. We'll leave 
the political excitement to Facebook and Twitter.

Other rules: no swearing. No personal attacks. No spamming with ebay links. 
Keep it on topic as much as possible. Be nice and respectful to others. Try to 
avoid flame wars. Conflict happens! But we have to resist it and try to resolve 
quickly or take it off list.

BTW, as of this moment, we have 357 subscribers to the Bitchin100 list! I think 
our unique atmosphere contributes to keep that number high.

 

-= Model T's Forever =-

 

-- John.



Re: [M100] Tandy 200 repair, guidance requested

2017-06-08 Thread Bob Pigford
Use a credit card?  Why didn’t I think of that (as I slap myself on the 
forehead).  Good one, Mike.

 

Cheers!

 

Bob

 

From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Mike Stein
Sent: Thursday, June 08, 2017 10:45 AM
To: m...@bitchin100.com
Subject: Re: [M100] Tandy 200 repair, guidance requested

 

Hi Joshua, and welcome!

 

I'm the guy who suggested you join up here and I hope you'll find the answers 
to your questions; I see Bob has already helped with advice about separating 
the case halves.

 

My personal preference for prying apart cases held together with tabs that are 
not too tight is an old credit card; it doesn't scratch the plastic as a metal 
tool might.

 

You can attach pictures to messages here but the total message size must stay 
below 64KB, so you might have to reduce their size and/or resolution.

 

Good luck and, again, welcome!

 

mike

 

- Original Message - 

From: Joshua Ray   

To: M100@lists.bitchin100.com 

Sent: Wednesday, June 07, 2017 4:48 PM

Subject: [M100] Tandy 200 repair, guidance requested

 

Hi all, 

 

I'm new to the mailing list. I was referred here from the vcfed forum.

 

I have a Tandy 200 that needs some help. The power key is damaged and 
disconnected from the keyboard. I have a pdf of the service manual, and I'm 
trying to disassemble the device so I can check the internals and reattach the 
power button if it is serviceable.

 

So far, I've removed the monitor and the four screws holding the bottom case, 
but I'm encountering a lot of resistance when I try to remove the top half of 
the case. Before I damage something, could anyone tell me if I've missed a step?

 

Some forewarning: I'm a newcomer to vintage computing, and I only have basic 
electrical experience. I've got to start sometime though, and I'm willing to 
learn.

 

Any help you can provide me will be appreciated!

 

By the way, if you need me to attach pictures how do you guys usually handle 
images on this mailing list?

 

Thanks!

 

Joshua.



Re: [M100] Tandy 200 repair, guidance requested

2017-06-08 Thread Bob Pigford
Joshua,

 

Welcome to the ModelT list.  There are many more qualified and experienced 
members than I, but I will try to help.   If you have already removed the LCD 
screen assembly, you have already dealt with the plastic cover that is snapped 
on to cover the LCD ribbon cable, and you have released that ribbon cable from 
the LCD screen assembly’s compression connector.  With the ribbon cable 
disconnected, there are only screws (4 I think) to remove to allow the LCD 
assembly to separate completely from the base/top assembly. 

 

As you noted,  the four screws on the bottom of the T200 need to be removed.  
There are two “halves” to the machine: a beige top and a black base.  During 
assembly, the top is snapped down onto the base over molded-in plastic 
“catches”.

 

The way I have gotten the top off is to use a 1” wide blade putty knife.  I 
slip it between the top and bottom and move it so as to “lever” the top away 
from the base (out, not up).  Do not use excessive force when prying.  The top 
has to flex outward only a little bit to release the catches allowing it to be 
lifted off.

 

Sometimes I have had to do this maneuver on the other sides as well.  For 
reasons that I cannot remember, I usually start prying near the middle of one 
of the sides, not the front or back; but this may not be important.

 

I also remember having used a flat screw driver blade as my pry bar.  Usually 
the thickness of the blade inserted up under the top about 1/8” is sufficient 
to move the top away from the base and allow it to release.

 

I hope this helps!  Good luck!

Bob

 

From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Joshua Ray
Sent: Wednesday, June 07, 2017 4:48 PM
To: M100@lists.bitchin100.com
Subject: [M100] Tandy 200 repair, guidance requested

 

Hi all,

 

I'm new to the mailing list. I was referred here from the vcfed forum.

 

I have a Tandy 200 that needs some help. The power key is damaged and 
disconnected from the keyboard. I have a pdf of the service manual, and I'm 
trying to disassemble the device so I can check the internals and reattach the 
power button if it is serviceable.

 

So far, I've removed the monitor and the four screws holding the bottom case, 
but I'm encountering a lot of resistance when I try to remove the top half of 
the case. Before I damage something, could anyone tell me if I've missed a step?

 

Some forewarning: I'm a newcomer to vintage computing, and I only have basic 
electrical experience. I've got to start sometime though, and I'm willing to 
learn.

 

Any help you can provide me will be appreciated!

 

By the way, if you need me to attach pictures how do you guys usually handle 
images on this mailing list?

 

Thanks!

 

Joshua.



Re: [M100] Game idea

2017-05-04 Thread Bob Pigford
Mahjong.  Right?

-Original Message-
From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Ken Pettit
Sent: Wednesday, May 03, 2017 7:00 PM
To: Model 100 Discussion
Subject: [M100] Game idea

Hey gang,

After integrating AsciiPixels into TextSweeper, it got me thinking about 
another game idea using AsciiPixels.  I spent a few hours coding up a BASIC 
program on the T200 (using VirtualT) to get an idea if it would work / how it 
would look.  It could be coded for M100 also by scrolling and showing only half 
of the screen (upper or lower) at a time.

Written in BASIC, it is a bit slow, but was okay for "proof of concept".  Plus 
BASIC doesn't require 2x the RAM like .CO files to (one copy for the .CO and 
another for the HIMEM location where it gets loaded).  Maybe a full .CO 
implementation is the way to go? Currently the implementation has only the 
ability to build and display the board and no logic for choosing or removing 
pieces. Also, the board build logic is purely random with no attempt to add 
game theory for determining if there is a winning solution.  This would all 
need to be added.  The BASIC program is currenly 42 lines long (with multiple 
statements per line) and is about 2K in size, plus another 1300 bytes for 
AsciiPixels resources in a separate .DO file.

Anyway, I though I would share a screen capture of what I have and see if there 
is any feedback on interest level.  And yes, I intentionally didn't say what 
type of game so that you can discover it by watching the
video:

http://www.kenpettit.com/tj.mov

Let me know
Ken



Re: [M100] 102 Keyboard

2017-02-04 Thread Bob Pigford
Thank you, Brian!  I am glad that it worked and that you are on your way into 
ModelT retro computing.  This list as many members who are knowledgeable in so 
many parts of the ModelTs hardware and software. They are always willing to 
help.  Please post any questions you desire and someone will probably chime in 
with a suggestion or two.

Cheers,

Bob

 

From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Brian 
Converse
Sent: Saturday, February 04, 2017 3:38 PM
To: Model 100 Discussion
Subject: Re: [M100] 102 Keyboard

 

Bob, your a gentleman and a scholar ;-) Worked!

 

Thanks for the extra info as well. 

 

 

Brian Converse
Kharma Consulting, Inc.
5401 John F Kennedy Blvd., Suite I
North Little Rock, AR 72116
888-271-5999 toll free
www.kharmaconsulting.com
bconve...@kharmaconsulting.com


Managed Guest Networks
Managed Business Centers
24/7 Guest Support

Hospitality Television Systems

Digital Signage

Managed Firewalls

 

On Feb 4, 2017, at 1:26 PM, Bob Pigford <b...@pigford.org> wrote:

 

Brian,

 

I checked the T102 owner’s manual on Club100 (Documentation/T102-second scan), 
page 122.

Ref:<http://www.club100.org/library/libdoc.html> 
http://www.club100.org/library/libdoc.html

 

It says that to do a Cold Start, you hold down the Ctrl Key along with the 
Pause Key (both at the same time), then press either the Power On/Off button or 
the Reset Button and release it (then release the Ctrl and Pause keys).  Even 
though your keyboard seems to be inoperative, it is worth a try.

 

A Cold Start will completely wipe the memory and restart/reload the operating 
system from the onboard ROM.  So a Cold Start wipes out any user files you 
might have made.  Since your keyboard is not working yet, you probably have no 
user files loaded anyway,.

 

It is best to use an AC adapter (wall wart) to recharge the internal NiCD 
battery, I THINK.  It may recharge from the AA batteries as well, but I am not 
sure about that.

There is a note on Club100 about how what wall wart and connector are needed.

Ref:   <http://www.club100.org/library/sup/05.txt> 
http://www.club100.org/library/sup/05.txt

These wall warts are different from the ordinary as they are Center Negative.  
Some people have adapted other (nominal 6vDC) AC adapters by soldering the 
correct barrel plug on while respecting the need for Center Negative.

 

Hope this helps,

Bob

 

 

From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Brian 
Converse
Sent: Saturday, February 04, 2017 1:39 PM
To: Model 100 Discussion
Subject: Re: [M100] 102 Keyboard

 

Thanks for responding Bob.

 

Contrast works.

Not sure about cold start. I put batteries in it as there is no power supply. 
Is there some procedure for this?

Does it need to plugged into AC to charge NiCD?

 

Brian Converse
Kharma Consulting, Inc.
5401 John F Kennedy Blvd., Suite I
North Little Rock, AR 72116
888-271-5999 toll free
 <http://www.kharmaconsulting.com/> www.kharmaconsulting.com
 <mailto:bconve...@kharmaconsulting.com> bconve...@kharmaconsulting.com


Managed Guest Networks
Managed Business Centers
24/7 Guest Support

Hospitality Television Systems

Digital Signage

Managed Firewalls

 

On Feb 4, 2017, at 12:00 PM, Bob Pigford < <mailto:b...@pigford.org> 
b...@pigford.org> wrote:

 

Brian,

 

When you turn on the T102 …

Does the screen contrast adjustment work?

Have you done a cold start to be sure the memory is not scrambled?

Let the onboard NiCD battery charge up?

 

Please accept my apology if you have already done these things.

Bob

 

From: M100 [ <mailto:m100-boun...@lists.bitchin100.com> 
mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Brian Converse
Sent: Saturday, February 04, 2017 11:22 AM
To:  <mailto:m100@lists.bitchin100.com> m100@lists.bitchin100.com
Subject: [M100] 102 Keyboard

 

I recently acquired a model 102 and at first the keyboard was dodgy and no has 
no response at all. I removed and reseated the ribbon cable on both the 
keyboard and the main board but still keyboard is dead. Any hints on where to 
try next?

 

Brian Converse
Kharma Consulting, Inc.
5401 John F Kennedy Blvd., Suite I
North Little Rock, AR 72116
888-271-5999 toll free
 <http://www.kharmaconsulting.com/> www.kharmaconsulting.com
 <mailto:bconve...@kharmaconsulting.com> bconve...@kharmaconsulting.com


Managed Guest Networks
Managed Business Centers
24/7 Guest Support

Hospitality Television Systems

Digital Signage

Managed Firewalls

 



Re: [M100] 102 Keyboard

2017-02-04 Thread Bob Pigford
Brian,

 

I checked the T102 owner’s manual on Club100 (Documentation/T102-second scan), 
page 122.

Ref:   http://www.club100.org/library/libdoc.html

 

It says that to do a Cold Start, you hold down the Ctrl Key along with the 
Pause Key (both at the same time), then press either the Power On/Off button or 
the Reset Button and release it (then release the Ctrl and Pause keys).  Even 
though your keyboard seems to be inoperative, it is worth a try.

 

A Cold Start will completely wipe the memory and restart/reload the operating 
system from the onboard ROM.  So a Cold Start wipes out any user files you 
might have made.  Since your keyboard is not working yet, you probably have no 
user files loaded anyway,.

 

It is best to use an AC adapter (wall wart) to recharge the internal NiCD 
battery, I THINK.  It may recharge from the AA batteries as well, but I am not 
sure about that.

There is a note on Club100 about how what wall wart and connector are needed.

Ref:  http://www.club100.org/library/sup/05.txt

These wall warts are different from the ordinary as they are Center Negative.  
Some people have adapted other (nominal 6vDC) AC adapters by soldering the 
correct barrel plug on while respecting the need for Center Negative.

 

Hope this helps,

Bob

 

 

From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Brian 
Converse
Sent: Saturday, February 04, 2017 1:39 PM
To: Model 100 Discussion
Subject: Re: [M100] 102 Keyboard

 

Thanks for responding Bob.

 

Contrast works.

Not sure about cold start. I put batteries in it as there is no power supply. 
Is there some procedure for this?

Does it need to plugged into AC to charge NiCD?

 

Brian Converse
Kharma Consulting, Inc.
5401 John F Kennedy Blvd., Suite I
North Little Rock, AR 72116
888-271-5999 toll free
www.kharmaconsulting.com
bconve...@kharmaconsulting.com


Managed Guest Networks
Managed Business Centers
24/7 Guest Support

Hospitality Television Systems

Digital Signage

Managed Firewalls

 

On Feb 4, 2017, at 12:00 PM, Bob Pigford <b...@pigford.org> wrote:

 

Brian,

 

When you turn on the T102 …

Does the screen contrast adjustment work?

Have you done a cold start to be sure the memory is not scrambled?

Let the onboard NiCD battery charge up?

 

Please accept my apology if you have already done these things.

Bob

 

From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Brian 
Converse
Sent: Saturday, February 04, 2017 11:22 AM
To: m100@lists.bitchin100.com
Subject: [M100] 102 Keyboard

 

I recently acquired a model 102 and at first the keyboard was dodgy and no has 
no response at all. I removed and reseated the ribbon cable on both the 
keyboard and the main board but still keyboard is dead. Any hints on where to 
try next?

 

Brian Converse
Kharma Consulting, Inc.
5401 John F Kennedy Blvd., Suite I
North Little Rock, AR 72116
888-271-5999 toll free
 <http://www.kharmaconsulting.com/> www.kharmaconsulting.com
 <mailto:bconve...@kharmaconsulting.com> bconve...@kharmaconsulting.com


Managed Guest Networks
Managed Business Centers
24/7 Guest Support

Hospitality Television Systems

Digital Signage

Managed Firewalls

 



Re: [M100] 102 Keyboard

2017-02-04 Thread Bob Pigford
Brian,

 

When you turn on the T102 .

Does the screen contrast adjustment work?

Have you done a cold start to be sure the memory is not scrambled?

Let the onboard NiCD battery charge up?

 

Please accept my apology if you have already done these things.

Bob

 

From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Brian
Converse
Sent: Saturday, February 04, 2017 11:22 AM
To: m100@lists.bitchin100.com
Subject: [M100] 102 Keyboard

 

I recently acquired a model 102 and at first the keyboard was dodgy and no
has no response at all. I removed and reseated the ribbon cable on both the
keyboard and the main board but still keyboard is dead. Any hints on where
to try next?

 

Brian Converse
Kharma Consulting, Inc.
5401 John F Kennedy Blvd., Suite I
North Little Rock, AR 72116
888-271-5999 toll free
www.kharmaconsulting.com
bconve...@kharmaconsulting.com


Managed Guest Networks
Managed Business Centers
24/7 Guest Support

Hospitality Television Systems

Digital Signage

Managed Firewalls

 



Re: [M100] Insert timestamp?

2016-12-03 Thread Bob Pigford
Mike,
This is for the M100/T102 and not the T200, right?
Bob

-Original Message-
From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Mike
Nugent
Sent: Thursday, December 01, 2016 3:17 AM
To: Model 100 Discussion
Subject: Re: [M100] Insert timestamp?

See HOTKEY.BA and HOTKEY.DO in the Club100 library:

http://www.club100.org/library/libutl.html

Or directly ftp:

ftp://ftp.whtech.com/club100/utl/hotkey.ba
ftp://ftp.whtech.com/club100/utl/hotkey.do


On Nov 29, 2016, at 1:00 PM, John R. Hogerhuis  wrote:

> Anyone know of a good way to insert a timestamp (date, time) in TEXT on
T102?
> 
> TSR-style utility program?
> 
> -- John.



Re: [M100] Basic question

2016-10-11 Thread Bob Pigford
Kurt,

A year of two ago, for a submission to the Club100 Programming Contest,  I 
submitted code for a DIARY.BA program where I followed that article and made 
code that jumps to TEXT from BASIC then returns to BASIC.  I also worked out 
the respective bytes for the T200.  Let me know if you would like to see my 
code.  I am happy to share.

Bob

 

From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Kurt McCullum
Sent: Tuesday, October 11, 2016 5:32 PM
To: Model 100 Discussion
Subject: Re: [M100] Basic question

 

John,

 

I found the article so no need to dig it out. Thanks for letting me know the 
Title, it made finding it much easier.

 

Kurt

 

On Tuesday, October 11, 2016 1:57 PM, John R. Hogerhuis  
wrote:

 

Yes there's a portable 100 article on calling TEXT. It requires some ML code. 

 

I have a printout of the article I will let you know the reference info when I 
get home if you don't find it some other way first. 

 

-- John. 

On Tuesday, October 11, 2016, Kurt McCullum  wrote:

I have a BASIC question for the experts on the list. Here is what I'm trying to 
do. I've got a BASIC program that gathers data and writes it to a .DO file. I 
want to be able to call TEXT from BASIC so I can edit this file. Then when I'm 
done (Double ESC or F8),  I would like to return back to BASIC. Is that 
possible?

 

Kurt

 

 



Re: [M100] rex/Quad

2016-05-17 Thread Bob Pigford
After you do a cold start, you have to cycle the power off-then-on again.  It 
is this fresh power-on that somehow triggers REX to be found and started when 
you do the subsequent CALL to activate it.

Bob

 

From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of John R. 
Hogerhuis
Sent: Tuesday, May 17, 2016 4:11 PM
To: Model 100 Discussion
Subject: Re: [M100] rex/Quad

 

I would have just cold started and gone through the the regular rexmanager 
restore. Not sure how different that is from what you did. 

 

-- John. 

On Tuesday, May 17, 2016, Gregory McGill  wrote:

So I have a rex and a quad..and I left my 100 unplugged for a while.. couple 
weeks.. no batteries either..

 

turning it on the time and date are right, but all the programs in memory are 
corrupt, rexmgr, tsdos and a couple basic progs i had loaded..  

 

I fiddled around and got the corrupt files deleted, and then did the call for 
rex and got rexmanager and tsdos back, then restored from backup.. 

 

should I have to go through that?

 

Greg



Re: [M100] Null Modem Cable

2016-05-11 Thread Bob Pigford
IIRC, John Hogerhuis once recommended a factory made Belkin “modem cable” that 
worked well for me as a null modem cable.  I have used it with ModelT  <-> 
NADSbox and with ModelT <-> PC for mComm/LaddiAlpha, etc.

 

These Belkin cables have model numbers like this:   

 F2L088-01 (one foot long) and F2L088-06 (6 foot long)

 

I found this 6’ long cable for sale on Amazon:

http://www.amazon.com/gp/product/B0J1V8?ie=UTF8 

 _=de_a_smtd=1#technical-data

 

Hope this helps.

 Bob

 

 

From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of John R. 
Hogerhuis
Sent: Monday, May 09, 2016 10:39 AM
To: Model 100 Discussion
Subject: Re: [M100] Null Modem Cable

 

The best cables to use are full null cables like he Belkin serial laplink if 
you can find one. You will also need a serial device and whatever adapters. 

 

If you can find an all in one that meets these properties then it should work. 
Be aware though that the shell on same cables is too large and it bumps into 
the model t shell. 

 

-- John. 



Re: [M100] M100 Digest, Vol 61, Issue 19

2016-02-10 Thread Bob Pigford
How can we help you, Matt?

 

From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Matthew J. 
Mason
Sent: Wednesday, February 10, 2016 10:25 AM
To: m100@lists.bitchin100.com
Subject: Re: [M100] M100 Digest, Vol 61, Issue 19

 

Help

Matt

 





On Thu, Jan 28, 2016 at 3:05 PM -0800, <m100-requ...@lists.bitchin100.com> 
wrote:

Send M100 mailing list submissions to
m100@lists.bitchin100.com
 
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.bitchin100.com/listinfo.cgi/m100-bitchin100.com
or, via email, send a message with subject or body 'help' to
m100-requ...@lists.bitchin100.com
 
You can reach the person managing the list at
m100-ow...@lists.bitchin100.com
 
When replying, please edit your Subject line so it is more specific
than "Re: Contents of M100 digest..."
 
 
Today's Topics:
 
   1. SAR100.CO and SARNEC.CO (Kurt McCullum)
 
 
--
 
Message: 1
Date: Thu, 28 Jan 2016 18:58:29 + (UTC)
From: Kurt McCullum 
To: Model 100 Discussion 
Subject: [M100] SAR100.CO and SARNEC.CO
Message-ID:
<1837591680.1732916.1454007509362.javamail.ya...@mail.yahoo.com>
Content-Type: text/plain; charset="utf-8"
 
Just throwing this question out one more time before I give up the search. Does 
ANYBODY have the RAM versions of Sardine for the 100 and NEC. Bob Pigford 
located the 200 version but the other two are MIA.
 
Kurt
 
-- next part --
An HTML attachment was scrubbed...
URL: 
 
--
 
Subject: Digest Footer
 
___
M100 mailing list
M100@lists.bitchin100.com
http://lists.bitchin100.com/listinfo.cgi/m100-bitchin100.com
 
 
--
 
End of M100 Digest, Vol 61, Issue 19



Re: [M100] Is it possible to use USb flash drive with a Model 100

2015-11-28 Thread Bob Pigford
Yes.  Ditto EXACTLY what Ray Lopez said!  With NADSBox and REX, it is all
done for you.   
Bob

-Original Message-
From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Ray Lopez
Sent: Friday, November 27, 2015 7:11 PM
To: m100@lists.bitchin100.com
Subject: Re: [M100] Is it possible to use USb flash drive with a Model 100

 > If it made financial sense, I might consider making another run of  >
NADSBoxes, but it just doesn't.  With all the setup costs with  > machining
the enclosures, PCB fab NRE, etc., plus component costs, my  > up-front cash
expenditure the last time was $12,000, and that was  > before selling a
single NADSBox.  Sadly, while there is demand for  > additional NADSBoxes,
there doesn't seem to be *enough* demand to  > even cover the expense of
building them.

That's a real shame, Ken.  The NADSBox is amazing, and I use it all the
time.

I recently got a REX card from Stephen Adolph and that, in combination with
the NADSbox, make my T102 a truly useful everyday tool.

I think a REX card in combination with the DeskLink TPDD emulator running on
your Windows or Linux computer would be a good solution in lieu of a
NADSBox.

RL



Re: [M100] Problem with OptRom REX on M102

2015-08-01 Thread Bob Pigford
I agree with John about being careful to unplug all cables, including NADSBox.  
Even an attached printer cable can provide enough power to fool a cold reboot 
and the memory power switch.  That one had me confused many times, but I 
learned (albeit slowly).

Bob

 

From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of John R. 
Hogerhuis
Sent: Saturday, August 01, 2015 12:06 AM
To: Model 100 Discussion
Subject: Re: [M100] Problem with OptRom  REX on M102

 



On Friday, July 31, 2015, Keith Johnson drall...@gmail.com wrote:

Yes, I believe a cold start is crtl+ break + reset, then cycle the on-off 
switch (side switch). That is exactly what I did.

Second I, turned the memory switch (under the laptop) off for 9 or so hours. 
After 9 hours turned it back on and same result.

 

 

Just to clarify when you are trying to drain the power you need the memory 
power switch off, no batteries in compartment and no cables whatsoever 
connected. 

 

It really doesn't take much to keep the memory partially intact.  



Re: [M100] Serial to VGA module

2015-07-29 Thread Bob Pigford
Lee,

I agree that this Serial-VGA device from the UK is intriguing.   Is the code 
for the Mikro Kolor device code available?

Bob

From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Lee Kelley
Sent: Wednesday, July 29, 2015 7:00 PM
To: Model 100 Discussion
Subject: Re: [M100] Serial to VGA module

 

I wonder if the code for the Mikro Kolor device would be helpful at all.

 

On Wed, Jul 29, 2015 at 5:36 PM, John R. Hogerhuis jho...@pobox.com wrote:

On Wed, Jul 29, 2015 at 12:45 PM, Joe Grubbs jsgru...@hotmail.com wrote:
 Hello All,

 I saw this posted on a Facebook group and it got me thinking. I wonder if
 this could be repurposed (with some ancillary hardware and ROM tweaks) to
 give the Model 100/200/102 an external VGA display for very little money:

 http://www.hobbytronics.co.uk/serial-vga

 It accepts serial data and drives a text based VGA display at 800x600
 resolution. Additionally, it understands escape sequences to manage simple
 text windows, etc. It's pretty cool, and it got my wheels turning.


Says the source code is available so you could modify it to handle the
full character set and raw escapes.

-- John.





 

-- 

I will never in my lifetime make a film that cannot be seen by the whole 
family  Arther P. Jacobs



Re: [M100] Replacing the internal in a Model 200

2015-07-03 Thread Bob Pigford
Mark,
I am certainly not offended!  I think your idea is terrific. Ought to be fun, 
too.  Please report your progress as I have a RPi and various Arduinos that I 
would like to apply similarly.
Bob

-Original Message-
From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Mark Wickens
Sent: Friday, July 03, 2015 7:32 AM
To: Model 100 Discussion
Subject: [M100] Replacing the internal in a Model 200

Whilst I'm on the list

I hope no-one is offended by the idea of using the Model 200 shell and keyboard 
as a housing for more modern components. I thought about this for the Model 
100/102 but the aspect ratio of the screen does not lend itself to finding a 
modern equivalent.

I have found a 7 TFT screen that will fit within the existing bezel of the 
Model 200 and would be looking to install a raspberry pi with an arduino 
providing the conversion between keyboard and USB.

Has anyone tried this before? I haven't come across anything on the net (so 
far). Would be interested in people's thoughts.

BTW - this came up on the Retrocomputing Rountable Podcast in a recent episode 
(http://rcrpodcast.com/)

http://hackaday.com/2015/06/01/hackaday-retro-edition-the-radio-shack-roomba/

Thought if you hadn't seen it might be of interest.

Regards, Mark.



Re: [M100] TDock

2015-05-20 Thread Bob Pigford
I agree with Van and others:  TDOCK needs to be a Dock (not portable) and
may be powered with a wall wart.  For me, an 80 X 25 display would be the
ultimate goal, not just duplicating the ModelT screen on a larger display.
For instance, I think one might already be able to run VirtualT on a
Raspberry Pi and have a virtual ModelT on a larger screen, but what is the
point in that.  

 

I want to have the great ModelT keyboard, serial  parallel ports, etc, on
my desk while looking at a full screen of characters.  The hardest part of
that might be the changes to the ROM.  I will point out that Steve's REX can
be operated in ROM replacement mode such that a custom modified soft ROM
(adjusted for 80 X 25 display) can be used without actually creating or
requiring a new physical ROM.

 

SD card storage in TDOCK would also be terrific freeing the serial port for
BlueM.

 

I think that HDMI may be the best video solution for TDOCK, and there are
many small HDMI screen choices available.  For example, see
http://www.adafruit.com/category/63  

If you only have a VGA screen, then an HDMI to VGA adapter could be used.  I
am doing this now with a RPi and a VGA screen.

 

I think that Wifi and internet connectivity delivered directly from TDOCK
might be way down the road, but Ken's initial design could allow design
space for that later enhancement.

 

As to Ken's question about I/O capability (like A/D and digital pins), that
would be nice but not necessary.  If you want to touch the real world of
sensors, motors, and the like, a serial connection to an Arduino will
suffice (cheap hardware and easier programming on the ModelT end).  Of
course, if a Raspberry Pi were to be used as the engine under the TDOCK
hood, I/O pins and HDMI are already there, as well as USB ports for add-ons
like Wifi.

 

 

 

From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Joe
Grubbs
Sent: Wednesday, May 20, 2015 8:25 AM
To: Bitchin100
Subject: Re: [M100] TDock

 

I'd also like to add that your original idea of making this interface with
the parallel port is a definite must. For one thing, it eliminates the need
for multiple iterations of TDock--one size fits all. Also, to accommodate
the 5 people that still use a printer and would even buy a TDock in the
first place, there should be the parallel port pass-thru option, thus making
everyone happy :)  This would keep the system bus free for some memory
upgrades or something, as originally suggested by Stephen Adolph.




  _  

From: jsgru...@hotmail.com
To: m100@lists.bitchin100.com
Date: Tue, 19 May 2015 14:45:00 -0400
Subject: Re: [M100] TDock

Hey Ken,

I'm so glad you posted this because I've been wondering how the project is
going.

Personally I'd like to see a modern video interface. Maybe not the old VGA
standard specifically, but something fresh like HDMI that would work with a
myriad of high res TVs and monitors nowadays. WiFi and RJ-45 network
interfaces, as well as SD storage are also high on my list. Additional sound
hardware would be nice but it's not a priority to me. 

Just my $0.02 :)



  _  

Date: Tue, 19 May 2015 10:50:34 -0700
From: petti...@gmail.com
To: m100@lists.bitchin100.com
Subject: [M100] TDock

Hey gang,

 

Bob asked about the status of TDock the other day and it made me think about
it with the very ew background cycles of spare though time that I have.  But
it made me wonder, what should be the focus of such a device?  Long battery
life with WiFi and SD card access capability (along with VGA)?  An added
HDMI output and USB Host port with shorter battery life?  Added support for
generic digital and /or analog I/O (DACs, ADCs, etc.)?  

 

Ken

 



Re: [M100] $9 Computer

2015-05-15 Thread Bob Pigford
No worries, Ken.  I just think TDOCK is a GREAT idea, whenever it arrives.

Best of luck and good health to you!

Bob

 

From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Ken Pettit
Sent: Friday, May 15, 2015 1:06 PM
To: Model 100 Discussion
Subject: Re: [M100] $9 Computer

 

Hi Bob,

 

The status is … no progress.  I've been swamped doing firmware, schematic 
updates, board layout changes and ASIC design the past couple of months.  Too 
much work to do!  :)

 

Ken

 

On Wed, May 13, 2015 at 1:35 PM, Bob Pigford rpigfo...@comcast.net wrote:

As an interim step, I’d be happy with a TDOCK since small battery powered VGA 
displays are available, and 80 X 25 display would be awesome!  Ken?  Status?

Bob

 

From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Lee Kelley
Sent: Wednesday, May 13, 2015 4:25 PM
To: Model 100 Discussion


Subject: Re: [M100] $9 Computer

 

This is interesting stuff.  I'll keep watching.  But realize there was already 
a Model 2000.

 

On Wed, May 13, 2015 at 1:27 PM, Flow gmail flowcharles...@gmail.com wrote:

How about a projection screen either directly onto the eyeball a la Google 
Glasses, or large on any available surface ?  This would free up the entire 
surface for a keyboard and stylus pad.  The Model 10001 would be thinner and 
lighter than a MacAir and be efficient enough for solar power/sponge battery 
recharge.

 

Or, clamshell with keyboard in removable top, like Mac peripheral, and full 
face touchscreen.

 

Let us know when you have it ready.

 

Or, 

Gene Corrigan

flowcharles...@gmail.com


On May 13, 2015, at 11:46 AM, Steven Ranft s_ra...@hotmail.com wrote:

I like it: Let's design a Model 2000

 

I think it should be as high tech as we can make it. It should be ahead of it's 
time 

Like the first M 100 was and totally customizable and adaptable.

 

The ROM should be flashable from an SD card. This machine should boot from 
Flash ROM but be bootable from USB, SD, or network. 

 

Perhaps it should have multiple CPUs to allow native DOS, and modern 64 bit OS 
on the same platform.

 

Making it Open-source would make it much more attractive to a larger audience.

 

I don't know if LCD is the way to go. 

 

The Nook and Kindle e-readers have High resolution paper white display that go 
for days,

they also are very readable in all lighting conditions.

 

1280 x 960 is 4 times the resolution of VGA so it would have excellent DOS 
graphics. 

 

I think a clam-shell design with a 1280 x 960 BW e-reader type display would be 
my choice.

 

Killer keyboard is a must!

 

It should have USB 3 and SD slots, 3 AAA batteries NOT AA this is the 21 
century.

 

Perhaps we could also add a slot for a replaceable Lithium-Polymer flat pack 
like a cell phone. 

 

The charger circuit should auto detect the AAA batteries and if it senses 
rechargeable, it could trickle charge 3 AAA from a USB charging cable (5 volts) 
with 4 batteries it wouldn't work. 

 

With AAAs it would be thin enough to resemble a net book. Clam shell would 
protect the screen.

 

WiFi and Bluetooth are battery killers, and should have an auto off in BIOS to 
turn them off when the unit is unplugged. 

 

Steve Ranft 


Savage, MN

 

From: jan.vandenboss...@vivaqua.be
To: m100@lists.bitchin100.com
Date: Wed, 13 May 2015 09:11:08 +
Subject: Re: [M100] $9 Computer

I'm coming back to the dream we sometimes share: re-building the Model T with 
current technology.
 
3-D printing gives us the opportunity to (re-)design the case.
 
Cheap computers, like the one below, or a RasPi, could provide the heart. 
Autoboot an emulation! Does VirtualT on Linux exist yet?
 
Apparently, the type of display of the Model T 240x64 is still made.
Eg. from the page 
http://www.alibaba.com/showroom/240x64-graphic-lcd-display-module.html ... take 
your pick!
The following stands out (size, price, colour, ...) 
http://www.alibaba.com/product-detail/monochrome-STN-graphic-240x64-lcd-display_60110813146.html
 
All we need to find is a keyboard. No numpad! and how to connect the arrow-keys 
?
 
And money, of course... Crowdfunding ?
 
Ah, I can dream, can't I ?
 
Greetings from the TyRannoSaurus
Jan-80 
@ work( = = )
--.ooo--(_)--ooo.---
 
-Original Message-
From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Hiraghm
Sent: dinsdag 12 mei 2015 18:29
To: m100@lists.bitchin100.com
Subject: [M100] $9 Computer
 
ZDnet had this article on this tiny successor (cousin?) to the Raspberry PI.
[http://www.vivaqua.be/facebook.png] Rejoignez-nous sur Facebook - Volg ons op 
Facebook


DISCLAIMER Pensez à l'environnement, n'imprimez cette page et ses annexes que 
si c'est nécessaire. Ce message électronique, y compris ses annexes, est 
confidentiel et réservé à l’attention de son destinataire. Si vous n'êtes pas 
le destinataire de ce message, merci de le détruire et d’en informer 
l’expéditeur. Toute

Re: [M100] $9 Computer

2015-05-13 Thread Bob Pigford
As an interim step, I’d be happy with a TDOCK since small battery powered VGA 
displays are available, and 80 X 25 display would be awesome!  Ken?  Status?

Bob

 

From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Lee Kelley
Sent: Wednesday, May 13, 2015 4:25 PM
To: Model 100 Discussion
Subject: Re: [M100] $9 Computer

 

This is interesting stuff.  I'll keep watching.  But realize there was already 
a Model 2000.

 

On Wed, May 13, 2015 at 1:27 PM, Flow gmail flowcharles...@gmail.com wrote:

How about a projection screen either directly onto the eyeball a la Google 
Glasses, or large on any available surface ?  This would free up the entire 
surface for a keyboard and stylus pad.  The Model 10001 would be thinner and 
lighter than a MacAir and be efficient enough for solar power/sponge battery 
recharge.

 

Or, clamshell with keyboard in removable top, like Mac peripheral, and full 
face touchscreen.

 

Let us know when you have it ready.

 

Or, 

Gene Corrigan

flowcharles...@gmail.com


On May 13, 2015, at 11:46 AM, Steven Ranft s_ra...@hotmail.com wrote:

I like it: Let's design a Model 2000

 

I think it should be as high tech as we can make it. It should be ahead of it's 
time 

Like the first M 100 was and totally customizable and adaptable.

 

The ROM should be flashable from an SD card. This machine should boot from 
Flash ROM but be bootable from USB, SD, or network. 

 

Perhaps it should have multiple CPUs to allow native DOS, and modern 64 bit OS 
on the same platform.

 

Making it Open-source would make it much more attractive to a larger audience.

 

I don't know if LCD is the way to go. 

 

The Nook and Kindle e-readers have High resolution paper white display that go 
for days,

they also are very readable in all lighting conditions.

 

1280 x 960 is 4 times the resolution of VGA so it would have excellent DOS 
graphics. 

 

I think a clam-shell design with a 1280 x 960 BW e-reader type display would be 
my choice.

 

Killer keyboard is a must!

 

It should have USB 3 and SD slots, 3 AAA batteries NOT AA this is the 21 
century.

 

Perhaps we could also add a slot for a replaceable Lithium-Polymer flat pack 
like a cell phone. 

 

The charger circuit should auto detect the AAA batteries and if it senses 
rechargeable, it could trickle charge 3 AAA from a USB charging cable (5 volts) 
with 4 batteries it wouldn't work. 

 

With AAAs it would be thin enough to resemble a net book. Clam shell would 
protect the screen.

 

WiFi and Bluetooth are battery killers, and should have an auto off in BIOS to 
turn them off when the unit is unplugged. 

 

Steve Ranft 


Savage, MN

 

From: jan.vandenboss...@vivaqua.be
To: m100@lists.bitchin100.com
Date: Wed, 13 May 2015 09:11:08 +
Subject: Re: [M100] $9 Computer

I'm coming back to the dream we sometimes share: re-building the Model T with 
current technology.
 
3-D printing gives us the opportunity to (re-)design the case.
 
Cheap computers, like the one below, or a RasPi, could provide the heart. 
Autoboot an emulation! Does VirtualT on Linux exist yet?
 
Apparently, the type of display of the Model T 240x64 is still made.
Eg. from the page 
http://www.alibaba.com/showroom/240x64-graphic-lcd-display-module.html ... take 
your pick!
The following stands out (size, price, colour, ...) 
http://www.alibaba.com/product-detail/monochrome-STN-graphic-240x64-lcd-display_60110813146.html
 
All we need to find is a keyboard. No numpad! and how to connect the arrow-keys 
?
 
And money, of course... Crowdfunding ?
 
Ah, I can dream, can't I ?
 
Greetings from the TyRannoSaurus
Jan-80 
@ work( = = )
--.ooo--(_)--ooo.---
 
-Original Message-
From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Hiraghm
Sent: dinsdag 12 mei 2015 18:29
To: m100@lists.bitchin100.com
Subject: [M100] $9 Computer
 
ZDnet had this article on this tiny successor (cousin?) to the Raspberry PI.
[http://www.vivaqua.be/facebook.png] Rejoignez-nous sur Facebook - Volg ons op 
Facebook


DISCLAIMER Pensez à l'environnement, n'imprimez cette page et ses annexes que 
si c'est nécessaire. Ce message électronique, y compris ses annexes, est 
confidentiel et réservé à l’attention de son destinataire. Si vous n'êtes pas 
le destinataire de ce message, merci de le détruire et d’en informer 
l’expéditeur. Toute divulgation, copie ou utilisation de ce mail est dans ce 
cas interdite. La sécurité et l'exactitude des transmissions de messages 
électroniques ne peuvent être garanties. Denk aan het milieu; druk deze pagina 
en de bijlagen alleen af als het nodig is. Dit e-mailbericht (inclusief zijn 
bijlagen) is vertrouwelijk en is uitsluitend bestemd voor de geadresseerde. Als 
dit bericht niet voor u bestemd is, wordt u verzocht het te wissen en de 
afzender te informeren. Het is in dat geval niet toegestaan dit bericht te 
verspreiden, te kopiëren of te gebruiken. We kunnen niet garanderen 

Re: [M100] Disassembling Model 200

2015-04-15 Thread Bob Pigford
You might try a putty knife on its side placed at the top center of the ribbon 
cable cover.  And as Steve says, push in and slightly down and it usually pops 
out.  Good luck!

Bob

 

From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Bob Clark
Sent: Wednesday, April 15, 2015 1:14 PM
To: Model 100 Discussion
Subject: [M100] Disassembling Model 200

 

Hey, all. I just got a Model 200, and I need to disassemble it. I have the 
service manual, but I can't figure out how to get the LCD cable cover off. I'm 
trying to follow the directions (Apply force to the upper center portion of 
the cable cover and remove it by sliding toward you). For some reason, pushing 
in there doesn't have any give, and rather than just prying at the edges and 
busting the thing into god knows how many pieces, I figure I'm just not smart 
enough. Any suggestions?

 

Thanks,

--Bob



Re: [M100] T200 Rom question

2015-03-31 Thread Bob Pigford
Yes, they are in sockets, but I don't know about the chip standards.
Bob

-Original Message-
From: M100 [mailto:m100-boun...@lists.bitchin100.com] On Behalf Of Kurt McCullum
Sent: Monday, March 30, 2015 11:11 PM
To: Model 100 Discussion
Subject: [M100] T200 Rom question

According to the manual, the ROM on the T200 is contained in two chips. 
M13 which is an 8k ROM chip, and M15 which is a 32k chip. Are these standard 
27C256 and 27C64 chips in terms of pin configuration? I think they are in 
sockets but I'd have to pull mine apart to know for sure. 
Does anybody know if they are soldered to the motherboard or in sockets?

Kurt