T.R | Title | User | Personal Name | Date | Lines |
---|
794.1 | Also, try waiting to see a 'C' before starting. | SICKO::PATTERSON | Engaged to a Redhead | Fri Mar 09 1990 11:59 | 17 |
| I use uniterm all the time, and the only two parts of the setup
that I change are the packet size and the CRC selection.
Here is what I use:
Type Packet CRC
_______ ______ _____
XMODEM: 128 NOCRC
XMODEM CRC: 128 CRC
XMODEM 1K: 1024 CRC
YMODEM: 1024 CRC
you will notice that Xmodem 1K and Ymodem are the same, the only
real difference is that Ymodem supports Batch sends.
Hope this helps,
Jim
|
794.2 | | JOVE::reilly | Michael Reilly | Fri Mar 23 1990 17:07 | 15 |
| Actually there is some difference between true (or real) Ymodem and Xmodem-1K.
Ymodem sends file information which Xmodem-1K does not do. Many BBS's claim
to suppot Ymodem when they really mean Xmodem-1K (DELPHI does this, for
example). Attempting to use true Ymodem to transfer files to/from these
systems results in failure similar to what is described in .0
I haven't used Uniterm for awhile so I don't remember if it switches into 8
bit mode when transfering or not. [XYZ]modem require an 8-bit transparent
line (i.e., 8 bit data and no in band flow control (aka XON/XOFF)) while
kermit is happy with XON/XOFF flow control.
|
794.3 | Correction | JOVE::reilly | Michael Reilly | Fri Mar 23 1990 17:09 | 3 |
| Re: my last reply.
I was hit by brain fade. Zmodem can handle XON/XOFF. [XY]modem cannot.
|
794.4 | the solution to .0 | COMICS::DSMMGR | | Mon Apr 09 1990 12:11 | 25 |
| Hi again,
I just thought I'd let you know that I made some progress on the use
of XMODEM for file transfer.
I thought it must be something at my end that was causing the problem,
but for the life of me couldn't think what. I mean after all XMODEM is
used by so many BBS's that it MUST work !!!!
To cut a long story short, I have a DECTALK interfaced between my ATARI
and my modem and so in desperation I removed it. Hey-presto I could
suddenly receive XMODEM files !! I had rejected this as a possibility
before because I was able to hook up to the BBS without problem with
the DECTALK in place.
My only guess is that the DECTALK must have been doing some
'translation' on incoming messages. I'll have to investigate further
tonight. I got XMODEM working using XMODEM.TOS so I still have to
try it from within UNITERM though I anticipate no problems.
Anyway, for what its worth, that's where the problem lay.
Thanks to those who offered help
Jonathan
|