Index of /pub/CKermitForWindows/test_builds/regent25-test

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.html2024-06-30 16:56 1.8K 
[   ]ckw-pre-b6-regent-test-vc6.zip2024-06-30 14:39 3.1M 
[   ]ckw-pre-b6-regent-test.zip2024-06-30 14:39 5.3M 
[IMG]screenshot.png2024-06-30 16:36 21K 

C-Kermit for Windows Pre-beta 6 ADDS Regent 25 emulation test build

C-Kermit for Windows Pre-Beta 6: ADDS Regent 25 emulation test build


The builds in this directory contain an experimental ADDS Regent 25 terminal emulation mode selectable via set terminal type regent25 or by choosing "regent25" in the terminal type drop-down (top left most drop-down).

Only two builds are provided at this time:

Feel free to log bugs or start discussions about this feature on Github. Some more notes about the current state of this feature can be found on the following pull request: https://github.com/davidrg/ckwin/pull/255.

Quick Usage

To make an SSH connection, type ssh user@hostname, or for telnet telnet /userid:username hostname.

For making a direct serial connection, something like the following may work:

	set modem type none
	set line COM1
	set carrier-watch off	; If DTR and CD are not cross-connected
	set speed 9600
	set flow-control none
	set stop-bits 1
	set parity none
	connect

Screenshot

[screenshot]