home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / cbm / 3417 < prev    next >
Encoding:
Text File  |  1992-08-17  |  2.0 KB  |  47 lines

  1. Newsgroups: comp.sys.cbm
  2. Path: sparky!uunet!microsoft!hexnut!kentsu
  3. From: kentsu@microsoft.com (Kent Sullivan)
  4. Subject: Re: Swiftlink Programming
  5. Message-ID: <1992Aug17.161533.28787@microsoft.com>
  6. Date: 17 Aug 92 16:15:33 GMT
  7. Organization: Microsoft Corp.
  8. Summary: Call CMD
  9. References: <jwaleke.04ri@tcedge.mi.org>
  10. Lines: 32
  11.  
  12. In article <jwaleke.04ri@tcedge.mi.org>, jwaleke@tcedge.mi.org (Jim Waleke) writes:
  13. >  
  14. > Does anyone have any info on how to program the Swiftlink-232 Cartridge? Or
  15. > could point me to where I can find such information? (Books, Magazines,
  16. > FTP, or FREQ?)
  17.  
  18. If you bought your cartridge from CMD, they will provide you with a pretty
  19. complete set of programming notes.  When we sold them the rights to the cart
  20. we also gave them the developer's kit we had been distributing.
  21.   
  22. > I am currently working on a BBS and I want to write it to work with Swiftlink
  23. > and a 14.4k v.32bis Modem.  It will run on the 128.
  24.  
  25. You should tell CMD this when you call.  Their number is 413-525-0023.
  26.   
  27. > How different is it from normal User Port communications?  About all I know
  28. > is that is is mapped around $D700.
  29.  
  30. The SL-232 is somewhat similar to the user port in its register configuration
  31. but programming it is more complicated because (a) you have to write handlers
  32. yourself because the standard routines can't keep up and (b) there are more
  33. features to the SL-232 than the user port.  The chip in the SL-232 (6551 ACIA)
  34. is the model that the user port routines were made with in mind.
  35.  
  36. It in fact is NOT mapped at $D700 unless you have a special situation.  The
  37. default mapping is $DE00.  A jumper cut can give you $DF00.  If both of those
  38. locations are full (perhaps fairly common with a BBS operator), you can rig
  39. $D700 but an internal jumper wire is required.  $D700 is only possible on the
  40. C-128.  The developer's notes talk about how to do this.
  41. -- 
  42. Kent Sullivan - Microsoft Corporation  Redmond, WA - kentsu@microsoft.com
  43.  
  44. The opinions expressed in this article are my own and do not necessarily
  45. reflect those of my employer.
  46.