Re: [M100] New member

2020-03-31 Thread Peter Vollan
I am using the Model 100 that my father used to take on business trips, so I have been in this for awhile. Also have a TI-99/4A and an Amiga 500. On Mon, 30 Mar 2020 at 17:13, Greg Swallow wrote: > > Welcome aboard. Am sure you'll find in -- not only entertaining, but a great > source of help.

Re: [M100] M102 add Rexx (w/ switch)

2020-03-31 Thread Mike Stein
- Original Message - From: Brian White To: m...@bitchin100.com Sent: Tuesday, March 31, 2020 8:57 AM Subject: Re: [M100] M102 add Rexx (w/ switch) > M100 main rom is socketed so those are simpler, except for the fact that for > M100, you need some form of pinout adapter and can't

Re: [M100] WiModem TPDD

2020-03-31 Thread John R. Hogerhuis
I was just thinking if you use the BUILDIT script you just need a framework 4.5 or higher. On Tue, Mar 31, 2020, 6:00 PM Ken Pettit wrote: > Hey John, > > I'm trying to compile LaddieAlpha on Ubuntu 14.04 using mono-mcs. Have > you ever tried this before? I'm getting a bunch of compile errors,

Re: [M100] WiModem TPDD

2020-03-31 Thread John R. Hogerhuis
On Tue, Mar 31, 2020 at 6:00 PM Ken Pettit wrote: > Hey John, > > I'm trying to compile LaddieAlpha on Ubuntu 14.04 using mono-mcs. Have > you ever tried this before? I'm getting a bunch of compile errors, but > have never programmed in C# before so don't really know if syntax like >

Re: [M100] WiModem TPDD

2020-03-31 Thread Joshua O'Keefe
> John: > If you want a debug version of LaddieAlpha I can share one and we can see all > the I/O serial traffic Happy to try it with a debug build and produce some logs.

Re: [M100] WiModem TPDD

2020-03-31 Thread Joshua O'Keefe
On Mar 31, 2020, at 5:22 PM, Ken Pettit wrote: > > So when you say NEWDOS hangs, is this after hitting F4, for instance, to get > a DISK listing? If the server wasn't responding, then I would expect NEWDOS > to simply print the "DRIVE NOT READY" error message. Makes me think NEWDOS > is

Re: [M100] WiModem TPDD

2020-03-31 Thread Ken Pettit
Hey John, I'm trying to compile LaddieAlpha on Ubuntu 14.04 using mono-mcs. Have you ever tried this before? I'm getting a bunch of compile errors, but have never programmed in C# before so don't really know if syntax like "s?.Close()" is legal or not. Ken On 3/31/20 5:34 PM, John R.

Re: [M100] WiModem TPDD

2020-03-31 Thread John R. Hogerhuis
I had similar issues randomly when starting NEWDOS / LaddieAlpha. When it happened, what worked is to break out of NEWDOS (sometimes takes a hitting reset button), go into TELCOM, stat 981ND, term, F8 Bye, CALL NEWDOS again. The BASIC launcher I wrote has a similar effect since it opens the COM

Re: [M100] WiModem TPDD

2020-03-31 Thread Ken Pettit
So when you say NEWDOS hangs, is this after hitting F4, for instance, to get a DISK listing? If the server wasn't responding, then I would expect NEWDOS to simply print the "DRIVE NOT READY" error message. Makes me think NEWDOS is receiving *something*, but doesn't like what is returned and

Re: [M100] WiModem TPDD

2020-03-31 Thread Joshua O'Keefe
Happy to do a packet capture once this all moves to IP. Of course, it may also just work. At this point it's pure wired RS-232 -> USB with the unexpected behavior but I can try to do Unix Fanciness to cap what's happening on the tty if that helps. I'd love to be able to just switch to NEWDOS

Re: [M100] WiModem TPDD

2020-03-31 Thread Stephen Adolph
I think what would be good is to get wireshark running somewhere in that IP link. Ideally we should see a single packet carrying the request and a single packet carrying the response. I don't know that this is necessary for good comms, but I have a feeling it helps. Joshua, are you familiar with

Re: [M100] WiModem TPDD

2020-03-31 Thread Joshua O'Keefe
Happy to be a part of that effort in any way I can be of service. I also tried Kurt's SARDOS-D with delay inbuilt, and it complains of disk not ready after a short burst of I/O. Switching to any of the non-delayed ROMs restores functionality once LaddieAlpha is bounced. The WiModem isn't here

