home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / question / 10363 < prev    next >
Encoding:
Internet Message Format  |  1992-08-25  |  1.4 KB

  1. Path: sparky!uunet!usc!elroy.jpl.nasa.gov!swrinde!mips!darwin.sura.net!eng.ufl.edu!whale!zzang
  2. From: zzang@whale.uucp (Zhuo Zang)
  3. Newsgroups: comp.unix.questions
  4. Subject: Zmodem upload problem
  5. Message-ID: <1992Aug25.174327.22097@eng.ufl.edu>
  6. Date: 25 Aug 92 17:43:27 GMT
  7. Sender: news@eng.ufl.edu (Usenet Diskhog System)
  8. Distribution: usa
  9. Organization: University of Florida
  10. Lines: 39
  11.  
  12. Hello,
  13. I installed the Zmodem on our DECstation running
  14. Ultrix 4.2 . I use ProComm 2.4.2 on my PC .
  15. The Zmodem contains Ymodem, so I use the Ymodem in
  16. ProComm to transfer the files DECstation <-> PC .
  17. I can download from the DECstation to PC, but I
  18. can't upload from PC to DECstation .
  19.  
  20. I used:
  21. >sb <file>
  22. for download
  23. >rb
  24. for upload
  25.  
  26. The message I got is :bad packet .
  27.  
  28. I tried to debug the source program, the problem
  29. looks like the crc checking problem  and also
  30. the block number sent by the ProComm does not
  31. match the one in Zmodem.
  32.  
  33. Does anyone have such experiences ?
  34.  
  35. The line setting I use in ProComm is 1200-N-8-1 .
  36. My PC is an XT.
  37.  
  38. Possible problem:??
  39. 1. the ProComm sends 8-bit crc (actually I don't know
  40.    what kind of crc the ProComm is using), while Zmodem uses 16-bit crc
  41.    this will cause crc mismatching.
  42.    But I use the Ymodem when I connect to BBS, without any 
  43.    problem .
  44. 2. the PC is 16-bit, while the Unix is 32-bit
  45.    But why the downloading is alright?
  46.  
  47.  
  48. Thanks in advance !
  49.  
  50. --zhuo
  51.