[M100] Tandy 200 available

2020-04-08 Thread Tom Wilson
on the list the first shot at this computer before I decide whether to post it on EBay or find a completely ridiculous, but practical use for it. Tom Wilson wilso...@gmail.com (619)940-6311 K6ABZ

Re: [M100] Starship Management Software

2020-04-07 Thread Tom Wilson
That's a great idea! Now I want to see a group of gamers sitting around a table, using their Model T computers to manage their character sheets Tom Wilson wilso...@gmail.com (619)940-6311 K6ABZ On Mon, Apr 6, 2020 at 3:11 PM D10D3 Data wrote: > I wrote a utility on my NEC 8201A to

Re: [M100] REX problem with .DO files

2020-04-05 Thread Tom Wilson
today.. not sure you need REX#? > > On Sun, Apr 5, 2020 at 10:10 AM Tom Wilson wrote: > >> Will we be able to run Rex# on current hardware, or will that require a >> new board? >> >> On Sun, Apr 5, 2020 at 5:01 AM Stephen Adolph >> wrote: >> >>>

Re: [M100] REX problem with .DO files

2020-04-05 Thread Tom Wilson
QA (Software Quality Assurance) Test Suite, >> so hopefully the fix doesn't break anything else. >> >> While we are on the "bug fix" topic, I also found another one the other >> day. I was using the REXMGR to rename a file in RAM. Once the rename was >> successful, the label menu was not re-displayed. I think this also occurs >> when killing a file, but I am not sure. >> >> Regards, >> >> Peter >> >>> >>> -- Tom Wilson wilso...@gmail.com (619)940-6311 K6ABZ

Re: [M100] The T community

2020-04-05 Thread Tom Wilson
REX wiki. >>> >>> Would appreciate people to go and give 258 a try. It should be the same >>> as 254, which was the prior posted release, with this bug fix added. >>> >>> I will say that I have not tested every model with every possible >>> configuration. So any bug reports would be useful. >>> >>> thanks >>> Steve >>> >>>> -- Tom Wilson wilso...@gmail.com (619)940-6311 K6ABZ

Re: [M100] WiModem TPDD

2020-04-02 Thread Tom Wilson
CE (female connector) and electrically DCE. With > my 102 I reused the non-null gender changer from my existing wired setup > (where the crossover is in the USB device rather than my cabling), and the > WiModem232 works just fine. > -- Tom Wilson wilso...@gmail.com (619)940-6311 K6ABZ

Re: [M100] Just got my 100

2020-04-01 Thread Tom Wilson
t; >> fading. > > >> > > >> Huh? > > >> > > >> I brought it upstairs with me with four more fresh batteries to the > same > > >> thing. > > >> > > >> The screenshots on the ebay page showed the device working and the > basic > > >> display. I thought it was safe. But, now, I have a device that I don't > > >> know where to start on fixing it. > > >> > > >> Hints? > > >> > > > > -- Tom Wilson wilso...@gmail.com (619)940-6311 K6ABZ

Re: [M100] Saving a ".BA"

2020-04-01 Thread Tom Wilson
an > backup/restored the full RAM in about 9 seconds > > > -- John. > >> -- Tom Wilson wilso...@gmail.com (619)940-6311 K6ABZ

Re: [M100] New member

2020-03-30 Thread Tom Wilson
Welcome, Dan. I've got Commodores, Altair (clones), and a Tandy 102 and 200. I've been contemplating jumping into the Amiga scene, but I've been holding back just because that's an expensive, deep dive. =) Again, welcome, and join in the fun. Tom Wilson wilso...@gmail.com (619)940-6311 K6ABZ

Re: [M100] WiModem TPDD

2020-03-29 Thread Tom Wilson
Is NEWDOS a ROM we can install on Rex, or is it a COM file? Tom Wilson wilso...@gmail.com (619)940-6311 K6ABZ On Sat, Mar 28, 2020 at 10:56 PM John R. Hogerhuis wrote: > I wrote a small program to dial the TCP connection and launch NEWDOS with > the delay. Seems to work reliably. >

Re: [M100] WiModem TPDD

2020-03-28 Thread Tom Wilson
en tried? Am I insane? This seems like it would be >> straightforward to set up with off the shelf parts and commonly available >> glue software. >> >> As if I needed yet another excuse to spring for a WiModem. > > -- Tom Wilson wilso...@gmail.com (619)940-6311 K6ABZ

Re: [M100] Building VirtualT

