Re: [M100] M100 Digest, Vol 92, Issue 11

2018-09-12 Thread Brian White
.com wrote: > > Message: 5 > Date: Tue, 21 Aug 2018 06:40:27 -0400 > From: Brian White > To: m...@bitchin100.com > Subject: Re: [M100] New Age Digital Storage Box (NADSBox) > Message-ID: > > > Content-Type: text/plain; charset="utf-8" > &

Re: [M100] call for programs and games

2018-09-11 Thread Brian White
And in any event, I did actually say "I think I might actually go with xmodem or y or zmodem or kermit etc,.." On Tue, Sep 11, 2018 at 6:42 PM Brian White wrote: > I assume zmodem is out of the question for an 8085 with 32k of main rom > which is mostly already used up by...main

Re: [M100] call for programs and games

2018-09-11 Thread Brian White
her features. > > The TPDD protocol works. It may not be the 'standard' for anything but > > our Model-Ts but after all these years that's what we've got. Having TS- > > DOS in ROM solves a lot of problems. > > Kurt > > > > > > On Tue, Sep 11, 2018, at 3:19 PM

Re: [M100] call for programs and games

2018-09-11 Thread Brian White
If you could make room for only one thing in the main rom, would it be a tpdd dos, or xmodem? Remember, tpdd was only one of a few different kinds of disks, it's only a sort of defacto standard now because of various reasons, probably mostly because it works over the serial port and the protocol

Re: [M100] call for programs and games

2018-09-11 Thread Brian White
You know... thinking about that problem of needing a way to get a dos back if you wipe ram, why can't we have multiple roms? Would it be theoretically possible, assuming some new hardware, to break up the 32k rom address space into smaller seperate chunks, so instead of having to choose ts-dos rom

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

2018-09-10 Thread Brian White
line to sense the state of the m100, and stop trying to drive the rx line high. On Mon, Sep 10, 2018 at 2:20 PM Brian White wrote: > Got the sleep working properly now. Goes right to 3ma right from power-up > or reset. > One last thing that isn't great about power drain is, if t

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

2018-09-10 Thread Brian White
the filesystem. https://forum.arduino.cc/index.php?topic=567603.0 -- bkw On Tue, Sep 4, 2018 at 7:12 AM Brian White wrote: > Forgot to say, by adding avr/sleep.h > I think there might be other better low power libraries and examples. This > was just my first attempt. > It's not quite w

Re: [M100] Power on/off issues on M100

2018-09-10 Thread Brian White
I believe other people have reported mixed results replacing the battery with a cap. Some people have had good luck, others not, and some said it worked fine on their 100's but not their 200, etc. The battery should really only be a nicd or nimh. I think the idea for the caps was they wouldn't

Re: [M100] serial connection issue

2018-09-10 Thread Brian White
Use LaddieAlpha or mComm or dlplus for that. On Sun, Sep 9, 2018 at 11:24 PM Jesus R wrote: > I'm trying to load software downloaded from the internet. > > *Josh Malone* josh.malone at gmail.com > > *Sun Sep 9 14:15:11 PDT 2018* > -- > > What's the actual thing that

Re: [M100] TPDD Cable / Mystery Component

2018-09-09 Thread Brian White
plug like the original, but that one isn't keyed anyway, the key is formed in the outer vinyl molding. http://tandy.wiki/TPDD#Parts On Sat, Sep 8, 2018, 6:56 PM CHARLES SHEAR wrote: > Whoops, LOL. https://rsmicro.wordpress.com/ > > On September 8, 2018 at 5:06 PM Brian White wrote:

Re: [M100] TPDD Cable / Mystery Component

2018-09-08 Thread Brian White
I'm definitely interested. On Sat, Sep 8, 2018 at 3:27 PM CHARLES SHEAR wrote: > Based on the information I read in Marty Goodman's write up on his cable > disassembly and reverse engineering, I have come up with a variation of his > design that definitely is working with my 100, 102, and TPDD.

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

