Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't paste more than 65 characters #74

Open
eswenson1 opened this issue Aug 14, 2024 · 2 comments
Open

Can't paste more than 65 characters #74

eswenson1 opened this issue Aug 14, 2024 · 2 comments

Comments

@eswenson1
Copy link
Member

When you supdup over internet or chaosnet, or telnet over internet to an ITS system running under KLH10, you cannot copy from your host to the clipboard, and paste the result into an ITS login session without its being truncated to about 65 characters.

However, if you bring up a DDT on the operator console (T00), and paste there, you can paste the whole clipboard.

This is very annoying. The same thing doesn't happen over the various TTY channels in pdp10-k* simulators running ITS.

@Rhialto
Copy link
Member

Rhialto commented Aug 17, 2024

There was a similar thing with SIMH. I had that when using Kermit to send files into a PDP-11 instance running RSX (using a virtual serial line). The characters from the host towards the emulated serial hardware were presented essentially in large bursts, and the emulated operating system could not keep up, so some of them were dropped.

Mark P fixed this with an elaborate pacing mechanism, buffering incoming text and passing it on to the serial port at a pre-set speed (corresponding to the console speed).

However this sounds somewhat different. If this were the same issue, I would expect that you also had trouble at the DDT prompt. And no trouble at with the network connection in between.

So it must be different. Maybe the pasted text gets split into too many ethernet/chaos packets, and the NI can't keep up and drops some?

@johnsonjh
Copy link

johnsonjh commented Aug 18, 2024

While maybe less convenient than copy and paste, you can use K95 or C-Kermit's TRANSMIT facility as a workaround (e.g. SET TRANSMIT PAUSE 50 to add a 50ms delay between each character sent), until a proper solution can be implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants