Re: [M100] On-device file conversion?

2024-05-12 Thread Bert Put
On 5/11/24 17:42, Kenneth Pettit wrote: On 5/11/24 3:38 PM, Bert Put wrote: All text that I write on the M-100 or M-102 will be transferred to the "main machine" -- a linux desktop or laptop that I do all post-processing on.  I used a NADSBox for that file transfer, but there are

Re: [M100] On-device file conversion?

2024-05-11 Thread Bert Put
Hi Lee, I tend to stay with straight text options, such as LaTeX or (more recently) Markdown. With either of those plain-text formats, you can specify bold, italics, underline, etc. but it just won't render on the laptop that way. All you'll see there is the plain text, appropriately

Re: [M100] m100

2024-03-03 Thread Bert Put
Everyone's a critic :-) That was a joke, in case it wasn't obvious :-) Regards,Bert On 3/3/24 20:05, Peter Vollan wrote: Yes, it is excellent! But it is not xmas anymore. On Sun, 3 Mar 2024 at 15:26, Kenneth Pettit > wrote: __ Did you ever check out

Re: [M100] Variable Concordance

2023-05-04 Thread Bert Put
You might consider using tabs instead of spaces; Excel can import tab-delimited files just like comma-delimited, and they are still fairly readable. Just make sure you have only one tab between columns. It might mess up your spacing a bit. Just a thought. Regards,Bert On 5/3/23 17:28,

Re: [M100] Variable Concordance - MTVarConcor

2023-05-02 Thread Bert Put
On 5/1/23 19:57, Joshua O'Keefe wrote: The last line of your "Eliza.bas" file seems to make line 100 of the code very unhappy. It seems to be an 0x1a character and then a bunch of question marks. If you delete that line of the input file, the program is parsed successfully. Ah yes, the good

Re: [M100] Interfacing Model 100 with the Real World

2023-03-03 Thread Bert Put
Have a look at some of the archived issues of Portable-100 magazine. The OWL was advertised there. It consisted of a M-100 and interface package all mounted in a weatherproof housing. Arduino wasn't even a glimmer in its inventors eye when OWL was around. :-) Regards,Bert On 3/2/23

Re: [M100] possible diy molex socket (for programming/dumping, not for inside the 100)

2023-01-13 Thread Bert Put
Hi Brian, If you can lay down 4 vias in a straight line on your PCB, then you can use something like this (from pine64.com): https://pine64.com/product/pinetime-pogopin-jig/ I use these to program my pinetime smart watches where space is at a premium. Here's a wiki page with lots of

Re: [M100] M100 Audio / music

2022-12-29 Thread Bert Put
I tried, no combination of timer/divider settings would get it close enough to 31250 Baud. On Wed, Dec 28, 2022 at 5:19 PM Bert Put <mailto:b...@bertput.com>> wrote: Hi Ken, I highly doubt the M100 could handle such a protocol but the first thing I thought of

Re: [M100] Fixed another bug in CloudT - Google Drive integration

2022-12-28 Thread Bert Put
Hi John, On 12/28/22 15:21, John R. Hogerhuis wrote: One other thing... I'd like to come up with a way to share instant-loading RAM images and programs with others. So you can share a URL or URL QR code of a Model 100 program that loads and launches instantly. I don't have a mental roadmap of

Re: [M100] M100 Audio / music

2022-12-28 Thread Bert Put
Hi Ken, I highly doubt the M100 could handle such a protocol but the first thing I thought of was MIDI; that is *the* electronic standard for defining and playing music. Again, not sure if the M100 has the horsepower to parse or play music from MIDI, but it was just a thought. (belated)

Re: [M100] Help with simple image on M100 screen?

2022-12-16 Thread Bert Put
On 12/14/22 13:40, Ken Pettit wrote: On 12/14/22 11:16 AM, John R. Hogerhuis wrote: On Wed, Dec 14, 2022 at 10:52 AM Peter Vollan > wrote: 1 bit? -Per pixel Yeah, software engineers have it easy these days ... they get both 0's and 1's.  Back in my

Re: [M100] WP-2 and WP-3 conversion script

2022-11-18 Thread Bert Put
right 1991 Microlytics Inc,Xerox V1.0 m - Original Message ----- From: "Bert Put" To: Sent: Thursday, November 17, 2022 7:30 AM Subject: Re: [M100] WP-2 and WP-3 conversion script Hi Brian, Thank you for those hints -- both of those operations does reset the machine. A

Re: [M100] Tandy Portable Disk Drive 2