2018-09-04 Thread Brian White
while idle, yet wakes up and runs whenever the M100 tries to access it. It's amazing that it wakes up and seems to even process the same serial event that woke it up without losing something like the first byte or something. On Tue, Sep 4, 2018 at 7:02 AM Brian White wrote: > I got it idl

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

2018-09-04 Thread Brian White
backwards" in the directory. TS-DOS never > uses it. > > Heheh, no worries. :P > > On Sun, Sep 2, 2018, 13:16 Brian White wrote: > >> I don't see anything obvious either, but I haven't gotten methodical on >> it yet. >> >> What I've seen so far is:

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

2018-09-02 Thread Brian White
he device has enough non-volatile > storage to hold the TS-DOS image, and configuration could be done by > writing a config file to the device using TS-DOS. The config file would > tell it which SSID to connect to, the password, and a list of FTP servers > to have show up in the root dir

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

2018-09-02 Thread Brian White
or later. Just wanted to correct me saying it wasn't working before. Up to now I'd just been using TpddTool.py on the same laptop. But just now trying TS-DOS, it works fine! On Wed, Aug 29, 2018 at 11:49 AM Brian White wrote: > I just got your arduino code working on a Teensy 3.6, using the bu

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

2018-08-31 Thread Brian White
ah, but still fun to put together! >> >> Kurt >> >> >> On Thu, Aug 30, 2018, at 10:08 PM, Brian White wrote: >> >> >> An office file server for M100's >> >> What a wonderfully useless project. :) >> >> >> >> > -- bkw

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

2018-08-31 Thread Brian White
rote: > Yeah, but still fun to put together! > > Kurt > > > On Thu, Aug 30, 2018, at 10:08 PM, Brian White wrote: > > > An office file server for M100's > > What a wonderfully useless project. :) > > > > -- bkw

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

2018-08-30 Thread Brian White
in the building. And 6 M100's with rj11 adapters on the serial ports. An office file server for M100's What a wonderfully useless project. :) On Wed, Aug 29, 2018 at 11:49 AM Brian White wrote: > I just got your arduino code working on a Teensy 3.6, using the built-in > card reader, SdFatSdioEX, ha

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

2018-08-29 Thread Brian White
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 basic hardware in line with the tpdd itself >> really appeals to me. >> >> I would

Re: [M100] Tandy 200 RAM modules

2018-08-26 Thread Brian White
I don't know about pre-made, but there is one you can build yourself: Here's links to the pcb on oshpark and a pre-loaded digikey cart. http://tandy.wiki/Model_200_RAM On Sun, Aug 26, 2018 at 10:18 AM Josh Malone wrote: > Hi all, > > Is there any current source for Tandy 200 24k RAM modules? My

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

2018-08-26 Thread Brian White
level shifter as before. On Sun, Aug 26, 2018 at 9:48 AM Brian White wrote: > Ok, got some numbers. > Conditions: > > Main board: Teensy 3.6 > Adata 8G class 4 sd card inserted. (different cards draw more or less) > 128x64 mono OLED attached by I2C and lit up with a screen

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

2018-08-26 Thread Brian White
to cut power and restore power based on serial activity. But my test code right now is just sitting in a loop reading the serial port. On Fri, Aug 24, 2018 at 6:36 PM Brian White wrote: > Well that's a downside of working in an unorthodox location, I don't have > any way to measure current

Re: [M100] setting time from mcomm or equiv

2018-08-24 Thread Brian White
I was thinking about that with this Teensy. It has an rtc built-in, so it would seem to be trivial to have the tpdd-server code recognize a magic not-real filename and supply dynamic data as though it were file contents. >From the M100 you just open a special file name and read the the the date,

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

2018-08-24 Thread Brian White
urious. > > -- > *From:* M100 on behalf of Brian White > > *Sent:* Friday, August 24, 2018 20:12 > *To:* m...@bitchin100.com > *Subject:* Re: [M100] New Age Digital Storage Box (NADSBox) > > I was playing with the Teensy 3.6 some more last night

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

2018-08-24 Thread Brian White
I was playing with the Teensy 3.6 some more last night and got it waiting & responding to commands by serial (the built-in ftdi usb-serial not via max232 yet), reading/writing to files in a fat32 fs on the sd, blinking the on-board led during drive activity, and displaying text on a tiny 128x64