2020-03-27 Thread Tom Wilson
On Fri, Mar 27, 2020 at 6:18 PM Brian K. White wrote: > On 3/27/20 9:14 PM, Kevin Becker wrote: > > The official sourceforge version builds on Fedora 31 with the distro > > FLTK cleanly for me now. Thanks! > > > > As a side note, I'm leery of sourceforge too, but it has changed > > ownership

Re: [M100] Building VirtualT

2020-03-27 Thread Tom Wilson
On Fri, Mar 27, 2020 at 6:14 PM Kevin Becker wrote: > The official sourceforge version builds on Fedora 31 with the distro FLTK > cleanly for me now. Thanks! > > As a side note, I'm leery of sourceforge too, but it has changed ownership > again since the days when they were injecting adware and

Re: [M100] Basic file ending question

2020-03-27 Thread Tom Wilson
ers, not ASCII encoded numbers, like numeric literals in your program text. Tom Wilson wilso...@gmail.com (619)940-6311 K6ABZ On Fri, Mar 27, 2020 at 5:11 PM Kurt McCullum wrote: > Thanks Ken, > > That's what I'm seeing here. But both Windows and Linux are giving the > same results s

Re: [M100] Building VirtualT

2020-03-25 Thread Tom Wilson
On Wed, Mar 25, 2020 at 1:09 AM John R. Hogerhuis wrote: > > > On Wed, Mar 25, 2020 at 1:05 AM Tom Wilson wrote: > >> Yeah, I experienced the same thing. At the very least, the de-tokenizer >> needs to scan for quotes and set an "inQuote" flag when i

Re: [M100] Building VirtualT

2020-03-25 Thread Tom Wilson
> > > I guess the question becomes, what do you want it to do? > > What does the Model 100 ROM do when you save that program as ASCII? > > If it keeps those bytes as binary for VT to do the same behavior it would > have to understand whether it's detokenizing a token, a string, the > contents of a

Re: [M100] Building VirtualT

2020-03-25 Thread Tom Wilson
s \xFF, so the files would be 8-bit safe and we could construct BASIC programs on the PC without having to hack in extended ASCII codes after the fact. Tom Wilson wilso...@gmail.com (619)940-6311 K6ABZ On Wed, Mar 25, 2020 at 12:23 AM Peter Noeth wrote: > Does that include bug fixes fro

Re: [M100] Building VirtualT

2020-03-24 Thread Tom Wilson
submit patches for these things. On Tue, Mar 24, 2020 at 3:28 PM Brian K. White wrote: > This version has a handful of build fixes and array size fixes, but does > not yet have the speed fix Tom Wilson posted. > > Well, my best guess at the proper fixes. I made the compiler warnings go >

Re: [M100] Rex(CP/M) documentation?

2020-03-23 Thread Tom Wilson
On Mon, Mar 23, 2020 at 6:30 PM Brian K. White wrote: > There is also a fairly good cheat sheet built right in to REXMGR. > > There are still a mystery or two though. For instance, what is the OS > tab? "OS" sounds like it must be the main rom feature, and the screen > even looks like it, but

Re: [M100] REX problem with .DO files

2020-03-23 Thread Tom Wilson
I reproduced it on the 200. 1. Cold booted (I turned the 200's memory switch off before I put it away.) 2. Started Rex with CALL 61167,2 3. Create a text file TEST.DO - This is a test - This is line 2 - This is line 3 4. Created a new backup called "TEST" 5.

Re: [M100] Upgrade Rex for T200.... stuck

2020-03-21 Thread Tom Wilson
. I will probably shelve it, except for testing, and rely on the 102, which is more compatible. The first thing I tried was the TSLOAD BASIC loader, but it turns out serial stuff on the 200 is very different. Different UARTS and different OS code. > -- Tom Wilson wilso...@gmail.com (619)940-6311 K6ABZ

Re: [M100] Upgrade Rex for T200.... stuck

2020-03-21 Thread Tom Wilson
r. Tom Wilson wilso...@gmail.com (619)940-6311 K6ABZ On Fri, Mar 20, 2020 at 11:15 PM Tom Wilson wrote: > Hi, guys... I need. help. > > I'm trying to upgrade my Rex to run on my new T200, but I can't get the > required files onto the system to flash the Rex. > > The manual

[M100] Upgrade Rex for T200.... stuck

2020-03-21 Thread Tom Wilson
I'm stuck. Without a TPDD, how do I get rf249.co over to my T200 to initialize my Rex? Tom Wilson wilso...@gmail.com (619)940-6311 K6ABZ

Re: [M100] Can I Redirect LCD output to serial port?

2020-03-19 Thread Tom Wilson
I did find a hack from the ROM2 manual, which POKES some values into RAM. The problem is that it's super delicate, and if you turn the computer off while the values are changed, you can't recover without a cold boot. (Don't ask how I know that.) Tom Wilson wilso...@gmail.com (619)940-6311 K6ABZ

[M100] Can I Redirect LCD output to serial port?

2020-03-19 Thread Tom Wilson
80x25 output from the T102. Has anybody seen a program like this? Is it possible to hook the $4B44 print routine? Are there any good examples of talking to the serial port with assembly language? Tom Wilson wilso...@gmail.com (619)940-6311 K6ABZ

Re: [M100] T-102 is here!

2020-03-17 Thread Tom Wilson
crunches everything to its smallest possible size. .EXPAND makes things human readable again... etc.) And that's just the BASIC side. There's also an assembler side... which is TMI for a short email. =) . Tom Wilson wilso...@gmail.com (619)940-6311 K6ABZ On Tue, Mar 17, 2020 at 10:15 AM Tom