2022-11-17 Thread Bert Put
LOL You could not ask for a more Australian response :-) Regards,Bert On 11/16/22 23:24, Daryl Tester wrote: "He's Brian, and so's his wife!" - I think Bruce was in charge of the sheep dip. On 17/11/22 12:06, Spencer wrote: Thanks for your suggestions and time Bruce! Spencer On

Re: [M100] WP-2 and WP-3 conversion script

2022-11-17 Thread Bert Put
Hi Brian, Thank you for those hints -- both of those operations does reset the machine. All the messages show Copyright 1989: - No copyright version on the Citizen Watch CO. Ltd. line. - (C) Something Good Inc. V1.62 - (C) Microlytics,UFO,Xerox V4.7 Thanks again, much appreciated. Regards,

Re: [M100] WP-2 and WP-3 conversion script

2022-11-15 Thread Bert Put
Hi John, On 11/15/22 15:57, John R. Hogerhuis wrote: On Tue, Nov 15, 2022 at 12:19 PM Bert Put <mailto:b...@bertput.com>> wrote: When converting from ASCII to WP-2, I will have to figure out which space character is closest to end of line and replace it with 0x08.

Re: [M100] WP-2 and WP-3 conversion script

2022-11-15 Thread Bert Put
Hi John, Oh, the algorithm is pretty clear: the 0x08 character appears instead of the last space, closest to the end of line, typically where line length is 65 characters. When converting from WP-2 to ASCII text, I replace the 0x08 with space, otherwise the words would run together. When

Re: [M100] WP-2 and WP-3 conversion script

2022-11-15 Thread Bert Put
quot;hard" CR. So I have some pre-processing to do, to insert those 0x08 before writing the binary .DO file. Regards,Bert On 11/11/22 17:45, Bert Put wrote: I don't know if it's a bug or not.  I write the raw .DO file straight to the SD card (via the AWESOME NADSbox :-) the

Re: [M100] WP-2 and WP-3 conversion script

2022-11-11 Thread Bert Put
I don't know if it's a bug or not. I write the raw .DO file straight to the SD card (via the AWESOME NADSbox :-) then transfer it to my linux box for conversion. I convert the 0x08 to space since failing to do that would cause the words to run together. Seems like it's being treated as a

Re: [M100] WP-2 and WP-3 conversion script

2022-11-11 Thread Bert Put
Hello John, (reviving an old email -- and I meant to send this to the group, not John :-) I was looking at some of the .DO files on my WP-2 and I noticed a bunch of 0x08 characters embedded in the text that I think are "soft" carriage returns? It seems like a 0x08 appears each time the WP2

Re: [M100] test?

2022-10-12 Thread Bert Put
, 2022, 9:47 AM Bert Put <mailto:b...@bertput.com>> wrote: Looks like my old email is no longer reachable to the list, so testing a new email address... Regards,    Bert

[M100] test?

2022-10-12 Thread Bert Put
Looks like my old email is no longer reachable to the list, so testing a new email address... Regards,Bert

Re: [M100] The Living M100SIG

2021-12-18 Thread Bert Put
Thank you, Brian! The nice thing about cloning a git repo is that any recent copy of the repo can be used to restore the original in case it gets lost or the site goes down -- thus preserving the entire change log. Regards,Bert On 12/17/21 11:48 PM, Brian K. White wrote: > I got tired of

Re: [M100] Dungeon Warrior - Game...

2021-07-31 Thread Bert Put
l is probably what happened to the attachments.  > >   > > (Hopefully this doesn’t duplicate!) > >   > > *From: *Bert Put <mailto:b...@bellsouth.net> > *Sent: *Saturday, July 31, 2021 10:20 PM > *To: *m...@bitchin100.com <mailto:m...@bitchin100.com>

Re: [M100] Dungeon Warrior - Game...

2021-07-31 Thread Bert Put
Hello, I got all the attachments (I use Thunderbird on linux). Also, not sure what's happening with your email because I always see two identical emails from you when you post to the list :-) Regards, Bert On 7/31/21 6:16 PM, Scott McDonnell wrote: > Yeah. Strange. No attachment and no

Re: [M100] is the mailing list acting strangely?

2021-07-09 Thread Bert Put
It's likely a gmail thing... Everyone on this thread who reported problems are using gmail. I'm not using gmail, and messages and replies looks good to me. Cheers,Bert On 7/9/21 8:07 AM, Russell Flowers wrote: > You replied to Greg in the thin client thread yesterday, and I only saw > it in

Re: [M100] Memory release question

2021-04-29 Thread Bert Put
Hi Charles, You may have some data in the clipboard. Open any text file, then select one character and "COPY" it. That should reduce the clipboard (copy buffer) size to one byte. Also, what parameters did you give the CLEAR command? Just "CLEAR" by itself probably won't do anything. You

