MacWise - Macintosh Terminal Emulation - telnet / serial for OS X - Wyse, Viewpoint, VT100, VT220


Instructions for Installing Kermit for use with MacWise

 

Telnet is not included with Mac OS High Sierra.
Therefore, MacWise cannot make a telnet connection to your host unless you install Kermit.

You may also need Kermit if your host supports Kermit file transfers.

MacWise version 16.0.7 or later includes a Kermit Installer.
Run MacWise and select Kermit Installer from the Help Menu


For earlier versions of MacWise...

To install Kermit, download this file, kermit

That file goes into the MacWise kermit folder which is located here…
User Library / Application Support / MacWise / kermit

Then quit out of MacWise and run it again.
And select Kermit from the Connection Menu.

Note: To show your User Library Folder, hold down the Option key
when selecting the Go menu from the Finder.

 

NOTE: MacWise versions prior to 12.2.8 looked for the kermit app in a different location
( ~User/library/kermit )
The old location is still supported in newer versions but the new preferred location is
~User/Library/Application Support/MacWise/kermit

MacWise looks for kermit in the old location first. If it is not there, it looks for it in the new location.
If you have it in the old location, it is best to delete it and put it in the new location to avoid confusion.

------------------------------------------------------------------------------
Kermit is a product of Columbia University
Carnation Software does not provide support for Kermit.
You can get more info at
http://www.columbia.edu/kermit/ck80.html
and
http://www.kermitproject.org/ck90.html

MacWise is a product of Carnation Software
http://www.carnationsoftware.com

------------------------------------------------------------------------------

KERMIT FILE TRANSFERS


Kermit File Transfers with MacWise

Your host computer must support Kermit file transfers to take advantage of this feature.
To enable Kermit, select Kermit from the Connection Menu in MacWise.
Follow the installation instructions for Kermit.
Close the MacWise connection and re-open it. You will automatically log in using Kermit.
MacWise supports Kermit for telnet, ssh secure shell and Mac Unix Shell connections.

Receiving Files from the Host to your Mac

The nice thing about Kermit file transfers is that files are received automatically with no operator intervention.
(No MacWise menu items to select to start the data transfer).
Just look in your kermit_transfers folder for any files transferred.
If the host sends a file to you using the Kermit file transfer protocol, the file will be transfered to
your kermit_transfers folder in your documents folder
(user/documents/kermit_transfers)

COMMANDS SUPPORTED FOR KERMIT FILE TRANSFERS
Note: If you have been using Accuterm on a PC, these commands may already be programmed into your host, since they are Accuterm compatible commands.

Kermit file transfers will occur automatically.
If your host sends a kermit file to MacWise, Kermit will detect it and start the transfer.
The following commands are not required but are supported if you want Accuterm compatibility.

COMMANDS DESCRIPTION

ESC STX D p o m ; CR Start Data Transfer to download a file from the host to your Mac
(p = protocol A for ascii or K for Kermit)
(o = N for no overwrite or O to overwrite the existing file.)
(m = mode, T for text and B for Binary)

Notes:
1. If the protocol is A for ascii, then only mode m text transfers are allowed.
2. File names and paths specified by the host are ignored.
3. Text transfers are sent to your Documents folder in a folder named pick.
4. Kermit transfers are sent to your Documents folder in a folder named kermit_transfers.
5. Kermit file transfers will always overwrite the existing file even if you have overwrite set to N.

ESC STX S Report File Transfer Status
Status: s f i l es f bytes b CR

where f is the number of files transferred, b is the number of
bytes transferred, and s is the transfer status:

0 = transfer successful
1 = unable to open file
2 = transfer aborted by operator
3 = file already exists
4 = terminated due to timeout
5 = terminated due to corrupted data
6 = invalid packet type
7 = terminated by remote program
8 = 8 data bits required for protocol
9 = software flow control not allowed for protocol

ESC STX C X End Capture

 

Sending Files from Your Mac to the Host

COMMANDS DESCRIPTION

ESC STX Up m;path CR Upload a file from your Mac to the host.
Protocol p may be A(ASCII) or K (Kermit);
Mode m may be T(text) (MacWise currently only supports text file uploads)
Path is the drive, directory and file name of the file to send to the host.

EXAMPLE:
This is a BASIC program you could use to tell MacWise to upload a file from the Mac to the host

001 ESC = CHAR(27):
002 STX = CHAR(2):
003 PRINT ESC:STX:"UKT;C:\SomeFolder\MyFile.txt"
004 END

Notes:

1. MacWise ignores the C: since that is a DOS drive name.

2. SomeFolder can be any folder name you choose.

3. MyFile.txt can be any name that you choose, however it must be a text file with extension .txt

4. SomeFolder must be in the User's Documents folder.

5. If the protocol is specified as A for ASCII, then Kermit will not be used and MacWise will send the file to the host as a non-error checking text file upload. If K for Kermit is specified then Kermit will do the file transfer and it will use error checking.

=============================================

Kermit is a product of Columbia University

Carnation Software does not provide support for Kermit.

You can get more info at

http://www.columbia.edu/kermit/ck80.html


MacWise is a product of Carnation Software

http://www.carnationsoftware.com