Re: [M100] I/O error with disk drive

2018-08-24 Thread Brian White
This happens during what operation? Bootstrapping from the utility disk? Do you know the disk is good? Does teeny or ts-dos work instead of whatever unknown BASIC program that line number 10 came from? Is the serial cable the original one ? (The cable has electronics inside, so if you don't have

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

2018-08-23 Thread Brian White
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 B

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

2018-08-23 Thread Brian White
or power. On Tue, Aug 21, 2018 at 5:49 PM Brian White wrote: > This looks great! > > On Mon, Aug 20, 2018 at 4:31 PM c646581 wrote: > >> I have a project that uses an Arduino Mega to emulate a TPDD. >> >> https://github.com/TangentDelta/SD2TPDD >> >> I ha

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

2018-08-21 Thread Brian White
SD card interface. > > On Mon, Aug 20, 2018, 16:02 Brian White wrote: > >> A tpdd emulated in low level basic hardware in line with the tpdd itself >> really appeals to me. >> >> I would love to try to make it work on a tinyduino, or maybe a gotek. >> Tinyduino

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

2018-08-21 Thread Brian White
On Mon, Aug 20, 2018, 8:16 PM John Gardner wrote: Brian, here's an idea - How about junking the html so I can read your interesting posts without converting them to text files first... Just a suggestion - My 70-year-old eyesight would appreciate it. Ok, just remember who started this

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

2018-08-20 Thread Brian White
A tpdd emulated in low level basic hardware in line with the tpdd itself really appeals to me. I would love to try to make it work on a tinyduino, or maybe a gotek. Tinyduino may not seem "basic" being so small and modern, but it's a microcontroller not a PC. It doesn't run linux and systemd and

Re: [M100] Chipkunk drive system disk.

2018-08-17 Thread Brian White
Derp, only meant to send that to Eddie sorry... On Fri, Aug 17, 2018 at 7:35 PM Brian White wrote: > Do you still have this chipmunk archive handy? >

Re: [M100] Chipkunk drive system disk.

2018-08-17 Thread Brian White
zip> > onedrive.live.com > Compressed (zipped) Folder > > ------ > *From:* M100 on behalf of Brian White > > *Sent:* Thursday, June 2, 2016 3:28:34 PM > *To:* Model 100 Discussion > *Subject:* Re: [M100] Chipkunk drive system disk. > > >

Re: [M100] Option ROM burning?

2018-08-14 Thread Brian White
this is your problem, Willem parallel burners don't work on usb-parallel adapter cables, they need "real" parallel ports. On Wed, Aug 15, 2018, 12:53 AM Brian White wrote: > You need one of several forms of pinout adapter, not just the eprom itself. > > Are you saying you

Re: [M100] Option ROM burning?

2018-08-14 Thread Brian White
You need one of several forms of pinout adapter, not just the eprom itself. Are you saying you have an EME adapter and really just need the 27C256 burned to put in it, or do you actually need a whole module (rex, figtronix, etc)? I for the simplest fully diy answer I would say get a TL-866

Re: [M100] Mode3l 100 with Enterprise System Memory Board

2018-08-13 Thread Brian White
That board looks exactly like the 224k PG Designs (adds 7 banks to the built-in, for 256k in 8 banks total) I have. And we have both the special bank-switch utility and a copy of the manual from an earlier 32k version of the same product. The 0menu program I have is a late version that supports

Re: [M100] TRS-80/Tandy Pocket Computer

2018-08-08 Thread Brian White
You can get new pens, as in actually new, not new old stock, from a german medical supplies company, and you can get new motor pinion gears by 3d printing believe it or not. I have also found the gear in brass, from a r/c helicopter company, but those appear to be no longer manufactured, just

Re: [M100] T200 Restoration and Mods/Playing

2018-07-27 Thread Brian White
ian, 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. >

Re: [M100] T200 Restoration and Mods/Playing

2018-07-27 Thread Brian White
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 >

Re: [M100] New User - Resurrected T102

2018-07-26 Thread Brian White
rly > speced/used properly will last MUCH longer, especially in a dis-charged > state. It's not uncommon for caps to still be good after 30 years. > > On Thu, Jul 26, 2018 at 6:01 PM Brian White wrote: > >> Don't the caps leak eventually, the same as batteries, and so there is

Re: [M100] Ask a silly question

2018-07-24 Thread Brian White
Randy I never answered your last question about the Model 200 cable. It's these two items: https://www.amazon.com/gp/aw/d/B003PU1EVG/ https://www.amazon.com/Connector-Rainbow-Ribbon-Cable-1-6ft/dp/B00XP54YKE/ These are just representative examples pulled up quickly from amazon on my phone. You

Re: [M100] DVI

2018-07-24 Thread Brian White
The simplest is for someone else with a working dvi and disk to mail you a working copy, and then you immediately make yourself several copies and stop using your original and a couple of your new copies. Send me an address and I'll mail you a couple copies. It IS possible to create dvi disks

Re: [M100] GOTEK USB Floppy Emulator vs DVI

2018-07-23 Thread Brian White
You made a copy of the dvi system disk on 3.5" ? You somehow got a dvi and dvi-dos to use more than 180K per disk side? Or is the dvi just creating bizarrely formatted 3.5" disks that only use the first 40 tracks, or double-spaced evey other track, or something ? It's really using HD disks? (1.44M

Re: [M100] M100 issues

2018-07-04 Thread Brian White
The spacer is a very important part of building a REX, and this is why! I can give you a new socket to replace the mangled one if you want. But it sounds like you want to find someone else to install it for ya! > I put a REX in it to test and destroyed the option ROM area when I attempted to

Re: [M100] nn - getting back involved.

2018-06-29 Thread Brian White
documet. It could still just be a meaningless cosmetic blemish and the pins all mean the same thing, it's not an automatic assumption just from these docs. It needs to be determined. On Fri, Jun 29, 2018 at 2:02 AM Brian White wrote: > Maybe none that matters, but, > I have these notes

Re: [M100] nn - getting back involved.

2018-06-29 Thread Brian White
when you're talking about putting a new part into the old socket. -- bkw On Thu, Jun 28, 2018 at 3:11 PM Mike Stein wrote: > - Original Message - > From: Brian White > To: m...@bitchin100.com > Sent: Wednesday, June 27, 2018 2:59 PM > Subject: Re: [M100] nn - gettin

Re: [M100] nn - getting back involved.

2018-06-27 Thread Brian White
This will get a little confusing because we're talking about both main rom and option rom at the same time, so watch for that the rest of this post. The 100, 102, 200, 600, NEC all use 27C256, both for main rom and option rom *electrically*, but, in most cases the pinouts are rearranged. And it's

Re: [M100] nn - getting back involved.

2018-06-26 Thread Brian White
I have about 100 of the old original carriers if anyone wants any. The carriers aren't really that useful or valuable since, aside from the fact that they are replaceable by printing (2 different versions even) only the Model 600 uses a standard 27C256 pinout in the option rom socket. For 100,

Re: [M100] XIP ML in BAISC

2018-06-05 Thread Brian White
On Tue, Jun 5, 2018, 6:42 AM Stephen Adolph wrote: > > Interesting side note. once you start making hidden lines, I think you > can use any line number .. > > ex. > 65529 REM > 65531 code > 65531 code > 50 code > Does that mean you don't even need line numbers after the first one? If the line

Re: [M100] XIP ML in BAISC

2018-06-05 Thread Brian White
I feel like I'm witnessing a strange form of history after history. What a thing to discover in 2018. On Tue, Jun 5, 2018 at 1:35 AM, John R. Hogerhuis wrote: > Hah! Neat trick! Didn’t occur to me that you could have more than one of > the same basic line. But it makes sense I guess. It’s

Re: [M100] DVI cable for M102

2018-06-03 Thread Brian White
gt; Randy >> >> On May 28, 2018, at 10:47 PM, Randall Kindig >> wrote: >> >> Yeah, I’m not much for building these myself. >> >> Does anyone have one? >> >> Thanks >> >> Randy >> >> On May 27, 2018, at 4:23 PM, Brian White wr

Re: [M100] TPDD Utility Disk

2018-05-29 Thread Brian White
If what you have is a TPDD-2 and not a TPDD, I can supply a copy for TPDD-2. Send me an address off-list and I'll mail it tomorrow. Conversely I would like a copy for TPDD myself if anyone is willing to either make me one, or trust me with mailing me theirs and I'll mail it back after making a

Re: [M100] Duplicate a file

2018-05-27 Thread Brian White
On Sun, May 27, 2018 at 6:20 PM, John R. Hogerhuis <jho...@pobox.com> wrote: > > On Sun, May 27, 2018 at 1:30 PM Brian White <bw.al...@gmail.com> wrote: > >> Why bother with the larger .do copy? Just load "foo" and then save >> "foo2". Now you

Re: [M100] Duplicate a file

2018-05-27 Thread Brian White
Why bother with the larger .do copy? Just load "foo" and then save "foo2". Now you have both foo.ba and foo2.ba, both in small tokenized form. On Sun, May 27, 2018, 3:27 PM Peter Vollan wrote: > Perhaps they mean that you should print it out? > > > On 27 May 2018 at

Re: [M100] DVI cable for M102

2018-05-27 Thread Brian White
That's the one easy one. You can get by without having to do those twists, with a plain old IDE cable* and a double male pin header. http://tandy.wiki/Disk/Video_Interface:_Cable#Easy_Cable That's not polarized though. To get a fully polarized cable you can make either the 102 or 200 cables

Re: [M100] Estate Sale: Big Load of Computer Stuff

2018-05-11 Thread Brian White
I am IN Edison myself. I should be able to be there as far as I know. On Fri, May 11, 2018 at 5:23 PM, Bill Loguidice wrote: > I'll use this as an opportunity to mention my own upcoming auction: > http://armchairarcade.com/perspectives/2018/05/04/new- >

Re: [M100] Tandy Model 100 Portable with the DVI (Disk Video Interface)

2018-05-09 Thread Brian White
ion/ ... > > I did buy the DIP connector through king-cart. I ohm'd out some of the > pins in what I made and thinking one isn't connected correctly. > Fortunately I bought a few DIPs so I'll hopefully get to try again some > day sooner than later. > > Regards > > > O

Re: [M100] Tandy Model 100 Portable with the DVI (Disk Video Interface)

2018-05-09 Thread Brian White
g will be a > project for another time. > > Big thanks to Brian for the disk. Great to see a successful bootup of the > system. > > Regards > > > On Sat, Apr 28, 2018 at 1:46 PM, Brian White <bw.al...@gmail.com> wrote: > >> I don't remember what exactly the

Re: [M100] Replaced NiCD with NiMH

2018-05-07 Thread Brian White
On Mon, May 7, 2018, 9:49 PM Fugu ME100 wrote: > The motherboard hooks under the clips on the 102  > Aha! Thank you! -- bkw >

Re: [M100] M100 with TPDD1 on eBay

2018-05-07 Thread Brian White
I would value that entire kit at $200, maaaybe $300. The M100 is worth less than 100, the tpdd is worth less than 75. Everything else is just a little added value to those. The blue bag adds the most, but far less than $100 total for all the rest. The cables and black slip cover and manual are

Re: [M100] Replaced NiCD with NiMH

2018-05-07 Thread Brian White
I never ran into any such craziness working on a 102. It comes apart and lays out just fine, and replacing the nicd is no big deal at all. Going back together, there is one non-obvious part where you have to know whether the bottom edge of the motherboard is supposed to hook under, under or rest

Re: [M100] 8K RAM module

2018-05-07 Thread Brian White
n, > > 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, e

Re: [M100] 8K RAM module

2018-05-07 Thread Brian White
thanol? 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 wil

Re: [M100] 8K RAM module

2018-05-07 Thread Brian White
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 wrote: > To make sure I understand: > >

Re: [M100] Tandy Model 102 Portable

2018-05-05 Thread Brian White
That EME adapter is one of the slickest things ever made for Model 100/102/200. It is an adapter that lets you plug a standard 27C256 eprom into the non-standard rom socket. It was called a ROMBO. It solves two different problems at once. * The socket does not have normal sockets for normal chip

Re: [M100] SPAM-LOW: Re: New member - question on 'half' alive Model 100

2018-05-01 Thread Brian White
that's a difference. -- bkw On Tue, May 1, 2018 at 10:50 PM, Brian White <bw.al...@gmail.com> wrote: > I see those same funny ramps and someone here said it was normal. I see > them on both working and non-working M100's > https://photos.app.goo.gl/vcTg4yUhvjXKBxeh1 > > -- bkw

Re: [M100] SPAM-LOW: Re: New member - question on 'half' alive Model 100

2018-05-01 Thread Brian White
I see those same funny ramps and someone here said it was normal. I see them on both working and non-working M100's https://photos.app.goo.gl/vcTg4yUhvjXKBxeh1

Re: [M100] SPAM-LOW: Re: New member - question on 'half' alive Model 100

2018-04-30 Thread Brian White
Also remember, the pinout is not 27C256. So you'll need to use two dip28 sockets (or at least one) and 28 wires to relocate some of the pins to read the rom in a reader. http://bitchin100.com/wiki/index.php?title=Model_100_ROM On Mon, Apr 30, 2018 at 6:06 PM, John R. Hogerhuis

Re: [M100] REX

2018-04-29 Thread Brian White
/REX1 On Sun, Apr 29, 2018 at 1:11 AM, Brian White <bw.al...@gmail.com> wrote: > I have uploaded an old version of the BRD file that came from the files > Steven has up on club100 > > https://oshpark.com/shared_projects/05Wk0mj8 > > The latest version had nicer silk screen a

Re: [M100] New user, AA battery leakage

2018-04-29 Thread Brian White
There is at least a M100 and a T102 battery cover on thingiverse: https://www.thingiverse.com/thing:955567 https://www.thingiverse.com/thing:29533 And if you want a better quality print you can download the .stl file and upload it to Shapeways. Shapeways costs more, but they offer some higher

Re: [M100] Tandy Model 100 Portable with the DVI (Disk Video Interface)

2018-04-27 Thread Brian White
It's possible to write a new floppy from a download IF you have not only the right kind of drive but also the right kind of floppy controller on a motherboard or isa card. Otherwise just send me an address and I'll mail you a disk. I happen to have a dvi set up and working at the moment so it's

Re: [M100] New tpd not working, low battery blinking

2018-04-24 Thread Brian White
Known issue. You need to replace the belt. Here ya go: http://tandy.wiki/TPDD The belt in every unit has turned to goo by now. You will want to get some alcohol (preferably 99% not the 70% from the grocery store) and q-tips to clean up the black goo from the wheels before putting the new belt on.

Re: [M100] List of capacitors

2018-04-23 Thread Brian White
​I have many servers with public facing ftp and fail2ban banning bad IP's too. None of this required making the ftp server config that strange. I guess it's fine if you're one of the cool kids who know the secret handshake, but really it just makes all those links in all those web pages into

Re: [M100] List of capacitors

2018-04-21 Thread Brian White
correction, smack in the middle On Sat, Apr 21, 2018 at 1:56 PM, Brian White <bw.al...@gmail.com> wrote: > https://archive.org/details/m100service > > towards the end > > On Sat, Apr 21, 2018 at 11:39 AM, David Laffineuse <davidlaffine...@me.com > > wrote: > &g

Re: [M100] List of capacitors

2018-04-21 Thread Brian White
https://archive.org/details/m100service towards the end On Sat, Apr 21, 2018 at 11:39 AM, David Laffineuse wrote: > Does anyone have a complete list of capacitor specs for the M100? > > Thanks, > > David > -- bkw

Re: [M100] Got my M100!

2018-04-19 Thread Brian White
I keep forgetting to test whether this is needed, but just in case it only charges while actually powered on, you could try this: Plug in to wall powere, turn on, go into basic, type "power cont" enter, and just leave it like that over night. The command tells it not to power itself off after 10

[M100] REX

2018-04-19 Thread Brian White
REX seems to have disappeared from OSHPark. Someone asking me for a molex socket just told me they had to upload board files from one of the zips, and of course isn't sure if it's going to be right. My build directions don't document how to do that, since I don't know what are the exact correct

Re: [M100] Can't format a disk with DVI

2018-03-27 Thread Brian White
inally fixed > something out of this lot :) Well, more like replaced, but who's counting... > > The only slight issue was the fact that the mounting holes did not align > so I had to mount it to the bottom. I'll have to find a matching one for > the top slot. > > Chris > >