Re: [M100] test because its quiet

2021-04-09 Thread Bert Put
Thank you... I was beginning to worry that my email address had gone bad or something :-) On 4/9/21 10:37 PM, John R. Hogerhuis wrote: > We're here :-)

[M100] test because its quiet

2021-04-09 Thread Bert Put
test?

Re: [M100] use of UR-2 with REX#, REXCPM

2021-03-13 Thread Bert Put
Hi John, It seems to me chaining can only work if you are the last "link" as long as all the apps that are hooked in also chain... or am I misunderstanding that? At least if you are first or at the head of the chain, you can guarantee that you can pass the event on to the next application.

Re: [M100] mcomm on the Pinephone

2021-02-26 Thread Bert Put
It should work if you can get the dongle to work. My pinephone is the UBPorts edition with the old main board that will not activate the USB-C dongle. Cheers,Bert On 2/26/21 6:23 PM, Hiraghm wrote: > Where can I find the python version of mcomm? > > I'd like to give it a try on my

Re: [M100] overflow

2021-02-19 Thread Bert Put
It's been a while since I've done 8080, 8085 or Z80 assembler, but you get an overflow if you have a large value in the accumulator (A register) and add another large number so the result value won't fit. I believe that will set the overflow flag in the CPU. Cheers,Bert On 2/19/21 2:59 PM,

Re: [M100] JMP Locations

2021-01-26 Thread Bert Put
LOL My day job keeps my cat in the style to which she has become accustomed :-) Cheers,Bert On 1/26/21 10:51 AM, Ken Pettit wrote: > Day job?  Do we *really* have to pay attention to those?  I would have > so much more free time if we didn't! > > Ken > > On 1/26/21 7:57 AM, Stephen Adolph

Re: [M100] vga monitor solutions

2021-01-20 Thread Bert Put
I second that recommendation. I've got exactly that unit and it works perfectly with the M-100 running REXCPM, through an MVT100 and using VGA input. Cheers,Bert On 1/20/21 5:01 PM, ☼ wil lindsay ☼ wrote: > If you're just looking for something small and flexible, I've had a lot > of luck

Re: [M100] NADSBox and WP2

2020-12-22 Thread Bert Put
Hello, Thank you to everyone who responded! It turns out the package containing my serial cable arrived today! It is a straight female to female DB9 to DB9, as mentioned in most of the replies. I plugged it up and it "just worked". Previously I was using a similar cable which had only three

[M100] NADSBox and WP2

2020-12-22 Thread Bert Put
Hello, The WP2 has been mentioned a few times on this list, and I finally got one, which seems to be working really well. I also have a NADSBox which I have been using with my M-100 and T-102 without issue. Now I'm trying to get the NADSBox to work with the WP2 without success so far. For the

Re: [M100] FFC for LCD & Keyboard (M102)

2020-12-16 Thread Bert Put
Hi Robert, If you still have that M-102 keyboard flat cable, I'll take it off your hands. I mangled mine in a previous operation. Cheers,Bert On 12/14/20 8:58 PM, Robert J. Hutchins wrote: > You are right... I put a n M100 lcd in a M102 by soldering the cable ends to > the motherboard .

Re: [M100] adding 4xAA NiMH to M100

2020-11-23 Thread Bert Put
drop? > > > > On Mon, Nov 23, 2020 at 4:04 PM Bert Put <mailto:b...@bellsouth.net>> wrote: > > Hi Steve, > > Email from 2010... :-) > > Hope this helps. > > Cheers,    Bert > > > > From: Frederick Whita

Re: [M100] adding 4xAA NiMH to M100

2020-11-23 Thread Bert Put
Hi Steve, Email from 2010... :-) Hope this helps. Cheers,Bert From: Frederick Whitaker To: m...@list.30below.com Date: Sun, 03 Jan 2010 08:15:53 -0500 Subject: Re: Recharging Circuit! Thank you for finding that error, I didn't see it when I did the proof reading. Anyone who wants to

Re: [M100] REXCPM software update

2020-11-23 Thread Bert Put
On 11/23/20 1:08 PM, Jim Anderson wrote: >> -Original Message- >> One of our list members (David Grissom) has been able to show that there >> was a problem created in the M100 file directory when switching in and >> out of CP/M.  To do so took a fair amount of effort so thanks David. > >

Re: [M100] Back from the hospital

