New life for a mailstation (Jul 20, 2005)

(home)
  1. From: "Cyrano Jones" Jul 20, 2005
  2. From: "John R. Hogerhuis" Jul 21, 2005
  3. From: "Neil Morrison" Jul 21, 2005
  4. From: "Cyrano Jones" Jul 22, 2005
  5. From: "John R. Hogerhuis" Jul 23, 2005


Subject: New life for a mailstation

From: "niklaus37217" <niklaus37217@...>

Jul 20, 2005

Since these are showing up everywhere, has anyone though of
reprogramming them into a functional PC assistant type device?
What I think would be workable might be
1 keep the flash update facility.
2 keep basic email ability
3 dump the spell checker and add some sort of programming facility.
4 add parallel port data exchange drivers and support for a simple
terminal emulation.

What would be good would be something of the functionality of one of
the alphasmart laptops. Mailstations have a much faster processor and
much more memory than the old tandy 100s and there is still a market
for the tandy laptops.


1: Subject: Re: New life for a mailstation

(top)

From: "Cyrano Jones" <cyranojones_lalp@...>

Jul 20, 2005


If you can program in z80 assembler, "we have the technology".
We just need some code now...


There are at least 9 pages of 16k each available, without dumping
anything (except the out of date tv listings, etc.). But I agree,
the spell checker is useless, and that is at least another page or
three.

After loafing for several weeks, I've got back to looking
at this project, and made a lot of progress figuring out
how to integrate new apps into existing mailstation firmware.

I also have figured out how to dump the rom before erasing it. :-)
(I started typing it up last night, but conked out before I
could post it.)

It turns out that you can add the "Yahoo" type of app to
*all* the mailstations, whether they have the yahoo/mycidco
menu item or not. They show up as icons after "settings"
if there is no yahoo folder!

By yahoo type of app, I mean adding code that takes the
place of the yahoo data. I am not talking about adding
tv listings or weather or news. The yahoo data is stored
as an executable program, and this program can be anything
you want (given that somebody writes the code).



2: Subject: Re: [mailstation] New life for a mailstation

(top)

From: "John R. Hogerhuis" <jhoger@...>

Jul 21, 2005

On Wed, 2005-07-20 at 22:41 +0000, niklaus37217 wrote:

A good first step would be to port the SDCC Z80 target "standard
library" to work with the debugger loader.

My intent is to finish my port of CamelForth to MS... probably a day's
work, but it's just one of a list of projects I have going at the
moment.



3: Subject: Re: [mailstation] New life for a mailstation

(top)

From: "Neil Morrison" <neilsmorr@...>

Jul 21, 2005

From: "niklaus37217" <niklaus37217@...>


Why? There's plenty of room already.

Neil


4: Subject: Re: New life for a mailstation

(top)

From: "Cyrano Jones" <cyranojones_lalp@...>

Jul 22, 2005



I'm not sure I understand... Do you mean work with
as far as console i/o? Or loading?


Looking forward to it!



5: Subject: Re: [mailstation] Re: New life for a mailstation

(top)

From: "John R. Hogerhuis" <jhoger@...>

Jul 23, 2005

On Fri, 2005-07-22 at 14:20 +0000, Cyrano Jones wrote:

Both. sdcc already has a z80 target, But to do a simple program like
hello world someone needs to create an init and connect to whatever low
level i/o routines we have available.


It wasn't too hard to port to WP-2, another z80 laptop. Three or four
little subroutines to port, and you can start testing high level forth
code interactively at the prompt.