home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / e / v12.4 < prev    next >
Text File  |  2020-01-01  |  26KB  |  573 lines

  1. Info-Kermit Digest         Tue, 11 Sep 1990        Volume 12 : Number 4
  2.  
  3.   MS-DOS KERMIT:
  4.  
  5.         Next Test Release of MS-DOS Kermit 3.02
  6.         Kermit on Novell Networks
  7.         Feedback on MS KERMIT 3.02 of July 20
  8.         Kermit Problems - V3.01
  9.         MS-Kermit and VAX ALLin1 
  10.         Question about Kermit 3.01 and the 128-byte history buffer
  11.         Kermit & WordPerfect under PCSA
  12.         Re: MSKERMIT <-- TCP/IP --> Unix-Host
  13.  
  14. Digest submissions may be sent to Info-Kermit@WATSUN.CC.COLUMBIA.EDU,
  15. requests for addition to or deletion from the Info-Kermit subscriber list to
  16. Info-Kermit-Request@WATSUN.CC.COLUMBIA.EDU or to KERMIT@CUVMA.BITNET.
  17.  
  18. Kermit files may be obtained over networks and by mail order.  On the
  19. Internetwork, use FTP to log in to host WATSUN.CC.COLUMBIA.EDU, a SUN-4/280
  20. running UNIX (SUNOS 4.1), IP host number 128.59.39.2.  Login as user anonymous
  21. (note, lower case), any password, and GET or MGET (MULTIPLE GET) the desired
  22. files.  The Kermit files are in directories kermit/a, kermit/b, kermit/c,
  23. kermit/d, and kermit/e.  Test versions are in kermit/test.  Binaries are in
  24. kermit/bin (use ftp in binary mode).  You can also get Kermit files over the
  25. BITNET/EARN network; to get started send a message with text HELP to KERMSRV,
  26. the Kermit file server, at host CUVMA.  For detailed instructions, read the
  27. file kermit/a/aanetw.hlp (AANETW.HLP on KERMSRV).  To order by mail, request a
  28. complete list of Kermit versions and an order form from Kermit Distribution,
  29. Columbia University Center for Computing Activities, 612 West 115th Street,
  30. New York, NY 10025 USA.
  31.  
  32. ----------------------------------------------------------------------
  33.  
  34. Date: Mon, 10 Sep 90 16:03:23 EDT
  35. From: Christine M Gianone <cmg@watsun.cc.columbia.edu>
  36. Subject: Next Test Release of MS-DOS Kermit 3.02
  37. Keywords: MS-DOS Kermit 3.02
  38.  
  39. 63. Correct a small problem leading to confusion in terminal emulation if an
  40.     arriving control sequence is terminated prematurely by another. msscmd.asm
  41.  
  42. 64. Add command REMOTE SET FILE COLLISION UPDATE, meaning the file receiver
  43.     on the other side should process files with the same name as "updates"
  44.     (whose meaning is system dependent) to existing files. A MS-DOS Kermit
  45.     server does not recognize the command. mssser.asm
  46.  
  47. 65. Another small adjustment to item 62. Move the long interval retrying of
  48.     sending characters to be at the final launching point for BIOS comms
  49.     channels. The intent is to compensate for a particular X.25 channel which
  50.     rejects new characters with a failure indication; that channel is known
  51.     to be very sluggish. This change permits character retries for Connect
  52.     mode and scripts as well as packets. msscom.asm, msxibm.asm
  53.  
  54. 66. Ensure that the graphics terminal emulation writes characters as opaque,
  55.     when so selected, for black and white displays. msgibm.asm
  56.  
  57. 67. Accomodate LATIN5/Cryillic character set of Code Page 866 as much as
  58.     possible. The command SET TRANSFER CHARACTER-SET has the new option
  59.     LATIN5, and if selected will force FILE CHARACTER-SET to be CP866.
  60.     Similarly, if the FILE CHARACTER-SET is selected to be the new option
  61.     CP866 then it will force TRANSFER CHARACTER-SET to be LATIN5.
  62.     Warnings are issued for both cases.
  63.  
  64.     When sending a text file with TRANSFER CHARACTER-SET LATIN5 the file
  65.     attributes packet will send "I6/144" for the file character-set
  66.     identification (the "C" attribute) and no translations will be done.
  67.  
  68.     When receiving such a file no translation will be done, regardless of
  69.     the currently active FILE CHARACTER-SET. Actually the file should be
  70.     rejected unless the user has stated SET UNKNOWN-CHARACTER-SET to KEEP,
  71.     but the code gets very messy if the rule is enforced at this time.
  72.  
  73.     The reason is for the coupling of commands is CP866 has many Cryillic
  74.     characters in the right, high bit set, section which have no equivalents
  75.     in other Kermit character sets and regular Code Pages. Hence, when LATIN5
  76.     or CP866 is selected there can be no translation of characters between
  77.     CP866 and either the other (Western European) Code Pages or the LATIN1
  78.     character set. Thus LATIN5 or CP866 selects a Transparent file transfer
  79.     but with a LATIN5 "I6/144" character set identification.
  80.  
  81.     For terminal emulation SET TERMINAL CHARACTER-SET TRANSPARENT will prevent
  82.     unwanted translations and also convert the C1 controls area into printable
  83.     characters found in CP866.
  84.     Files affected are mssfil.asm, mssset.asm, msyibm.asm.
  85.  
  86. 68. Add communications enhancement to using the Int 14h serial port
  87.     interceptor TES from Interconnections Inc (distributed with Novell
  88.     NetWare for VMS). The new command
  89.  
  90.         SET PORT TES <optional host name>
  91.  
  92.     invokes TES and make a connection to the indicated host. This competes
  93.     with SET PORT BIOSn because they use some common operations.
  94.  
  95.     <optional host name>        Action
  96.         host-name       Connect to that host, and disconnect from a previous
  97.                         TES host if such a connection were active.
  98.            *            Show all available TES hosts but do not connect.
  99.         nothing         Use the current TES host name to reestablish an
  100.                         existing connection. Most useful when switching
  101.                         between TES and a real serial port. If no host name
  102.                         exists then a list of available hosts is shown.
  103.  
  104.     Keyboard verb \Knethold is used to invoke the TES command interpreter
  105.     while in Connect mode (to revise connections usually), and HANGUP breaks
  106.     an existing connection. Sending a BREAK (ALT-B or \Kbreak) performs the
  107.     same function for TES as \Knethold. Use this function when manual control
  108.     of sessions is desired, such as creating multiple sessions managed by
  109.     TES rather than by Kermit.
  110.  
  111.     These new TES operations couple closely with version 2.x of TES and will
  112.     not work with earlier ones. Instead use SET PORT BIOS1 and the TES hot
  113.     key with older TES's. If the TES hot key is used then \Knethold may not
  114.     be recognized; use the hot key again to control TES. If the hot key has
  115.     not been used then TES material is shown on the Connect mode screen.
  116.     SHOW COMMUNICATIONS will show the current host name, as read back from
  117.     TES itself. The apparent serial port identifier on the Connect status
  118.     line is the letter "I".
  119.  
  120.     Note that placing a connection on hold and later returning to it may
  121.     require pressing the \knethold or \kbreak keys and typing RESUME to make
  122.     the TES command interpreter return control to the data stream. It's
  123.     apparently a problem in the interpreter.
  124.  
  125.     If Kermit is exited completly then the active session is terminated, but
  126.     held sessions are retained. Thus, to preserve sessions after Kermit has
  127.     exited use \knethold or \kbreak to get the TES command interpreter and
  128.     place the connection on hold manually. The session may be resumed as above.
  129.  
  130.     I am testing with TES version 2.1 beta so both sides have growing pains.
  131.     Modifications are all in file msxibm.asm
  132.  
  133. 69. Make an attempt to pass macro arguments \%0..\%9 through (around) a
  134.     TAKE command to keep some consistency with MS-DOS Kermit 3.00 and 3.01.
  135.     For example,
  136.         DEFINE DIAL Take Hayes.tak      which has dialing commands
  137.         DIAL 555-1212                   we want the number passed down to the
  138.                                         interior of Hayes.tak as \%1.
  139.  
  140.     where file Hayes.tak (from the diskette with Chris' book) starts off as
  141.         COMMENT - Initial setup
  142.           def errstop echo Error: \%1\13,def \%1,hang,stop
  143.           set speed 2400                ; *** Change to 1200 ...
  144.           <more stuff in here>
  145.           echo \13Dialing \%1.  Wait...\13\10  ; Dialing for the first time,
  146.           goto dial                     ; so skip the "Redialing" message
  147.  
  148.         COMMENT - Dialing loop
  149.         :REDIAL
  150.           echo \13Redialing...\13\10    ; Give this message when redialing
  151.         :DIAL
  152.           output ATDT\%1\13             ; Dial the number
  153.           <more stuff follows>
  154.  
  155.     Another example:
  156.         DEFINE xxx Set term VT302,take x.tak,connect
  157.         xxx A B C
  158.     where file x.tak holds
  159.         echo \%0 \%1 \%2 \%3
  160.  
  161.     This displays  XXX A B C and then enters Connect mode as a VT320 terminal.
  162.  
  163. 70. Add a new element to command line variables, taken from C Kermit 5A.
  164.     Numerical variables ARGC, COUNT, ERRORLEVEL, and VERSION can be used as
  165.     the ascii representation of their values by the new text substitution
  166.     operator
  167.  
  168.         \v(numerical variable)
  169.  
  170.     Soon this will be expanded to include other "named variables" such as
  171.     TIME, DATE and so on which are also internal quantities in Kermit.
  172.  
  173.     Examples:
  174.         ECHO The version number of this program is \v(version) today.
  175.     which displays
  176.         The version number of this program is 302 today.
  177.     And DEFINE See ECHO \%0 - the num var is \v(\%1) here.
  178.         See argc
  179.     which displays
  180.         SEE - the num var is 2 here.
  181.         See version
  182.     which displays
  183.         SEE - the num var is 302 here.
  184.  
  185.     The expression \v(numerical variable) is replaced by it's ascii value.
  186.     This may be used in any command. The current syntax of IF = ARGC 2 ...
  187.     is retained for compatibility purposes but in new scripts it should be
  188.     replaced by IF = \v(argc) 2  etc.
  189.  
  190.     If the item within the parentheses is not one of the above numerical
  191.     variables, or if a right parenthesis does not end the variable name
  192.     then the entire expression from \v( to the current point is discarded.
  193.     Examples of bad syntax:
  194.         ECHO testing \v(versions) stuff
  195.     or
  196.         ECHO testing \v(version stuff
  197.     both of which display
  198.         testing stuff
  199.  
  200.     All the changes for this item are in file msscmd.asm
  201.  
  202.  More changes are expected.
  203.  
  204. [Ed. - The Cyrillic and \v() items are not final.  An actual translation
  205. between CP866 (Alternative Cyrillic) and ISO 8859-5 will probably be
  206. installed before 3.02 is released.  \v(name) will probably be changed to
  207. require the name of a builtin variable (which need not necessarily be
  208. numeric) within the parentheses.]
  209.  
  210. ------------------------------
  211.  
  212. Date: Thu, 09 Aug 90 10:22:53 EDT
  213. From: Doug Salane <SALJJ%CUNYVM@cuvmb.cc.columbia.edu>
  214. Subject: Kermit on Novell Networks
  215. Keywords: MS-DOS Kermit, Novell Network
  216.  
  217. I am trying to use Kermit for station to station communication on my Novell
  218. Network.  This is an ELS Level II Network which uses Arcnet cards in a bus
  219. topology.  I would like to use Kermit to transfer files between machines
  220. without relying on the server.  Is this possible?
  221.  
  222. I have tried using the SET PORT NETBIOS and SET PORT NOVELL after loading the
  223. Novell IPX workstation shell.  I get an error message that says the Network is
  224. not available.
  225.  
  226. I'd appreciate your help. Thanks.
  227.  
  228. [From jrd - Doug, what's needed is NetBios running on top of IPX and NET3/4.
  229. It's in the Novell NetWare collection. After that just follow the instructions
  230. in the Kermit documentation about SET PORT NET <name>. I use Kermit that way
  231. here, and it is also the official AT&T method of talking to an AT&T Unix
  232. machine from a DOS PC. SET PORT NOVELL(NASI) uses the NASI/NACS async server,
  233. not what you want at all.
  234.         The short form of the documentation says start the Server Kermit
  235. first (SET PORT NET, Server). No destination address is needed by the server.
  236. Then start a client Kermit with SET PORT NET <server's NetBios name> and
  237. issue file transfer or REMOTE commands.]
  238.  
  239. ------------------------------
  240.  
  241. Date: Sat, 21 Jul 90 14:23:19 PDT
  242. From: leland@scdt.intel.com (Leland Bruns )
  243. Subject: Feedback on MS KERMIT 3.02 of July 20
  244. Keywords: MS-DOS Kermit 3.02
  245.  
  246. I am forwarding some feed back on the test version of MS KERMIT version 3.02
  247. and some comments on version 3 in general.  Please forward to the appropriate
  248. persons.  Thank you.
  249.  
  250. ENVIRONMENT
  251.  
  252. First, my environment is a Wedge Technology 386-based PC-AT clone, with a
  253. Video-7 VGA board.  I am compiling using MicroSoft's MASM version 5.01.  My
  254. hosts are VAX VMS and Ultrix machines.  The PC's operating system in PC-DOS
  255. version 3.30.
  256.  
  257. [From jrd - similar to my own environment: DELL 310, Video-7 VGA, VMS host,
  258. PC-DOS 3.30]
  259.  
  260. I have recently copied MS KERMIT version 3.02 from the /kermit/test directory
  261. at watsun.cc.columbia.edu.  My comments below are based on the versions dated
  262. July 15 and July 20.  (I see there is a new version this morning, July 21, but
  263. have not had the chance to port or test this version.)  I am comparing the
  264. test version 3.02 to the original 3.00 distribution version.
  265.  
  266. TEKTRONIX EMULATION PROBLEMS
  267.  
  268. I see that there are significant changes to the MSGIBM.ASM module for
  269. Tektronix emulation, and have concentrated on looking for differences there.
  270. The one difference I would like to report is in the way GIN input apparently
  271. works in the new version.  In the original 3.00 version, when a key was
  272. entered at the PC, the host would receive the ASCII code for the character
  273. entered, the 4 character xy coordinate, and one final character (I can't tell
  274. easily from the host software I have to work with what that final character
  275. is, as the software discards it).
  276.  
  277. The new version 3.02 test version apparently does not send the GIN report to
  278. the host until the user has entered the desired key (at which time the
  279. cross-hair cursors disappear) AND an additional carriage return.  Not too
  280. surprising, the host receives an additional character which must be ignored to
  281. continue properly.
  282.  
  283. I believe that the behavior of the original version 3.00 of MS KERMIT is
  284. correct, while that the new test 3.02 version is incorrect.  The user should
  285. not have to enter both the desired key plus a carriage return for each GIN
  286. input point.  I would very much like to see the original behavior restored.
  287.  
  288. [From jrd - advice is most welcomed because my Tek docs seem to differ
  289. about what should happen (they are not consistent either).]
  290.  
  291. FEEDBACK & ENHANCEMENT REQUEST
  292.  
  293. Since I'm taking the time to report the problem above, I'd like at the same
  294. time to pass on some positive feedback on MS KERMIT version 3 and an
  295. enhancement request.  I very much like the work that has gone into MS KERMIT
  296. between versions 2 and 3.  KERMIT is unique in its universal availability, its
  297. faithful terminal and graphics emulation, and public availability of source
  298. code.
  299.  
  300. The latter feature, availability of source code, is important to me as I have
  301. one minor hardware incompatibility for which I must modify each KERMIT release
  302. as it becomes available.  Specifically, I have dedicated hardware on all four
  303. COM ports, and on IRQ2 thru 5 (see the comments below).  In order to make use
  304. of my 9600 Baud Telebit Trailblazer modem on COM3, IRQ5, I must create a copy
  305. of MS KERMIT modified to use IRQ5 rather than IRQ4.
  306.  
  307. I don't think my situation is too uncommon these days, as more and more
  308. powerful PC's become available and are equipped with more and more hardware,
  309. requiring use of COM ports 3 and 4.  I frequently see queries posted asking
  310. how to get around the restrictions imposed by the current MS KERMIT.  I think
  311. many users would benefit the ability to specify the interrupt number and
  312. address on a per port basis...just as the newer MS KERMIT versions now allow
  313. specification of the COM port address.  Failing that, the next best thing
  314. would be to allow the user to define the interrupt numbers and addresses in a
  315. straightforward manner in the MSXIBM.ASM source (vs. the convoluted encoding
  316. required at present...see my difference file below).
  317.  
  318. [From jrd - But.... If one is not using all the COM ports simultaneously then
  319. one can use two at once if they are on different IRQ lines. Just ask Kermit to
  320. touch the competing ports so their interrupt driver chips are taken off the
  321. bus (as decent software should have done anyway). I am reluctant to move far
  322. from IRQ 3 and 4 because of the interference with other peripherals (IRQ 5 is
  323. the hard disk controller on XTs). I can't easily change things in v3.02
  324. anwyway because of the necessary revisions to the data structures. Btw, I too
  325. have a Trailblazer (T2500), and I avoid most serial port conflicts via a $30
  326. RS232 A-B-C-D box; COM1 is comms, COM2 is the mouse.]
  327.  
  328. Once again, let me say how much I appreciate the work going into MS KERMIT
  329. version 3.  Thanx in advance for your consideration of the suggestions above.
  330.  
  331. [From jrd - Thank you for the suggestions and the compliment.]
  332.  
  333.                                         Leland M. Bruns
  334.                                         Intel Corporation
  335.                                         (408) 765-4219
  336.                                         leland@scdt.intel.com
  337.  
  338. ------------------------------
  339.  
  340. Date: Wednesday, 25 Jul 1990 13:06:12 EDT
  341. From: "Larry F Armbruster" <U22C5%WVNVM@cuvmb.cc.columbia.edu>
  342. Subject: Kermit Problems - V3.01
  343. Keywords: MS-DOS Kermit 3.01
  344.  
  345. I have experienced several problems using Kermit.  The configuration
  346. of my system is:
  347.  
  348.   PS/2 Model 50Z with an AT&T Voice Data Multiplexer dialing into a
  349.   DECserver 200 V3.0 (BL33) - LAT V5.1 and accessing VM/CMS through
  350.   a DECnet/SNA Gateway into a SIM3278 session manager.  Also at times
  351.   I access a VAX cluster.
  352.  
  353. I have redefined the PS/2 function keys to emulate the VT100/200/300 series
  354. of terminals.
  355.  
  356. When I emulate a VT320 - the session messages (ie SYS AVL, etc) writes to
  357. the top line of the screen thus wiping out the top line of the screen.
  358. When I emulate a VT102 - the session messages are at the bottom of the screen.
  359. This is only an annoyance and I can live with emulating the VT102.
  360.  
  361. The serious problem is the inability to use Kermit file transfers on either
  362. CMS or VAX.  My computer center is aware of the CMS problem and attribute it
  363. to the session manager.  However we cannot explain the VAX problem.  The VAX
  364. Kermit Host (or maybe Mskermit) issues a parity error.  This is the case no
  365. matter what parity, duplex, or flow control is used.  Any suggestionor help
  366. is greatly apperciated.
  367.  
  368. [From jrd - since the pathway between the PC and either IBM/CMS or the VAX
  369. goes through two external communications boxes one supposes that one or the
  370. other box is adding its own parity, or more likely, is unable to handle a
  371. stream of characters as long as a packet. Otherwise MS-DOS Kermit does run
  372. fine to VAXen through common LAT boxes. Logging packets on both ends and
  373. viewing the log files will show which machine is experiencing the troubles.]
  374.  
  375. ------------------------------
  376.  
  377. Date: Wed, 15 Aug 90 08:08 CDT
  378. From: DEC-WOLF <CC_BRYSON%SWTEXAS@cuvmb.cc.columbia.edu>
  379. Subject: MS-Kermit and VAX ALLin1 
  380. Keywords: MS-DOS Kermit 3.01, VAX/VMS, ALLin1
  381.  
  382. Hello all,
  383.  
  384. I was wondering if there were other Ms-Kermit (3.01) users who are using PCs to
  385. communicate with a VAX and who use ALLin1, who are also experiencing problems
  386. with printing over the printer port.  We have determined that everything works
  387. fine when the Vax thinks the terminal type is a VT200.  If the terminal type is
  388. NOT VT200 series than the printing is erratic or non-existent.  After
  389. researching the problem I dicovered that Allin1 is sending the following escape
  390. sequences for the two terminal types:
  391.  
  392. VT20O   Esc [ 5 i
  393.  
  394. VT100   Esc [ 5 i Esc [ 6 i
  395. VT300
  396.  
  397. The Esc [ 5 i is the proper sequence to open the printer port for a VT100,
  398. VT200, or VT300 terminal.  After calling Digital, I was told that (Esc [ 6 i)
  399. was the escape sequence to open the printer port for the VT125 terminal.
  400. Evidently the sloppy programmers at DEC check for VT200 ONLY and send the VT100
  401. and VT125 sequences for other terminals.  It seems that either Kermit or the
  402. printers are confused by the (Esc [ 6 i) sequence.  I know that Dec should just
  403. straighten their act out but I was wondering if anyone knew how to work around
  404. this problem from the Kermit end.  Could the (Esc [ 6 i) sequence be ignored or
  405. stripped out by Kermit?  We plan on just changing the terminal type to VT200 on
  406. the Vax end but it seems a bit kluging to me (normally the Vax and terminal
  407. communicate the terminal type between each other at login).
  408.  
  409. Bill Bryson
  410. User Services Analyst
  411. CC_BRYSON@SWTEXAS
  412.  
  413. P.S.  Our systems personel could also patch allin1 to change the printer
  414. scripts (i.e. not send ESC [ 6 i) but feel it is unlikely that they will (it is
  415. considered a no-no to "mess" with Digital software).
  416.  
  417. [From jrd - MS-DOS Kermit v3.02 consumes the ESC [ 6 i and does not send it
  418. to the printer. Yes, it's a carry over and should not be there. Here is the
  419. entry in the file msr302.upd describing changes to version 3.02 -
  420. 15. Correct bug in transparent printing within text emulator which corrupted
  421.     back to back escape sequences sent to the printer.]
  422.  
  423. ------------------------------
  424.  
  425. Date: Fri, 27 Jul 90 17:47 EDT
  426. From: John W Manly <JWMANLY%AMHERST.BITNET@CUNYVM.CUNY.EDU>
  427. Subject: Question about Kermit 3.01 and the 128-byte history buffer
  428. Keywords: MS-DOS Kermit 3.01, CLEAR Command
  429.  
  430. Hi there.  Another question about MS-Kermit and the use of the history buffer
  431. in Take or Script files.
  432.  
  433. Could anyone fill me in on the relationship between the INPUT statment, the
  434. REINPUT statement, the CLEAR command, and the 128-byte history buffer?
  435.  
  436. In particular, the manual states that REINPUT only accepts additional input
  437. from the serial port until the history buffer is full.  How does one then
  438. clear it out?  A CLEAR command presumably does so.  Does an INPUT operation
  439. clear it as well, or clear it only if it's full, or anything like that?
  440.  
  441. Any help would be greatly appreciated.  Thanks.
  442.  
  443.                                  - John W. Manly
  444. BITNET:  JWMANLY@AMHERST           Systems Manager
  445. PHONE:   (413)-542-2526            Amherst College
  446.  
  447. [From jrd - The CLEAR command does indeed clear things: the history buffer
  448. and the serial port receive circular buffer (preceeds the history buffer).
  449. I agree that a separate script history buffer clearing command would be
  450. beneficial. In the meanwhile, the history buffer can be made either larger
  451. or smaller via the DOS command
  452.    SET KERMIT=INPUT-BUFFER-LENGTH value
  453. value is number of bytes (default 128)]
  454.  
  455. ------------------------------
  456.  
  457. Date: Tue, 31 Jul 90 14:44 EDT
  458. From: Pete Kanaitis <X979PK0P@VB.CC.CMU.EDU>
  459. Subject: Kermit & WordPerfect under PCSA
  460.  
  461. Recently, we have been looking at WordPerfect 5.0 under VMS and have tried
  462. the MS-Kermit macros and DCL command procedure (ftped from watsun) to set 
  463. the IBM PC keyboard to do WP bindings.  This seems to work fine under any
  464. asynch connection, but does not seem to work with MS-Kermit running under
  465. PCSA.   Under PCSA, when the terminalS and terminalR macros are envoked,
  466. the key bindings are set, the connect command gets issued, but the original
  467. terminal session gets disconnected!  (Since we use virtual terminals, we
  468. can re-connect back to the WordPerfect session, and resume, but only after
  469. we re-login in)
  470.  
  471. Here's an example of what is happening:
  472.  
  473. MSKERMIT.INI has the following:
  474.  
  475. set port decnet singer
  476. set terminal wrap on
  477. define terminalS take C:\wp30.ini, connect
  478. set key \2344 \KTerminalS
  479.  
  480. Then from the PC:
  481.  
  482. C>kermit
  483. IBM-PC Kermit ...
  484.  
  485. MS-Kermit>connect
  486.  
  487. Welcome to Singer...
  488. Username: FOOBAR
  489. Password: 
  490.  
  491. $ @PUBLIC:PCWP
  492. What type of Graphics adapter are you using (ega, cga, vga)?  vga
  493.  
  494. $ WP FILE.EXT
  495. Defining Function Keys for WordPerfect Products....
  496. (After a few seconds Kermit reconnects..)
  497. (Nothing happens. When I hit any key...)
  498.  
  499. Welcome to Singer...
  500. Username: FOOBAR
  501. Password: 
  502.  
  503.    You have the following disconnected process:
  504.  
  505.  ...
  506.    Connect to above listed process [YES]:
  507.  
  508. (Now you are back in WordPerfect)
  509. (When you exit..)
  510. Save Document? (Y/N) Yes
  511. Exit WP? (Y/N) Yes
  512.  
  513. WP key definitions cleared...
  514.  
  515. (screen clears, back to normal)
  516.  
  517. Does anyone have any ideas?
  518.  
  519. Thank you...
  520.  
  521. Pete Kanaitis
  522. Manager, Computational Resources
  523. Allegheny-Singer Research Institute
  524. X979PK0P@VB.CC.CMU.EDU (Internet)
  525. X979PK0P@CMCCVB (Bitnet)
  526.  
  527. [From jrd - When WordPerfect starts up it requests a long Color Palette
  528. report from the VT300 terminal. Kermit sends the report fine, but some
  529. communications channels can't handle 200 some odd byte bursts. Also, the
  530. VAX must have SET TERM/HOSTSYNC so that the VAX can XON/XOFF the terminal.
  531. There is really nothing I can do, because on my VAX some paths just can't
  532. cope, even when I insert massive pauses between characters. Sometimes
  533. it's the length of the DEC Color Palette report which is the root problem.
  534. My test copy of WordPerfect/VMS has exceeded it's 6 month lifetime, but
  535. I recall that I could use PCSA/DECnet-DOS fine this way. The only "but" is
  536. the VMS command SET TERM/HOSTSYNC must be stated.]
  537.  
  538. ------------------------------
  539.  
  540. Date: Wed, 18 Jul 90 14:34:55 -0400
  541. From: mregeste@amo.Wichita.NCR.COM
  542. Subject: Re: MSKERMIT <-- TCP/IP --> Unix-Host
  543. Keywords: MS-DOS Kermit, TCP/IP, Unix
  544.  
  545. In article <1318@kullmar.se> you write:
  546. >In <1990Jul10.134437.18854@duc220.uni-duisburg.de> hz231gr@duc220.uni-duisburg.de (Gressel) writes:
  547. >
  548. >>Hello,
  549. >
  550. >>we tried it with an Interlan-NI5210-Card, no success!
  551. >
  552. >In Kermit News number 4, June 1990 Joe R. Doupnik and Christine M. Gianone
  553. >writes:
  554. >
  555. >TCP/IP is a very widespread networking method linking machines locally and
  556. >around the world.  ...
  557.  
  558. I would like to add that Wollongong's Pathway Client Plus also supports
  559. the INT 14 service.  We use both Kermit and Procomm Plus Network Version
  560. and they work great!
  561.  
  562. Mark Regester Information Systems & Services, NCR Peripheral Products Division
  563.  NCR:654-8340 <M.Regester@Wichita.NCR.COM>
  564. (316)636-8340 <uunet!ncrlnk!ncrwic!m.regester>
  565.  FAX:636-8889
  566.  
  567. [From jrd - Yeah! A WINning way.]
  568.  
  569. ------------------------------
  570.  
  571. End of Info-Kermit Digest
  572. *************************
  573.