Re: [M100] T-102 is here!

2020-03-17 Thread Tom Wilson
On Tue, Mar 17, 2020 at 9:57 AM Dan Higdon wrote: > Is there any documentation for Clueseau? I haven't been able to figure out > how to use it. > I found a scanned PDF here: https://ftp.whtech.com/club100/doc/cleurom2.pdf I also found the T200 Cleuseau ROM in Hex format, but I'm not sure how

Re: [M100] T-102 is here!

2020-03-17 Thread Tom Wilson
to upload the code to storage.) So now that I have Rex working... I definitely need one for the 200 when it arrives. Tom Wilson wilso...@gmail.com (619)940-6311 K6ABZ On Sat, Mar 14, 2020 at 4:00 PM Tom Wilson wrote: > True. I will probably tokenize the program after testing on Virtu

Re: [M100] T-102 is here!

2020-03-14 Thread Tom Wilson
True. I will probably tokenize the program after testing on VirtualT and keep one as .ba.txt and one as .ba. On Sat, Mar 14, 2020 at 3:58 PM Joshua O'Keefe wrote: > > > On Mar 14, 2020, at 3:53 PM, Tom Wilson wrote: > > > > Thanks. I was not aware of the TS-DOS resident fe

Re: [M100] T-102 is here!

2020-03-14 Thread Tom Wilson
t, Mar 14, 2020 at 3:03 PM Tom Wilson wrote: > >> This is great! With TSLOAD, I can finally talk to LaddieAlpha! Thank you, >> guys! >> >> Now for the next step... it looks like BASIC programs encoded as text get >> renamed somewhere in the process as "db"

Re: [M100] T-102 is here!

2020-03-14 Thread Tom Wilson
TS-DOS. What do I need to do to load this file into BASIC on the T-100? Do I need to use VirtualT to convert it to a binary BASIC file first? On that note... should we add an enhancement to VirtualT to save ASCII encoded BASIC files with something like .ba.do, instead of just .ba, when saving o

Re: [M100] VirtualT support for REXCPM hardware

2020-03-14 Thread Tom Wilson
On Sat, Mar 14, 2020 at 1:36 PM Ken Pettit wrote: > On 3/14/20 1:09 PM, Tom Wilson wrote: > > I really like the idea of using the I/O port to talk to the host. +1 > > on that. > > VirtualT 1.7 already has two such I/O ports. > > IN 20h: > In VT returns 'V' in A

Re: [M100] T-102 is here!

2020-03-14 Thread Tom Wilson
t; one for the 200 but I do not have that file. > > From: M100 on behalf of Tom Wilson < > wilso...@gmail.com> > Reply-To: > Date: Friday, March 13, 2020 at 11:33 PM > To: M100 Mailing List > Subject: Re: [M100] T-102 is here! > > I can't seem to find TSLOAD can so

Re: [M100] VirtualT support for REXCPM hardware

2020-03-14 Thread Tom Wilson
ed for Webassembly in the browser. > > > > CloudT is cool but it has no hope of cycle accuracy being written in > > JavaScript. > > > > -- John. > > -- Tom Wilson wilso...@gmail.com (619)940-6311 K6ABZ

Re: [M100] T-102 is here!