2020-11-22 Thread Bert Put
Yay! Great news Ken. Glad to hear your feeling better now. Cheers,Bert On 11/21/20 8:22 PM, Ken Pettit wrote: > Hey Guys, > > The Dr. released me from the hostpital last Thursday and I have been > just taking it easy until my new medication has time to kick in (it > takes about 2 weeks

Re: [M100] Clockwork DevTerm

2020-11-20 Thread Bert Put
Nice! I had to google it :-) Tiniest. Spacebar. Ever. :-) They say it's a "distraction-free" writing tool, but with a full-blown Raspian OS on-board it won't be for long :-) Cheers,Bert On 11/20/20 2:47 PM, John R. Hogerhuis wrote: > Well the slabtop keyboard + display mockup definitely

Re: [M100] STRUGGLING to get REXCPM loaded

2020-11-17 Thread Bert Put
Bob, I definitely second Steve's NADSBox suggestion, that worked very well for me. Cheers,Bert On 11/17/20 1:29 PM, Stephen Adolph wrote: > Bob, I recommend you use, if you can, laddiealpha on your working > windows box? > Nadsbox should work, works for me.   > You do need to be sure that

Re: [M100] WP-2

2020-11-17 Thread Bert Put
Hi Jim, On 11/17/20 11:20 AM, RETRO Innovations wrote: > On 11/17/2020 8:56 AM, Bert Put wrote: >> Well, you've all done it now... all this talk about a WP-2 and I just >> went and bought one!  Thanks for that LOL LOL LOL > > And it looks like I need to pick one up,

Re: [M100] WP-2

2020-11-17 Thread Bert Put
Well, you've all done it now... all this talk about a WP-2 and I just went and bought one! Thanks for that LOL LOL LOL I like the 80x8 screen and I highly doubt my typing speed or style will be any problem for it. I cannot get anywhere near the 80 wpm that other folks have reported problems at.

Re: [M100] TS-DOS - best version?

2020-11-13 Thread Bert Put
The version of TS-DOS (v4.00) that I use is included in Ultimate ROM II (v2.12). It has been rock solid for me as well, primarily with a NADSBox. Cheers,Bert On 11/13/20 12:02 PM, Joshua O'Keefe wrote: > > On Nov 13, 2020, at 9:33 AM, Stephen Adolph wrote: >> What is the best version of

Re: [M100] wordstar 4 wants a z80

2020-11-12 Thread Bert Put
G'day Philip, Yep, I've read through that section several times in an attempt to reconfigure the drive parameters on the Kaypro to support a larger disk on the SD card reader. But that one is currently beyond me. :-) That's why I was so happy when you built a 3.5Mb drive on REXCPM. And I'll

Re: [M100] wordstar 4 wants a z80

2020-11-10 Thread Bert Put
On 11/10/20 10:53 AM, Joshua O'Keefe wrote: > On Nov 10, 2020, at 8:41 AM, Jonathan Yuen wrote: >> my cpm emulator under Linux > > Hi Jonathan, > > What are you using for a CP/M emulator under Linux? I haven't found one that > worked well enough for me, especially with WordStar. > In

Re: [M100] Back in the hospital yet again

2020-11-10 Thread Bert Put
Hi Ken, My thoughts are with you, man. Get well soon! Cheers,Bert On 11/9/20 8:37 PM, Kenneth Pettit wrote: > Hey gang, > > Well I’m back in the hospital again with angina and shortness of breath. > Hopefully it will be just. A couple of days for a stent or two and then home > again.

Re: [M100] REXCPM playing and observations

2020-11-06 Thread Bert Put
Hi Philip, On 10/29/20 3:53 PM, Philip Avery wrote: > Hi Jim > > Fear not, we can increase the size of the Directory making full use of > 4MB. This will require BIOS changes & an OS update. That means... at > present you'll have to re-import all your user files. I'll vote for an expanded

Re: [M100] REXCPM in M-100 - Success!

2020-10-30 Thread Bert Put
On 10/29/20 4:34 AM, Jim Anderson wrote: >> -Original Message- - D.COM (A better directory lister) - SWEEP.COM (also known as New Sweep, file operations program) >>> >>> I would love to give these utilities a try, if you find somewhere to >> upload them. >>> >> >> Yes, I have a

Re: [M100] User number in CP/M for M-100?

2020-10-30 Thread Bert Put
Hi Jim, On 10/29/20 2:09 AM, Jim Anderson wrote: >> -Original Message- >> Hi Jim, >> >> I do not recall CP/M ever dumping me back into user area 0 whenever I >> run a program. On the Kaypro and the M-100 I stay in my current user >> area, unless I change it with another USER command.

Re: [M100] rexcpm and mvt100 success

