home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / alt / folklore / computer / 16573 < prev    next >
Encoding:
Text File  |  1992-11-21  |  1.9 KB  |  51 lines

  1. Newsgroups: alt.folklore.computers
  2. Path: sparky!uunet!psinntp!coopsol!brentw
  3. From: brentw@coopsol.com (Brent Williams)
  4. Subject: Re: HELP! Need kermit for WANG CS2200
  5. Message-ID: <1992Nov21.011937.5863@coopsol.com>
  6. Organization: Cooperative Solutions, Inc.
  7. References: <BxxCA0.3K2.1@cs.cmu.edu>
  8. Date: Sat, 21 Nov 92 01:19:37 GMT
  9. Lines: 40
  10.  
  11. redmond+@cs.cmu.edu (Redmond English) writes:
  12.  
  13. >Hello,
  14.  
  15. >  I've been asked to see if I can find kermit (or any other
  16. >communications program) that will allow a WANG CS2200 to 
  17. >exchange files with a PC-clone.
  18.  
  19. >  I checked the columbia kermit archives, but they don't
  20. >list anything for WANG mainframes - any help would be
  21. >much appreciated!
  22.  
  23.  
  24. Calling a Wang 2200 a mainframe is rather a bit of a stretch.
  25. You are probably out of luck with this one.  Your best bet is
  26. to write a program on the Wang that essentially does the 
  27. equivalent of UUENCODE for encoding the data, then connecting
  28. your PC to the terminal port of the Wang via a serial line.
  29. It takes 8,E,2 parameters -- a far cry from the 7,N,1 usually
  30. used in Unix systems.  Then you have a program that checksums
  31. the uuencoded data that you sent over.  A simple BASICA program
  32. to decode the data and compare the checksum would work well.  
  33. A Wang 2200 programmer could probably knock out something like
  34. this in about 30 minutes.  It's been too many years for an old
  35. guy like me to remember exactly how to do this, and you couldn't 
  36. afford me anyway :-)
  37.  
  38. I did this about 6 years ago for a consulting client and it went
  39. great for transferring about 100mb of data off the Wang -- not a 
  40. single transmission error, so I could have conceivably done with
  41. out the checksum part.
  42.  
  43.  
  44. -brent
  45.  
  46. -- 
  47. Brent Williams/Cooperative Solutions Inc., San Jose CA   (408) 377-0300
  48. brentw@coopsol.com
  49. Cooperative Solutions makes Ellipse, a development environment for
  50. industrial strength graphical client/server business applications.
  51.