Is there any way to support the ASCII system console (#cp q sysascii) ... currently only the web interface exists but this is very sluggish and functions keys are captured by the browser. Beside this it would be nice to have a direct shell prompt on the /dev/ttysclp0
I don't know what the ASCII system console is. Can you point me at some documentation?
Here what I know and use
Integrated ASCII Console
I wonder if it is possible to connect direct to z/VM or if the HMC is mandatory
I'm unlikely to absorb enough of this document soon to make sense of whether new x3270 functionality might be required. From my superficial reading, it appears that you can set up either a 3270 terminal or an ssh session as the console, which would not require any emulator changes.
But that is only from a superficial reading. :-(
The aim is to have a system console which can be used direct with a shell at boot time means without having network access to the choosen linux instance (no network no ssh). Modern s390x linux systems can be configured to use dev 4/65 aka ttyS1 as ASCII system console:
the ttyS0 would be the 3215 console if choosen conmode=3215. Nevertheless it is easier to use e.g. vim on the ASCII system console then on a 3270 console. Meanwhile I've detected that the new terminfo entry sclp can be used also on 3270
but without key defintions
I still don't understand all of the plumbing here, but I'll go back to basics. The purpose of x3270 is to emulate a 3270 terminal or a TELNET Network Virtual Terminal over a network connection (a socket). It can also connect to an arbitrary interactive local process via a pty.
If you want it to do something other than those two, you will need to completely explain to me what it is you want it to do instead, in particular what sort of communications protocol it is supposed to use to talk to the other end, whatever it is.