Re: [Simh] Terminal Emulation for SIMH?

2017-09-12 Thread John H. Reinhardt

On 9/12/2017 2:41 PM, Zane Healy wrote:

What terminal emulators are currently available for Mac OS X that support VT 
emulation, specifically the emulation of the keypad?  I previously used a 
script to reconfigure an X-Term, but I seem to recall the functionality in 
xterm was dropped.

Zane


I use ZOC V7 from EmTec.  Not free, $79.99 but has been worth it. I bought it 
on V6 and V7 upgrade was free.  Currently any V7.xx update will be free, 
updates are not timed to a year but version.  I'm guessing I'll have to pay for 
V8 whenever it comes (no plans for it that I know of yet).  I've been using ZOC 
for 2-3 years now since I switched from iTerm/iTerm2.  It has semi programmable 
keyboard layouts similar to PowerTerm.  It doesn't handle LAT, but has Telnet, 
SSH, and serial ports.  It can also send commands via rlogin, rsh.  It has a 
macro language based on REXX.  It handles file transfers via SCP, Zmodem, 
Xmodem, Ymodem, Kermit protocols

I've corresponded with the creator. He's friendly and responds quickly.  He 
actually develops it on OS X and ports a copy to Windows so the Mac isn't an 
afterthought like some products.

  It has a 30 day trial.

--
John H. Reinhardt

.
___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh

Re: [Simh] Terminal Emulation for SIMH?

2017-09-12 Thread Dan Gahlinger
well it supports common vt terminals
but serial ssh etc



dan


 Original message 
From: Zane Healy 
Date: 2017-09-12 4:25 PM (GMT-05:00)
To: Dan Gahlinger 
Cc: Warren Young , simh@trailing-edge.com
Subject: Re: [Simh] Terminal Emulation for SIMH?

It’s definitely what I’m leaning towards.  Does it support LAT?

Zane


On Sep 12, 2017, at 12:20 PM, Dan Gahlinger 
> wrote:

securecrt for the win.
it's paid but so worth it



Dan


 Original message 
From: Warren Young >
Date: 2017-09-12 3:15 PM (GMT-05:00)
To:
Cc: simh@trailing-edge.com
Subject: Re: [Simh] Terminal Emulation for SIMH?

On Tue, Sep 12, 2017 at 12:41 PM, Zane Healy 
> wrote:
What terminal emulators are currently available for Mac OS X that support VT 
emulation, specifically the emulation of the keypad?

I can't try it right now, as my current keyboard doesn't even have a numpad on 
it, but SecureCRT appears able to do this. Session Settings > Terminal > 
Emulation > Modes > Application keypad.
___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh

___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh

Re: [Simh] Terminal Emulation for SIMH?

2017-09-12 Thread Zane Healy
It’s definitely what I’m leaning towards.  Does it support LAT?

Zane


> On Sep 12, 2017, at 12:20 PM, Dan Gahlinger  wrote:
> 
> securecrt for the win.
> it's paid but so worth it
> 
> 
> 
> Dan
> 
> 
>  Original message 
> From: Warren Young 
> Date: 2017-09-12 3:15 PM (GMT-05:00)
> To:
> Cc: simh@trailing-edge.com
> Subject: Re: [Simh] Terminal Emulation for SIMH?
> 
> On Tue, Sep 12, 2017 at 12:41 PM, Zane Healy  > wrote:
> What terminal emulators are currently available for Mac OS X that support VT 
> emulation, specifically the emulation of the keypad?
> 
> I can't try it right now, as my current keyboard doesn't even have a numpad 
> on it, but SecureCRT appears able to do this. Session Settings > Terminal > 
> Emulation > Modes > Application keypad.
> ___
> Simh mailing list
> Simh@trailing-edge.com
> http://mailman.trailing-edge.com/mailman/listinfo/simh

___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh

Re: [Simh] Terminal Emulation for SIMH?

2017-09-12 Thread Johnny Billquist

On 2017-09-12 21:43, Zane Healy wrote:



On Sep 12, 2017, at 12:33 PM, Johnny Billquist  wrote:

On 2017-09-12 20:41, Zane Healy wrote:

What terminal emulators are currently available for Mac OS X that support VT 
emulation, specifically the emulation of the keypad?  I previously used a 
script to reconfigure an X-Term, but I seem to recall the functionality in 
xterm was dropped.


xterm supports the VT keypad just fine without any scripts at all. Just select 
VT220 keyboard and off you go. (You might also want to set thing like DEL/BS 
and other things, to really get everything the proper way as DEC intended it.)

And so far, xterm is the only terminal emulator (apart from the one in 
Pathworks) that actually emulated a VT terminal correctly.


Is that xterm on Linux or Mac OS X?  I’ve installed XQuartz, and get keys 
undefined errors in EDIT.