Re: [M100] Homemade memory upgrade

2018-03-26 Thread Brian White
If the circuit design is actually correct (I can't say), and your parts are actually good, then all you should have to do is a hard reset. Press CTRL+BREAK+RESET at the same time. -- bkw On Mon, Mar 26, 2018 at 3:52 PM, JN P wrote: > I just finish adding memory to my model

Re: [M100] mComm 2.5 for Windows

2018-03-24 Thread Brian White
This is super hotness! -- bkw On Sat, Mar 24, 2018, 12:57 PM Kurt McCullum wrote: > I just uploaded version 2.5 of mComm for Windows. > I added a DOS injector feature similar to the Android version. With it you > can load TS-DOS or TEENY for the 100/200/NEC. I replaced

Re: [M100] Tandy Portable Disk Drive...

2018-03-22 Thread Brian White
The "M100SIG" archive contains a few programs just for dealing with the incompatibility of different dosses. There is at least one or two programs just for loading and unloading the dvi dos and a tpdd dos so you can switch between them without actually wiping and reinstalling each time. > There

Re: [M100] Can't format a disk with DVI

2018-03-19 Thread Brian White
One of mine had that too, (original dvi drive with bad caps underneath) but it also had other problems because replacing those caps and replacing the corroded traces with jumper wire didn't fix it. It lights up at the right times and the dvi detects the door open/close, but the motor runs too

Re: [M100] batteries...

2018-03-19 Thread Brian White
nimh chemistry is ok for the circuit, but there is always still the separate issue that the cheapest no-name manufactured ones are a risk simply because of unknown construction quality and longevity. So, try to get Yausa or Varta or Panasonic etc, and generally pay more than $5 per batt not $2

Re: [M100] 8K RAM Chip

2018-03-17 Thread Brian White
Awesome! Thank you so much! On Sat, Mar 17, 2018, 5:36 AM Francesco Messineo < francesco.messi...@gmail.com> wrote: > Hi Mike, > > On Fri, Mar 16, 2018 at 6:00 PM, Mike Stein wrote: > > Hi Frank, > > > > Any chance you'd share the PCB files for your RAM modules so we can >

Re: [M100] DVI cable for 102

2018-03-17 Thread Brian White
mhs.st...@gmail.com> wrote: > >> That's a possibility, but as far as I can tell no combination of what >> Chris has would work with a 102/200. >> >> m >> >> - Original Message - >> *From:* Brian White <bw.al...@gmail.com> >> *To:* m...@

Re: [M100] Power Adapter Questions

2018-03-16 Thread Brian White
Ubdervolting draws more current, which may be stressing some part even if it still works. Both under and over voltage are bad for different reasons. The only spec that you can exceed harmlessly is a ps that can deliver more current (not voltage) than needed is harmless. A ps that can't deliver

Re: [M100] DVI cable for 102

2018-03-16 Thread Brian White
On Fri, Mar 16, 2018, 10:11 AM Brian White <bw.al...@gmail.com> wrote: > Ah! These are good, thank you! Already I can see why you have no twists. I > won't be able to show you what I mean for a little while but I have > pictures of at least 5 or 6 different manufactures of dip4

Re: [M100] DVI cable for 102

2018-03-16 Thread Brian White
Ah! These are good, thank you! Already I can see why you have no twists. I won't be able to show you what I mean for a little while but I have pictures of at least 5 or 6 different manufactures of dip40 idc connector (the blue one in your pics) and I can show how the pins on yours are different

Re: [M100] DVI cable for 102

2018-03-16 Thread Brian White
at it sounds like it works with an M100 >>> with both cables connected together. I don't see any twists, so I wonder if >>> maybe someone modified the 102/200 cable to remove the twists and turn it >>> into an M100 extension; in that case both cables connected together would

Re: [M100] DVI cable for 102

2018-03-16 Thread Brian White
c <ckmi...@gmail.com> wrote: >> >>> :) Ok, maybe not 50, but I'll take some. Here are a few while I'm >>> working on cleaning it: >>> >>> https://1drv.ms/f/s!AiOtw8Sr4zlvgaBRTB4K9WCxOOmoeQ >>> >>> On Tue, Mar 13, 2018 at 10:39 PM, Brian White <