2020-03-14 Thread Tom Wilson
I can't seem to find TSLOAD can someone point me in the right direction? Tom Wilson wilso...@gmail.com (619)940-6311 K6ABZ On Fri, Mar 13, 2020 at 2:57 PM Joshua O'Keefe wrote: > On Fri, Mar 13, 2020 at 10:07 AM Tom Wilson wrote: > >> file transfer software is at the to

Re: [M100] VirtualT support for REXCPM hardware

2020-03-14 Thread Tom Wilson
On Fri, Mar 13, 2020 at 10:41 PM John R. Hogerhuis wrote: > Good sleuthing. > > But isn't that more of a workaround than a fix? Since it reduces the > accuracy of the emulation. > > Why does that code cause it to bog down? > > -- John. > Ken is the one who introduced the code, and he chimed in

Re: [M100] VirtualT support for REXCPM hardware

2020-03-13 Thread Tom Wilson
rn (0x80); // } I have an EXE compiled for Windows 10. I'm not sure if it will work under Windows 7. https://drive.google.com/open?id=1P8uBYIuU6z9wKY3loSnhAYr2pNtWRcSo Tom Wilson wilso...@gmail.com (619)940-6311 K6ABZ On Thu, Mar 12, 2020 at 11:15 PM Brian White wrote: > I haven't tr

Re: [M100] NiMH Batteries

2020-03-13 Thread Tom Wilson
? Tom Wilson wilso...@gmail.com (619)940-6311 K6ABZ On Fri, Mar 13, 2020 at 10:25 AM John R. Hogerhuis wrote: > > > On Fri, Mar 13, 2020 at 10:12 AM Tom Wilson wrote: > >> Is there any risk if I just snip a bad pack out entirely? Assuming I >> don’t care about

Re: [M100] T-102 is here!

2020-03-13 Thread Tom Wilson
On Fri, Mar 13, 2020 at 12:28 PM Mike Stein wrote: > Re the main ROM I was wondering whether it's socketed a la M100 or > soldered like the T102; sounds like it's socketed. > > Re the option ROM I was wondering whether the same OUT command as in the > 100/102 switches it in and out; I should be

Re: [M100] NiMH Batteries

2020-03-13 Thread Tom Wilson
emory > battery? With no Radio Shacks around I can't come up with much. Maybe a > hobby shop? I have all the caps to refurb my m100 but my battery hasn't > arrived (or even shipped) and I was hoping to do it all at once this > weekend. I'll probably end up just doing the caps and remo

Re: [M100] T-102 is here!

2020-03-13 Thread Tom Wilson
d stay there for quite a while.The standby current is > ~50uA @ 3.0V or ~100uA @ 5.5V for the 8Kx8 SRAMs. > > From: M100 on behalf of Tom Wilson < > wilso...@gmail.com> > Reply-To: > Date: Friday, March 13, 2020 at 9:50 AM > To: > Subject: Re: [M100] T-102 i

Re: [M100] T-102 is here!

2020-03-13 Thread Tom Wilson
use? > > > - Original Message - > *From:* Tom Wilson > *To:* m...@bitchin100.com > *Sent:* Friday, March 13, 2020 12:40 PM > *Subject:* Re: [M100] T-102 is here! > > > Yes, I’ve got a Rex in order. I also have a Model 200 on the way. So I’m > trying to decide whether to g

Re: [M100] T-102 is here!

2020-03-13 Thread Tom Wilson
e ROM you might want to look at building your own. The ROM images >> are available and with the range of available PCBs at OSH park they are >> quite easy to build. An original ROM is quite rare and a little fragile >> depending on how they were constructed – there seems t

Re: [M100] T-102 is here!

2020-03-13 Thread Tom Wilson
for something a little less expensive for a machine that will likely sit on the shelf and look pretty 90% if the time. On Fri, Mar 13, 2020 at 8:43 AM Gregory McGill wrote: > rex is available at arcadeshopper.com for that option rom socket > > Greg > >> -- Tom Wilson wilso...@gmail.com (619)940-6311 K6ABZ

Re: [M100] REXCPM and TPDD

2020-03-13 Thread Tom Wilson
On Thu, Mar 12, 2020 at 10:59 PM Brian White wrote: > I'm working on, if not officially maintaining, both a version of dlplus > and sd2tpdd (arduino). But I say, if we're only warrying about the > emulators, then like John says why even bother with tpdd at all? Might as > well use whatever is

Re: [M100] Dockerized TPDD access to storage server