It's the same xterm. Maybe you've not selected it to use the VT220 
keyboard then?
Ctrl+Left mouse, and select the correct type of keyboard. Also, check if 
you have 8-bit control enabled, and if the editor in that case can 
understand 8-bit control sequences.


As a way of maybe figuring out what you have selected: telnet to 
mim.update.uu.se, login with user guest, password guest. Once you've 
logged in, type "RUN $TECKEN", and then press keys and see what the 
results are.


Johnny

--
Johnny Billquist  || "I'm on a bus
  ||  on a psychedelic trip
email: b...@softjar.se ||  Reading murder books
pdp is alive! ||  tryin' to stay hip" - B. Idol
___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh

Re: [Simh] Terminal Emulation for SIMH?

2017-09-12 Thread Dan Gahlinger
try securecrt free for 90 days



Sent from my Samsung Galaxy smartphone.


 Original message 
From: Zane Healy 
Date: 2017-09-12 3:43 PM (GMT-05:00)
To: Johnny Billquist 
Cc: simh@trailing-edge.com
Subject: Re: [Simh] Terminal Emulation for SIMH?


> On Sep 12, 2017, at 12:33 PM, Johnny Billquist  wrote:
>
> On 2017-09-12 20:41, Zane Healy wrote:
>> What terminal emulators are currently available for Mac OS X that support VT 
>> emulation, specifically the emulation of the keypad?  I previously used a 
>> script to reconfigure an X-Term, but I seem to recall the functionality in 
>> xterm was dropped.
>
> xterm supports the VT keypad just fine without any scripts at all. Just 
> select VT220 keyboard and off you go. (You might also want to set thing like 
> DEL/BS and other things, to really get everything the proper way as DEC 
> intended it.)
>
> And so far, xterm is the only terminal emulator (apart from the one in 
> Pathworks) that actually emulated a VT terminal correctly.

Is that xterm on Linux or Mac OS X?  I’ve installed XQuartz, and get keys 
undefined errors in EDIT.

Zane


___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh
___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh

Re: [Simh] Terminal Emulation for SIMH?

2017-09-12 Thread Zane Healy

> On Sep 12, 2017, at 12:33 PM, Johnny Billquist  wrote:
> 
> On 2017-09-12 20:41, Zane Healy wrote:
>> What terminal emulators are currently available for Mac OS X that support VT 
>> emulation, specifically the emulation of the keypad?  I previously used a 
>> script to reconfigure an X-Term, but I seem to recall the functionality in 
>> xterm was dropped.
> 
> xterm supports the VT keypad just fine without any scripts at all. Just 
> select VT220 keyboard and off you go. (You might also want to set thing like 
> DEL/BS and other things, to really get everything the proper way as DEC 
> intended it.)
> 
> And so far, xterm is the only terminal emulator (apart from the one in 
> Pathworks) that actually emulated a VT terminal correctly.

Is that xterm on Linux or Mac OS X?  I’ve installed XQuartz, and get keys 
undefined errors in EDIT.

Zane


___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh

Re: [Simh] Terminal Emulation for SIMH?

2017-09-12 Thread Dan Gahlinger
securecrt for the win.
it's paid but so worth it



Dan


 Original message 
From: Warren Young 
Date: 2017-09-12 3:15 PM (GMT-05:00)
To:
Cc: simh@trailing-edge.com
Subject: Re: [Simh] Terminal Emulation for SIMH?

On Tue, Sep 12, 2017 at 12:41 PM, Zane Healy 
> wrote:
What terminal emulators are currently available for Mac OS X that support VT 
emulation, specifically the emulation of the keypad?

I can't try it right now, as my current keyboard doesn't even have a numpad on 
it, but SecureCRT appears able to do this. Session Settings > Terminal > 
Emulation > Modes > Application keypad.
___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh

Re: [Simh] Terminal Emulation for SIMH?

2017-09-12 Thread Warren Young
On Tue, Sep 12, 2017 at 12:41 PM, Zane Healy  wrote:

> What terminal emulators are currently available for Mac OS X that support
> VT emulation, specifically the emulation of the keypad?


I can't try it right now, as my current keyboard doesn't even have a numpad
on it, but SecureCRT appears able to do this. Session Settings > Terminal >
Emulation > Modes > Application keypad.
___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh

[Simh] Terminal Emulation for SIMH?

2017-09-12 Thread Zane Healy
What terminal emulators are currently available for Mac OS X that support VT 
emulation, specifically the emulation of the keypad?  I previously used a 
script to reconfigure an X-Term, but I seem to recall the functionality in 
xterm was dropped.

Zane



___
Simh mailing list
Simh@trailing-edge.com
http://mailman.trailing-edge.com/mailman/listinfo/simh