Re: [M100] WiModem TPDD

2020-03-31 Thread Ken Pettit
Sounds like we (I) need to create a debug version of NEWDOS to figure out where it is getting lost or something. Ken On 3/31/20 2:56 PM, Joshua O'Keefe wrote: Great idea! Let me go try that... Doing this caused it to work once! I went to go fish some RAM files out of a Rex backup and upon

Re: [M100] WiModem TPDD

2020-03-31 Thread Joshua O'Keefe
Great idea! Let me go try that... Doing this caused it to work once! I went to go fish some RAM files out of a Rex backup and upon returning to NEWDOS: hang again. Cold resetting and re-re-loading to REX didn't restore the functionality, nor did restarting my TPDD emulator. The fact that it

Re: [M100] WiModem TPDD

2020-03-31 Thread Joshua O'Keefe
On Mar 31, 2020, at 1:55 PM, Ken Pettit wrote: > >  Try resetting everything and then running NEWDOS first instead of TS-DOS. Alas, no joy on this approach either, with either LaddieAlpha or dlplus running at the other end. Flipping to a vanilla rom (Or one of Kurt's ROMs) after resetting

Re: [M100] M102 add Rexx (w/ switch)

2020-03-31 Thread Greg Swallow
I have seven M100 with new Sys Roms. All have the Y2K fix and serial number entered over "Microsoft (C)." Two have a straight in 27c256 and four have a modified Mike Stein adapter board. Need to build one more adapter for last M100. I have the M102 that got messed -- probably because I did not

Re: [M100] WiModem TPDD

2020-03-31 Thread Ken Pettit
Try resetting everything and then running NEWDOS first instead of TS-DOS. Ken On 3/31/20 1:52 PM, Joshua O'Keefe wrote: Thanks Ken! I've reset everything on the wired end (including replugging the USB device to get a nice clean slate) and cold reset again just to see where things lie. Cold

Re: [M100] WiModem TPDD

2020-03-31 Thread Joshua O'Keefe
Thanks Ken! I've reset everything on the wired end (including replugging the USB device to get a nice clean slate) and cold reset again just to see where things lie. Cold reset then: Plain TSDOS rom: works as expected Switch to NEWDOS: hang at the DISK banner CALL63013,1,1: same story Switch

Re: [M100] WiModem TPDD

2020-03-31 Thread Joshua O'Keefe
The wired system is what I've been using all along: 102 - gender - 25-9 - StarTech USB (with internal null) - /dev/ttyUSB0 - LaddieAlpha (or dlplus) I can switch ROMs back to any other, and the connection lights right back up again, but something I'm doing isn't quite right for NEWDOS. It

Re: [M100] WiModem TPDD

2020-03-31 Thread Ken Pettit
Hi Joshua, Well, a cold reset will fix any issue with the M100 side of the equation. NEWDOS has no way of saving contextual information through a cold boot. The only information it saves is within the "TS-DOS" menu launcher (which is actually a BASIC program with no .BA extension). A cold

Re: [M100] Warning: Not a(n) M100 but a PC-2 question.

2020-03-31 Thread Jesse Huyett
Thanks all for the recommendations and links. Looking forward to getting this all up and running. Esp appreciated as working from home/ stir-crazy due to mostly stuck inside. Next on the project list does deal with my T102/ DVI so promises I'll keep topics relevant to the group next time. Again

Re: [M100] WiModem TPDD

2020-03-31 Thread Stephen Adolph
Can you describe the wired system? M100 -RS232-?? On Tue, Mar 31, 2020 at 4:25 PM Joshua O'Keefe wrote: > Hi Ken, > > In anticipation of my WiModem coming in I've decided to experiment with > NEWDOS 5.05 while using my wired connection. I got it to come up on the > DISK screen both

Re: [M100] WiModem TPDD

2020-03-31 Thread Joshua O'Keefe
Hi Ken, In anticipation of my WiModem coming in I've decided to experiment with NEWDOS 5.05 while using my wired connection. I got it to come up on the DISK screen both with and without a delay, but the next time I went back into TS-DOS all disk operations would hang. Now I've even gone so

Re: [M100] Warning: Not a(n) M100 but a PC-2 question.

2020-03-31 Thread Philip Avery
Thanks Ron, that's good to know. Philip On 1/04/2020 8:07 am, Ron Lauzon wrote: The batteries only give the extra "oomph" to run the solenoids when printing. But it's possible that the printer is reporting batteries too low. Note that you can use a more powerful AC adapter to power the

Re: [M100] Warning: Not a(n) M100 but a PC-2 question.

2020-03-31 Thread Brian K. White
Pens and gears: http://tandy.wiki/CGP-115 -- bkw On 3/31/20 3:04 PM, Jesse Huyett wrote: Hello Phillip, Thanks much for the response. Good to know. I thought this could be removed without any loss in functionality. I am using a bench supply which pushes more amps than the wall wart if it

Re: [M100] Warning: Not a(n) M100 but a PC-2 question.

2020-03-31 Thread Ron Lauzon
The batteries only give the extra "oomph" to run the solenoids when printing. But it's possible that the printer is reporting batteries too low. Note that you can use a more powerful AC adapter to power the printer/PC-2.  I have a 2A one for my set up.  Then you don't need the batteries at all.

Re: [M100] Warning: Not a(n) M100 but a PC-2 question.

2020-03-31 Thread Jesse Huyett
Hello Phillip, Thanks much for the response. Good to know. I thought this could be removed without any loss in functionality. I am using a bench supply which pushes more amps than the wall wart if it matters. I plan on building a pack for this anyway and will definitely see if this helps. It was

Re: [M100] Warning: Not a(n) M100 but a PC-2 question.

2020-03-31 Thread Philip Avery
I have one of those. The printer needs the batteries to function. They provide current sinking beyond what the wall wart does. Philip On 1/04/2020 5:04 am, Jesse Huyett wrote: Hello All, Asking here having seen some other handhelds come up, and this seems to be a welcoming group for all

[M100] Warning: Not a(n) M100 but a PC-2 question.

2020-03-31 Thread Jesse Huyett
Hello All, Asking here having seen some other handhelds come up, and this seems to be a welcoming group for all things Tandy. Feel free to point me elsewhere, tell me otherwise, or state where I can stick this thing. Pocet Computer 2 with the Printer/ Cassette Interface. I passed the first "CHECK

Re: [M100] Building VirtualT

2020-03-31 Thread Tom Dison
Love it! On Tue, Mar 31, 2020 at 07:29 Ken Pettit wrote: > > On 3/26/20 7:00 PM, John R. Hogerhuis wrote: > > > > > > > > Don't ask, don't tell :-) > > > > sprintf at least is inherently dangerous and should never be used. > > Should always use snprintf so you're committing to a certain buffer