2020-03-11 Thread Tom Wilson
... that will reach anywhere in my room I'm likely to use my machines. Tom Wilson wilso...@gmail.com (619)940-6311 K6ABZ On Wed, Mar 11, 2020 at 5:51 PM Joshua O'Keefe wrote: > I finally got around to playing with LaddieAlpha today. I had been > putting it off and sticking to dlplus as the r

Re: [M100] REX3?

2020-03-11 Thread Tom Wilson
On Wed, Mar 11, 2020 at 1:00 PM Kevin Becker wrote: > So, plug and play in M100. Still evaluating if it can be "solder free" > in T102 using a clip. Both solutions need the adapter board. > > > Thanks, Kevin. That's pretty much what I expected to hear. I was expecting some sort of additional

[M100] REX on M200

2020-03-11 Thread Tom Wilson
just want TSDOS... is there someone from whom I can just buy an EPROM with TSDOS? Or is Rex still the best choice? Tom Wilson wilso...@gmail.com (619)940-6311 K6ABZ

Re: [M100] REX3?

2020-03-11 Thread Tom Wilson
Also, if you're looking for an 8-bit CP/M laptop, the Epson PX-8 is exactly that. It runs CP/M from ROM and uses a RAM disk for storage. (Strangely, it uses a cassette for mass storage.) I had one of those, too, once upon a time... and I also don't know where that went Tom Wilson wilso

Re: [M100] REX3?

2020-03-11 Thread Tom Wilson
better way to do it? I love CP/M, but I'm not quite in a place where I want to modify SMT components. If this requires hardware changes, I'll probably grab a T-100 for that purpose (or maybe even try to find a T-200). Tom Wilson wilso...@gmail.com (619)940-6311 K6ABZ On Wed, Mar 11, 2020 at 11:49

Re: [M100] REX3?

2020-03-11 Thread Tom Wilson
gt; >> On Wed, Mar 11, 2020, at 10:15 AM, Jason Benson wrote: >> >> I finally got my NEC PC 8201A working last night, and I with all the fun >> I've been having with REX on my M100 I was wondering if REX3 is available >> anywhere. >> -Jason >> >> >> -- Tom Wilson wilso...@gmail.com (619)940-6311 K6ABZ

Re: [M100] Microsoft BASIC for TRS-80 Model 100 - Best OS... ever?

2020-03-11 Thread Tom Wilson
I think he's overselling it a little bit... but he has some good points. I think the T's biggest advantage is its instant on nature, which is a lot like a modern tablet, really. Tom Wilson wilso...@gmail.com (619)940-6311 K6ABZ On Tue, Mar 10, 2020 at 7:14 PM John R. Hogerhuis wrote: > I

Re: [M100] MIDI with the Model T

2020-03-10 Thread Tom Wilson
Yes, you could do it with a Teensy. The only issue is that the ready made MIDI shiields won't fit on a Teensy, since the Teensy is a different shape than Arduino. So you'd either need to figure out the pin assignment or roll your own I/O board. Tom Wilson wilso...@gmail.com (619)940-6311 K6ABZ

Re: [M100] MIDI with the Model T

2020-03-10 Thread Tom Wilson
On Tue, Mar 10, 2020 at 3:16 PM John R. Hogerhuis wrote: > Other issue is powering Arduino. > I don't see that as an issue at all. It uses its own power supply, just like the synthesizer will. You can power an Arduino from a 9v wall wart or a USB power supply. If this needs to be portable, a

Re: [M100] MIDI with the Model T

2020-03-10 Thread Tom Wilson
ounds of two audio devices together through the MIDI cable, as this causes ground loops and hum. So properly designed MIDI cables (as opposed to generic DIN-5 patch cables or PC keyboard extensions) only connect the shield at one end. Tom Wilson wilso...@gmail.com (619)940-6311 K6ABZ

Re: [M100] MIDI with the Model T

2020-03-07 Thread Tom Wilson
as a buffer - connect the Arduino and the computer with a simple MAX232 converter, then use the Arduino to send the actual MIDI messages through a MIDI shield. (Or just get the musical instrument shield with the on-board synth.) Tom Wilson wilso...@gmail.com (619)940-6311 K6ABZ On Sat, Mar 7

Re: [M100] M100 vs Cisco/Linksys USB Network Adapter

2020-03-07 Thread Tom Wilson
s USB Network Adapter at GoodWill for >> $3.49 and thought maybe there could be a way to configure this thing to >> work with the M100. Anyone have any experience with this thing or is >> there a thread already? Just thought it be worth asking before I list on >> eBay? >

<    1   2