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

2020-03-19 Thread you got me
other related articles.. July 86 23,24 Behind… using screen control codes Nov 87 39,40,43 Real cheap video for the M100… output to NTSC Summer 89 25 Great escapes… undocumented printer/ screen/ cursor escape codes From: M100 on behalf of John R. Hogerhuis

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

2020-03-19 Thread Ken Pettit
Yeah, to get 80x25, you need additional hooks. I have written code for doing this when I was working on TDock. Looking at that assembly code, there are 6 hooks to be installed / uninstalled. But as indicated, this only works with ASCII ... the graphics routines in the ROM write directly to t

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

2020-03-19 Thread you got me
Perhaps this article could provide some insight? Portable 100 may '90 and oct '91 May 90 pages 8-11,30 (Pt.1) Dump your screen… print out what you see on the screen LCD/ SCREEN/ GRAPHICS Oct 91 pages 28 (Pt.2) CHPEEK…updated info on dumping the M100 scr

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

2020-03-19 Thread Mike Stein
IIRC none of the terminal emulations I tried at the time were 100% correct, but as I said, I didn't spend too much time on it. I could be wrong but I think you (John H) were also involved in the discussion at the time. - Original Message - From: John R. Hogerhuis To: m...@bitch

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

2020-03-19 Thread John R. Hogerhuis
On Thu, Mar 19, 2020 at 6:54 PM Mike Stein wrote: > Now *that* would be nice! > > At the time it worked well enough but I didn't dig into it far enough to > completely handle the cursor control codes etc. > > Cursor control codes could be handled by any terminal capable of VT52. Or Linux Screen

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

2020-03-19 Thread Mike Stein
Now *that* would be nice! At the time it worked well enough but I didn't dig into it far enough to completely handle the cursor control codes etc. And of course none of the various solutions handle graphics AFAIK. - Original Message - From: John R. Hogerhuis To: m...@bitchin100

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

2020-03-19 Thread John R. Hogerhuis
On Thu, Mar 19, 2020 at 6:25 PM Mike Stein wrote: > > I would like to have all of the computer's console output sent to the > serial port, and not just the screen. This would allow me to use a terminal > or terminal program to get an 80x25 output from the T102. > > Redirecting the output is fairl

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

2020-03-19 Thread Mike Stein
> I would like to have all of the computer's console output sent to the serial > port, and not just the screen. This would allow me to use a terminal or > terminal program to get an 80x25 output from the T102. Redirecting the output is fairly simple, especially to the printer port; the trouble

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

2020-03-19 Thread Lee Kelley
I do believe it has been done for the parallel port. On Thu, Mar 19, 2020 at 6:18 PM Tom Wilson wrote: > 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

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

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

2020-03-19 Thread Stephen Adolph
I think you could achieve that with a little code and using the hook, yes. But it isn't built in like ...say CP/M. That would be a good thing to get sorted. Wonder if it exists? On Thu, Mar 19, 2020 at 6:40 PM Tom Wilson wrote: > So I've been playing with (and enjoying) my T102, but I"m stuck

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

2020-03-19 Thread Tom Wilson
So I've been playing with (and enjoying) my T102, but I"m stuck on an idea, and I want to see if this is possible. I would like to have all of the computer's console output sent to the serial port, and not just the screen. This would allow me to use a terminal or terminal program to get an 80x25 o