2020-10-28 Thread Bert Put
ster and it is kind of weird having almost 4 > meg on A:. > > Jonathan > > jonathan.y...@mykopat.slu.se > ________ > Från: M100 [m100-boun...@lists.bitchin100.com] för Bert Put > [b...@bellsouth.net] > Skickat: den 27 oktober 2020 21:26 > Till:

Re: [M100] rexcpm and mvt100 success

2020-10-27 Thread Bert Put
Hi Jonathan, On 10/26/20 11:14 AM, Jonathan Yuen wrote: > I guess one question is whether I should move on to something else than mcomm > to emulate the TPDD. I like to group files together in subdirectories, but > the import.com in cpm wants to go the the root (ie the TPDD directory on my >

Re: [M100] rexcpm and mvt100 success

2020-10-26 Thread Bert Put
Hi Josh, On 10/26/20 12:57 PM, Joshua O'Keefe wrote: > On Oct 26, 2020, at 9:38 AM, Bert Put wrote: >> Ctl-E: up one line >> Ctl-S: left one char >> Ctl-X: down one line >> Ctl-D: right one char > > Also incredibly useful are Control-A and Control-F, which

Re: [M100] rexcpm and mvt100 success

2020-10-26 Thread Bert Put
Yay! Congratulations Jonathan, I'm glad my notes were able to help you. There are lots of key combinations in Wordstar that I just have in muscle memory so I hardly remember doing it, but here's a few: Ctl-E: up one line Ctl-S: left one char Ctl-X: down one line Ctl-D: right one char These all

Re: [M100] Wordstar 3.3 for MVT100 and CP/M on M-100

2020-10-25 Thread Bert Put
Hi Josh, On 10/24/20 6:50 PM, Josh Malone wrote: > On Tue, Oct 20, 2020 at 12:18 PM Stephen Adolph wrote: >> >> when we get generally agreed "good adaptations" of CP/M software that people >> are happy with, I think post-configuration versions of the applications >> should be stored at the

Re: [M100] Wordstar 3.3 for MVT100 and CP/M on M-100

2020-10-20 Thread Bert Put
On 10/20/20 11:14 AM, Bert Put wrote: > On 10/20/20 11:02 AM, Jim Anderson wrote: >>> -Original Message- >>> I finally got some time to assemble my MVT100 and get it going, and now >>> I have a good console for CP/M on my M-100! I can get m

[M100] My experience building the MVT100

2020-10-20 Thread Bert Put
Hello, >From the outset, I want to thank Steve Adolph and Philip Avery for their outstanding work on the MVT100 and REXCPM. The main reason for this email is to reassure folks that it is not hard to build one of these kits, even for folks like me who have experience with soldering but not for a

Re: [M100] Wordstar 3.3 for MVT100 and CP/M on M-100

2020-10-20 Thread Bert Put
On 10/20/20 11:02 AM, Jim Anderson wrote: >> -Original Message- >> I finally got some time to assemble my MVT100 and get it going, and now >> I have a good console for CP/M on my M-100! I can get my copy of >> WordStar running on it but it is configured for my Kaypro and the >> control

[M100] Wordstar 3.3 for MVT100 and CP/M on M-100

2020-10-20 Thread Bert Put
Hello, I finally got some time to assemble my MVT100 and get it going, and now I have a good console for CP/M on my M-100! I can get my copy of WordStar running on it but it is configured for my Kaypro and the control codes are not the same. Has anyone configured WordStar for MVT100 and if so,

Re: [M100] User number in CP/M for M-100?

2020-10-11 Thread Bert Put
On 10/7/20 9:27 AM, Bert Put wrote: > Hi Jim, > > I do not recall CP/M ever dumping me back into user area 0 whenever I > run a program. On the Kaypro and the M-100 I stay in my current user > area, unless I change it with another USER command. The documentation > states tha

Re: [M100] REXCPM in M-100 - Success!

2020-10-11 Thread Bert Put
On 10/7/20 9:24 AM, Bert Put wrote: > > > On 10/7/20 4:35 AM, Jim Anderson wrote: >>> -Original Message- >>> I also transferred some executables from my Kaypro to this machine and >>> they work as well: >>> - D.COM (A better directory lis

Re: [M100] calling Ron Weisen

2020-10-09 Thread Bert Put
Ron's ham radio callsign is still active, but I find no recent activity on any of the ham radio sites that I generally visit. Hope he's OK. Regards,Bert On 10/9/20 1:32 PM, Brian Brindle wrote: > He has been notably missing for a couple of years. I was curious about > his whereabouts

Re: [M100] REXCPM in M-100 - Success!

2020-10-07 Thread Bert Put
Hi Jim, On 10/7/20 4:35 AM, Jim Anderson wrote: > I downloaded it from > http://www.classiccmp.org/cpmarchives/cpm/Software/rlee/M/MICROPRO/WORDSTAR/V3-3/8080/ > which also has WINSTALL.COM so you can configure it for a VT100 terminal (or > whatever terminal type you want). Now it's my turn

Re: [M100] User number in CP/M for M-100?

2020-10-07 Thread Bert Put
On 10/7/20 4:55 AM, Jim Anderson wrote: >> -Original Message- >> I'm specifically looking for support for "user numbers" since CP/M does >> not support directories. My Kaypro runs CP/M 2.2G and 2.2H. In those >> versions, the user number is part of the prompt, such as A0> or A1>. >>

Re: [M100] REXCPM in M-100 - Success!

2020-10-07 Thread Bert Put
On 10/7/20 4:35 AM, Jim Anderson wrote: >> -Original Message- >> I also transferred some executables from my Kaypro to this machine and >> they work as well: >> - D.COM (A better directory lister) >> - SWEEP.COM (also known as New Sweep, file operations program) > > I would love to

Re: [M100] User number in CP/M for M-100?

2020-10-06 Thread Bert Put
l correctly. > > It may have become standard in CP/M 3.0, but that's not really germane here. > > On Tue, Oct 6, 2020, 17:26 Bert Put <mailto:b...@bellsouth.net>> wrote: > > Hello, > > I was wondering which version of CP/M that this was based on? > I

Re: [M100] User number in CP/M for M-100?

2020-10-06 Thread Bert Put
think if you type  > USER 1 > It will change. > > On Tuesday, October 6, 2020, Bert Put <mailto:b...@bellsouth.net>> wrote: > > Hello, > > I was wondering which version of CP/M that this was based on? > I'm specifically looking for support for

[M100] User number in CP/M for M-100?

2020-10-06 Thread Bert Put
Hello, I was wondering which version of CP/M that this was based on? I'm specifically looking for support for "user numbers" since CP/M does not support directories. My Kaypro runs CP/M 2.2G and 2.2H. In those versions, the user number is part of the prompt, such as A0> or A1>. Also, if you

[M100] REXCPM in M-100 - Success!

2020-10-03 Thread Bert Put
Success! Thanks to the excellent work of Steven Adolph and Philip Avery I now have the Model 100 running natively as a M-100 with the UR-II in REXCPM in one of the ROM slots, and can switch to CPM at the press of a Ctl-C at any time. It reports the full 4Mb available. I started with a M-100

Re: [M100] compile and execute Turbo Pascal (Stephen Adolph)

2020-10-02 Thread Bert Put
Hi Joshua, On 10/2/20 4:02 PM, Joshua O'Keefe wrote: > On Oct 2, 2020, at 1:46 PM, Bert Put wrote: >> Yep, I did COBOL too, busted away from it for a few years, and then a >> year ago went back to it. Fun. How about some mainframe assembler? > > One of the things I want

Re: [M100] compile and execute Turbo Pascal (Stephen Adolph)

2020-10-02 Thread Bert Put
Oh, I can't resist... :-) Yep, I did COBOL too, busted away from it for a few years, and then a year ago went back to it. Fun. How about some mainframe assembler? It's been a while but I could probably cobble a program together. Then there's BASIC, Pascal, C, some C++, Java, not to mention the

Re: [M100] compile and execute Turbo Pascal (Stephen Adolph)

2020-10-02 Thread Bert Put
I taught myself Turbo Pascal on a Kaypro 2X and wrote a fairly substantial system on it. Re-wrote a scoring system from its original Dbase II implementation. Now my primary development language is C on linux. Cheers,Bert On 10/2/20 3:36 AM, Bradley Kuss wrote: > Just out of curiosity, how

Re: [M100] compile and execute Turbo Pascal

2020-09-30 Thread Bert Put
Nice! :-) Cheers,Bert On 9/30/20 5:17 PM, Stephen Adolph wrote: > oh and also in Setup: > MVT100 adapter with external LCD 80x24 > > On Wed, Sep 30, 2020 at 6:17 PM Stephen Adolph > wrote: > > Well, that feels good! > > I finally got Turbo Pascal

Re: [M100] European T102 - different!

2020-09-25 Thread Bert Put
tic > coupler? > > On Fri, Sep 25, 2020 at 5:45 PM Bert Put <mailto:b...@bellsouth.net>> wrote: > > As an owner of a M-100 while in Australia, I remember that we were > forbidden to connect the built-in modem to the Australian telephone > network.  We ha

Re: [M100] European T102 - different!

2020-09-25 Thread Bert Put
As an owner of a M-100 while in Australia, I remember that we were forbidden to connect the built-in modem to the Australian telephone network. We had to use an external modem. I do not know if that is the same in the UK, but it's quite likely. Cheers,Bert On 9/25/20 4:31 PM, Peter Noeth

Re: [M100] update / MVT100 / REXCPM / REX#

2020-08-19 Thread Bert Put
Hear, Hear! I second that remark! :-) Cheers,Bert On 8/19/20 10:07 AM, Greg Swallow wrote: > Steve, > > Great news Steve. Thanks for all your ingenious work. > > GregS <>< >