Re: [M100] M102 add Rexx (w/ switch)

2020-03-31 Thread Brian White
I think I'm with Steve. For 102, you have to desolder a whole dip-28, which as you discovered can be tricky, and for what benefit? The only modified rom that currently exists is a couple bytes changed for a mostly cosmetic y2k fix. Are you planning on hacking on the main rom? I would love that.

Re: [M100] M102 add Rexx (w/ switch)

2020-03-31 Thread Greg Swallow
With the troubles I'm having with my sight, I don't want to make a mess of another removal/replace on a M102. I figured clipping the CS and adding a switch would better. Otherwise, I would prefer adding a "socket" et al. Thanks, GregS <>< Mar 31, 2020 4:16:17 AM Stephen Adolph : > I must

Re: [M100] M102 add Rexx (w/ switch)

2020-03-31 Thread Stephen Adolph
I must say - what is the end objective? What ROM other than T102 ROM do you want as the main ROM? REX provides y2k fix... You can probably tell but I am not really a fan anymore of using REX to replace the main rom. In my experience it has had little benefit and much pain. On Tue, Mar 31, 2020

Re: [M100] M102 add Rexx (w/ switch)

2020-03-31 Thread Greg Swallow
I have mucked the M102 up removing the system ROM and installing a socket. Believe I broke a trace somewhere, but am unable to track it down due eye sight (near and far sighted with progressive glasses on eyes that see 5 of everything) that even my magnifier hasn't helped. Picked up another

Re: [M100] NEC 8201A Drawing a line

2020-03-31 Thread Brian White
web8201.net has been limping ever since Gary (is that right?) moved it to a new server recently. Try at different times of day. It's been pretty consistently slow, but sometimes better than others. Sometimes it appears 100% down, but other times it's merely slow. So, just try again later, try at a

Re: [M100] M102 add Rexx (w/ switch)

2020-03-31 Thread Brian White
>From this, I don't have any idea what you actually tried or what exactly happened. You could try http://tandy.wiki/FlexROM_102 It's designed exactly to facilitate switching back to an internal rom after clising up the case si you can add or remove a REX at will after that. Some more detailed