Re: [M100] TPDD emulator on Arduino

2019-01-30 Thread c646581
I've been thinking about an ESP8266-based TPDD emulator that can link up to an FTP site or act as a telnet to serial bridge at the flip of a switch. On Wed, Jan 30, 2019, 14:06 Brian White I think in both of these cases I'm using interrupts and hardware > sleep/wait-for-interrupt support, so ther

Re: [M100] TPDD emulator on Arduino

2019-01-30 Thread c646581
Yep, I was working on a TPDD emulator for Arduino called SD2TPDD. The github page is here: https://github.com/TangentDelta/SD2TPDD I kind of lost interest in it and haven't maintained the project in a long time. I don't have any pictures of the setup, as it was basically just an SD card reader and

Re: [M100] New Age Digital Storage Box (NADSBox)

2018-09-02 Thread c646581
ys and days with nothing else to do but > tinker with a hobby project. Ok that was callous sorry. :) > > On Sun, Sep 2, 2018, 12:26 PM c646581 wrote: > >> Sorry for the inactivity. I fell off of a ladder at work and broke my >> ankle. I haven't been able to circle back ar

Re: [M100] New Age Digital Storage Box (NADSBox)

2018-09-02 Thread c646581
e of a file. >> >> https://github.com/aljex/SD2TPDD/tree/bkw_teensy36 >> >> It's not working too well yet, but it's running and at least partially >> working. >> >> TPDD-Tool>copy TEST3.DO 0:TEST3.DO >> Copy successful >> TPDD-T

Re: [M100] New Age Digital Storage Box (NADSBox)

2018-08-20 Thread c646581
the m100. But when you go to TELCOM to do anything, you are basically a >> vt52 terminal. >> >> Kurt >> >> >> On Mon, Aug 20, 2018, at 1:34 PM, Jeff Gonzales wrote: >> >> at this point is the m100 just a keyboard/dumb terminal? >> >

Re: [M100] New Age Digital Storage Box (NADSBox)

2018-08-20 Thread c646581
I have a project that uses an Arduino Mega to emulate a TPDD. https://github.com/TangentDelta/SD2TPDD I have plans to eventually sell easy-to-use shields that provide the RS232 level shifting and SD card interface. On Mon, Aug 20, 2018, 16:02 Brian White wrote: > A tpdd emulated in low level b

Re: [M100] SD2TPDD Project

2018-07-27 Thread c646581
t I wasn't aware of when > I did my experiment. > > Keep us posted as to how this is working for you. > > I think I have all the hardware needed to test this out. If I can > make some time, I can test it out. > > > On Sat, Jul 21, 2018 at 6:00 PM, c646581 wrote: &

[M100] SD2TPDD Project

2018-07-21 Thread c646581
Hello! As several of you already know, I've been working on a TPDD emulator that runs on an Arduino Mega and uses an SD card for mass storage. I've gotten the emulator to the point where I feel comfortable releasing it for testing purposes. Here is my GitHub page: https://github.com/TangentDelta/

Re: [M100] TPDD Specifics

2018-07-20 Thread c646581
time. I'll add some documentation for the code and throw it up on GitHub as an early alpha in the near future. I'll keep the mailing list posted! On Wed, Jul 18, 2018 at 10:25 AM, c646581 wrote: > So far, I haven't had any issues with delay. At the moment, my emulator >

Re: [M100] TPDD Specifics

2018-07-18 Thread c646581
-DOS With Added Delay > > http://www.club100.org/memfiles/index.php?&direction=0&order=&directory=Kurt > McCullum/SARDOS > > > Using TEENY, which has no delay issue, may be a good place to start. > > Keep us posted. > > Kurt > > > > On Tue, Jul 17,

Re: [M100] TPDD Specifics

2018-07-17 Thread c646581
I found the page on the wiki explaining DCD/DSR along with the other flow control quirks. Once I corrected that, it started behaving correctly. I'll look into that TPDD Arduino project, since that happens to be the same platform I'm using for my emulator. It kind of feels like I'm re-inventing the

[M100] TPDD Specifics

2018-07-17 Thread c646581
Hello! I'm working on a TPDD hardware emulator using low-cost off-the-shelf-components. I can't find much online about the specifics of the serial connection between the M100 and the TPDD. The TPDD protocol page on the wiki mentions 19200/9600 baud, but nothing about flow control or how it negotia

Re: [M100] LoMem Mod?

2018-06-28 Thread c646581
lomem software for m100. This patch let's > you play with lowmem software of your own creation I guess. > > Steve > > On Sunday, June 24, 2018, c646581 wrote: > >> Hello! >> >> I just got my Model 100 a couple weeks ago and have been having a blast >>

[M100] LoMem Mod?

2018-06-24 Thread c646581
Hello! I just got my Model 100 a couple weeks ago and have been having a blast with it since then. One of the first things I did (after cleaning up the leaking capacitor mess inside of it) was to install a system ROM with the Y2K patch. I found a pre-patched image in Steve's member upload library