Re: [M100] DVI cable for 102

2018-03-15 Thread Brian White
Now that is interesting. -- bkw On Thu, Mar 15, 2018, 8:26 PM Chris Kmiec wrote: > And that's what it appears to be doing - both cables connected work great > with my m100, but the short DVI to system bus part does not respond to > anything on my 102. > >

Re: [M100] DVI cable for 102

2018-03-15 Thread Brian White
onnectors that don't map the wires to the pins the same way every other connector in the world does at least today. On Thu, Mar 15, 2018 at 5:17 PM, Brian White <bw.al...@gmail.com> wrote: > There is a single sheet insert that came with one of my DVI manuals that > shows a two-part cabl

Re: [M100] 8K RAM Chip

2018-03-14 Thread Brian White
There are at least a few different "build your own ram upgrade" articles on club100 and other archives of old forum posts, and in magazines too I think but those are hard to search. Here's one that is not one of the old original ones I was thinking of, but looks ok.

Re: [M100] DVI cable for 102

2018-03-13 Thread Brian White
cables, one for 100 and one for 102! Almost afraid to turn it on, but that > will have to wait until tomorrow when I have a minute to myself... > > On Mon, Mar 12, 2018 at 9:57 AM, Brian White <bw.al...@gmail.com> wrote: > >> The strain relief clip specifically I mean, when y