Re: [M100] M100 External RAM Cartridge

2020-08-05 Thread Bert Put
gards, > > Vic > > > On 8/5/2020 9:29 AM, Bert Put wrote: >> Good morning Victor and welcome to the list. >> >> Based on the description, that is almost certainly a RAMPAC.  I still >> have the documentation for mine but I seem to have lost the device

Re: [M100] M100 External RAM Cartridge

2020-08-05 Thread Bert Put
Good morning Victor and welcome to the list. Based on the description, that is almost certainly a RAMPAC. I still have the documentation for mine but I seem to have lost the device many years ago. If I recall correctly, the device is a metal case, painted black? These days I use a NADSBox

Re: [M100] M-102 keyboard flat ribbon cable

2020-07-30 Thread Bert Put
Yeah, absolutely, Jeff! :-) Cheers,Bert (not Birt or Burt LOL) On 7/30/20 9:45 AM, Jeffrey Birt wrote: > Thanks Bert, us Berts/Burts/Birts have to stick together >

Re: [M100] M-102 keyboard flat ribbon cable

2020-07-30 Thread Bert Put
Oh, and also, Jeff Birt has a series of videos as well :-) On 7/30/20 9:29 AM, Bert Put wrote: > Hi, > > There's another member, Josh Malone, who has a youtube channel and > explains how to do that on both the M-100 and the T-102. There are some > very useful hints

Re: [M100] M-102 keyboard flat ribbon cable

2020-07-30 Thread Bert Put
leak. I'm about to place my order :-) Hope that helps. Good luck. Regards,Bert On 7/30/20 9:07 AM, NURF NURD wrote: > how difficult is it to replace the batter in the M100 im still rather > new to this M100 only had mine a year and havent messed with it much > > On Thu, Jul 30, 20

Re: [M100] M-102 keyboard flat ribbon cable

2020-07-30 Thread Bert Put
Thanks Brian for the detailed instructions. It was the "multiple tries" that likely did me in -- the ribbon developed a kink that I could not straighten out. I happened to flip the cable and noticed that some metal traces had moved, then I said a lot of bad words and put the thing away. I'll

Re: [M100] M-102 keyboard flat ribbon cable

2020-07-29 Thread Bert Put
I can post the specs. and you can order them yourself. > > Keith > > On Wed, Jul 29, 2020 at 7:12 PM Bert Put <mailto:b...@bellsouth.net>> wrote: > > Hi, > > Watching all the recent activity about the bad memory battery > replacements scared me

[M100] M-102 keyboard flat ribbon cable

2020-07-29 Thread Bert Put
Hi, Watching all the recent activity about the bad memory battery replacements scared me sufficiently to go ahead and open up my M-102 and M-100 to check them. I did, and sure enough the battery in the M-100 had started to corrode but luckily with very little reaching the motherboard, so I

Re: [M100] REXCPM 102 - it's arrived - Let's Livestream an install!

2020-07-29 Thread Bert Put
Thank you Josh, for an excellent install video. Can't wait to get my (4MB) unit :-) When I saw CP/M start I did the same as you: "That is SO COOL!" -- Brings back good memories. Cheers,Bert On 7/29/20 8:25 AM, Josh Malone wrote: > The stream video is still up -??

Re: [M100] M100 Digest, Vol 115, Issue 24

2020-07-23 Thread Bert Put
Hi John, Let me say thank you for enforcing the rules, since I know how much of as time sink it is to maintain the server and the the newsgroup. I don't particularly care about swearing but I absolutely appreciate keeping this a "no-offensive-word" zone. For everyone else, remember we are all

Re: [M100] Troubleshooting M102 (Was: M102, Black Screen, Help!)

2020-07-17 Thread Bert Put
Hi Alan, I'm with Jeff on this one. So far you've shown that you've tested voltages, cables, even the LCD contrast pot, but you haven't really talked about the logic side. You mentioned you replaced all the RAM (even installing sockets), as well as re-capping the board, but so far I haven't