Re: [M100] batteries...

2018-03-13 Thread Brian White
Plus when you search for the original part number or generic size code, you get nimh batteries that claim to be drop-in replacements for the size/form/terminals code. They can't know the details of every possible circuit the original parts were used in, and yet they feel safe saying that the new

Re: [M100] DVI cable for 102

2018-03-12 Thread Brian White
http://tandy.wiki/Disk/Video_Interface It's a pain but it's doable. The pictures there don't show the process, only the final result unfortunately. I used a sacrificial 40pin female idc connector with the strain relief clip as a guide to hold all the split & twisted wires into a flat ribbon so

Re: [M100] batteries...

2018-03-09 Thread Brian White
modern cheapness means they will leak in 5 years. On Fri, Mar 9, 2018 at 4:43 PM, John R. Hogerhuis <jho...@pobox.com> wrote: > > > On Fri, Mar 9, 2018 at 1:20 PM, Brian White <bw.al...@gmail.com> wrote: > >> >> It's arguable both ways though. You could say

Re: [M100] batteries...

2018-03-09 Thread Brian White
I meant to say, the only harm it does is, it harms the next owner, in that they may or may not like the idea that their M100 has been modified in this way.​ It's arguable both ways though. You could say that by removing the battery, you are removing all possibility of it leaking an corroding the

Re: [M100] batteries...

2018-03-09 Thread Brian White
Only to the next owner. On Fri, Mar 9, 2018 at 1:28 PM, Earl Evans wrote: > > > On Fri, Mar 9, 2018 at 9:18 AM, John R. Hogerhuis > wrote: > >> >> But maybe with REX, doing without the nicd Is ok since you can always >> quickly restore a backup. >> >> —

Re: [M100] Portable Disk Drive 2 serial cable

2018-03-06 Thread Brian White
de clear enough for anyone with even a limited degree of soldering > ability. > > > > On 1 Mar 2018 10:41 p.m., "Scotty Brown" <sco...@pennmail.net> wrote: > >> Be keen to see how it goes Brian! >> >> Cheers, >> >> Scotty >> >

<    1   2   3   4   5   6   7   8   >