Re: [M100] REXCPM orders update

2020-06-30 Thread Bert Put
Nah, I don't trust the M-100 for long term storage, whether it is REX-equipped or not. :-) Where my M-100 or M-102 goes, the NADSBox goes with it, always. And I make a point of saving off anything I don't want to lose to the NADSBox. Having said that, the REX is incredibly robust, holding on to

Re: [M100] REXCPM orders update

2020-06-30 Thread Bert Put
Hi Steve, I'm happy with a 2Mb unit. Still much better than 390K floppies on the Kaypro (even if they are emulated! :-) ) And I'll echo "r cs"'s sentiment -- go enjoy Summer while it's here. None of this is urgent from my perspective, and certainly not worth sacrificing personal/family time to.

Re: [M100] Rexcpm update

2020-06-17 Thread Bert Put
Thanks Steve, looking forward to getting mine. :-) Cheers,Bert On 6/16/20 9:11 PM, Stephen Adolph wrote: > I am well into the 2nd build of REXCPM.  All of the REXCPM modules are > built, untested, but I still need to build the adapters. > So good progress.  I'm aiming to ship the next tranch

Re: [M100] REXCPM orders.

2020-06-12 Thread Bert Put
Also, I'm not concerned about the 8.3 vs. 6.2 filename format since that is no more difficult to manage than I have now with the NADSBox. So it's a non-issue for me. Regards,Bert On 6/12/20 4:23 PM, John R. Hogerhuis wrote: > > > On Fri, Jun 12, 2020 at 2:01 PM Brian White

Re: [M100] REXCPM orders.

2020-06-12 Thread Bert Put
t;mailto:twospru...@gmail.com>> wrote: > > TPDD protocol, direct files usable on PC.  Same model as M100, > identical. > cheers > Steve > > On Fri, Jun 12, 2020 at 2:41 PM Bert Put <mailto:b...@bellsouth.net>> wrote: > >

Re: [M100] REXCPM orders.

2020-06-12 Thread Bert Put
te: > Bert, by "the disk" you mean the CP/M storage??? Yes, Philip has > utilities for import and export.?? TPDD based > ..Steve > > On Fri, Jun 12, 2020 at 2:32 PM Bert Put <mailto:b...@bellsouth.net>> wrote: > > Hi Steve, > > Just one l

Re: [M100] REXCPM orders.

2020-06-12 Thread Bert Put
: > correct sir! > > On Tue, Jun 9, 2020 at 11:02 AM Bert Put <mailto:b...@bellsouth.net>> wrote: > > Hi Steve, > > Ah, I think I see now.  The REXCPM provides the BIOS, BDOS, and the rest > of the CP/M stuff, and the Z80 upgrade only replaces the CPU, and

Re: [M100] REXCPM orders.

2020-06-09 Thread Bert Put
> > On Tue, Jun 9, 2020 at 10:47 AM Bert Put <mailto:b...@bellsouth.net>> wrote: > > Hi Steve, > > Is this the Z80 unit?  I'm interested in running Turbo Pascal (I already > have a Kaypro 2X to run it on but it's not exactly "portable"

Re: [M100] REXCPM orders.

2020-06-09 Thread Bert Put
Hi Steve, Is this the Z80 unit? I'm interested in running Turbo Pascal (I already have a Kaypro 2X to run it on but it's not exactly "portable" :-) If this is the Z80 version then I'm definitely interested. Thanks. :-) Regards,Bert On 6/8/20 9:05 PM, Stephen Adolph wrote: > Thanks for

Re: [M100] port rate with LaddieAlpha

2020-04-20 Thread Bert Put
I suspect the keyboard buffer is a handy place to put the data temporarily. Original message From: "John R. Hogerhuis" Date: 4/20/20 15:42 (GMT-06:00) To: m...@bitchin100.com Subject: Re: [M100] port rate with LaddieAlpha  I'm thinking to just read in data and directly

Re: [M100] Building VirtualT

2020-03-25 Thread Bert Put
Hi, I'm not sure that the distro is as important as the version of FLTK that comes with it.  Some  distros distribute older versions of packages than what the developer built their application with.  Anyway,  just my 2 cents worth. :-)Cheers,     Bert Original message From:

Re: [M100] External Power for T102.....probably asked before....

2020-01-14 Thread Bert Put
I'm a bit late to the party but I use a 6V lantern battery (one of those big cubes) and a holder designed for it. It will last years at the current draw that the M100 has -- in fact, the battery started leaking before I drained all the power from it. :-) No damage -- I removed the battery from

  1   2   >