home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 12: Textmags & Docs / nf_archive_12.iso / MAGS / DOCS / TT / COM_PORT.ZIP / COM_PORT.TXT
Encoding:
Text File  |  1997-11-17  |  5.3 KB  |  141 lines

  1. FUNKYWARE.ORG - COM_PORT.TXT - 26.07.1997
  2.  
  3.  
  4. -----
  5. FUNKYWARE.ORG - COM_PORT.TXT - 26.07.1997
  6.  
  7. NOTE: The follow is a series of e-mail exerpts exchanged with
  8.       Ronald Anderson, discussing suitable uses for each port
  9.       on the M-STE and TT. It was included here, because some
  10.       people tell others they better use Modem 2, but fail on
  11.       providing proper reasons as to why one should.
  12.  
  13.       Ronald has proven very knowledgable on many key aspects
  14.       of Atari hardware and software, so while opinions given
  15.       here are strictly his own, one will notice he knows how
  16.       to support his point with strong evidences.
  17.  
  18.       About why Atari provided 76800 and 153600 on Modem 2, I
  19.       recall Ronald pointing out that they are respectively 4
  20.       and 8 times 19200. When the M-STE and TT were designed,
  21.       these speeds looked promising because of that aspect.
  22.  
  23.       One might notice 38400 is twice 19200 (the only related
  24.       multiple that became an established standard) as recent
  25.       developments are all based on 14400 exponentiation.
  26.  
  27. ***
  28. To: q-funk@megacom.net
  29. Subject: STinG DNS resolving on TT & MSTE
  30.  
  31. STinG was designed for compatibility to the port access methods
  32. of HS-Modem, so unless you have some fully compatible replacement
  33. I strongly recommend using HS-Modem.  The TT users I mentioned
  34. always use 'Modem 2' for STiK/STinG.  'Serial 2' is too primitive
  35. for modem operation, and 'Modem 1' is identical to that on an ST
  36. (slow).
  37.  
  38. Of course, all serial ports should work with STinG, but a modem
  39. needs control signals beyond what 'Serial 1' and Serial 2' have.
  40.  
  41. ###
  42. To: q-funk@megacom.net
  43. Subject: Re: [2] STinG DNS resolving on TT & MSTE
  44.  
  45. >> Of course, all serial ports should work with STinG, but a modem
  46. >> needs control signals beyond what 'Serial 1' and Serial 2' have.
  47. >
  48. >Using STiK, Serial 2 has proven both faster and more reliable.
  49.  
  50. Serial 2 uses an SCC port, just as Modem 2 does.  The speed
  51. capability of those ports is identical, but there are some
  52. differences:
  53.  
  54. 1:  Modem 2 has the RI interface line, used for incoming modem
  55.     calls. This does not matter for any outgoing calls of course.
  56.  
  57. 2:  Serial 2 is actually the very same SCC port as is also used
  58.     by LAN, which has three consequences:
  59.  
  60. 2.1: LAN and Serial 2 activation each excludes the other.
  61.  
  62. 2.2: A hardware selection is required to activate the hardware
  63.      drivers for either LAN or Serial 2.  If that selection is
  64.      in LAN mode, the Serial 2 port will be completely 'dead'
  65.      and vice versa.  Not all terminal programs are capable of
  66.      controlling this.
  67.  
  68. 2.3: The start-up default is for the LAN hardware to be active,
  69.      and so the default speed is also set for LAN use (highest).
  70.      This may be why you have come to regard it as faster, but
  71.      with proper software the Modem 2 port has exactly the same
  72.      speed capability.
  73.  
  74. [ NOTE: as stated below, it turned out Modem 2 and Serial 2 have
  75.         separate clocks, so changing the software will not solve
  76.         this --making point 2.3 partially wrong--, hence why the
  77.         14 MHz PCLK modification was invented. ]
  78.  
  79. >However, Serial 1 is indeed primitive and hardly usefull beyond
  80. >driving a serial mouse!
  81.  
  82. For local STinG use it is equally useful as Modem 1, since it
  83. is in fact an identical MFP port and STinG requires no physical
  84. handshake.  Data loss is ensured against by the acknowledgements
  85. of TCP protocol.
  86.  
  87. In fact IP itself is not designed to be 'lossless', since all high
  88. level protocols are required to have their own error recovery.  I
  89. myself have used Midi in my experiments with local STinG networks,
  90. and that [ Midi ] has only TXD and RXD without handshaking, just
  91. like Serial 1.
  92.  
  93. ###
  94. To: q-funk@megacom.net
  95. Subject: Re: [4] STinG DNS resolving on TT & MSTE
  96.  
  97. >***Serial 2 deficiencies***
  98. >
  99. >Well, one mod I intend on doing is Franz Sirl's 12MHz upgrade for
  100. >Modem 2, which make it possible for Modem 2 to acheieve speeds up
  101. >to 230.4 like the LAN port. It is recognized by both HS-Modem and
  102. >Fast_serial, so this should be a noticable improvement! ;-)
  103.  
  104. Sounds interesting.  I'm not at all well informed on the clocking
  105. system used for the SCCs of Falcon and TT myself.  I guess I need
  106. to read up on it, but I only have one machine with an SCC anyway,
  107. so I cannot use these speeds in my networking.
  108. (My 14k4 USR modem won't swallow anything faster than 38k4 either.)
  109.  
  110. ###
  111. To: dlanor@oden.se
  112. Subject: Re: Modem 2 vs Serial 2
  113.  
  114. >Note that I have since checked the circuit schematics for the TT
  115. >again and have found that the clock generation for the two ports
  116. >of the SCC is indeed separate.  This means that some modification
  117. >of the hardware may be necessary to achieve full baudrate control.
  118.  
  119. This is what the modification described in Fast_Serial does, and
  120. HS-Modem can also recognize if a PCLK of 14 MHz is used, instead
  121. of the stock 8 MHz speed.
  122.  
  123. >I still say that Modem 2 has the same potential for speed as does
  124. >Serial 2/LAN, though I now realize it may need some clock changes.
  125.  
  126. Indeed! ;-)
  127.  
  128. ###
  129. [ NOTE: The modifications discussed above are described in my
  130.         English translations of texts by Franz Sirl and Harun
  131.         Scheutzow, found elsewhere on this site. ]
  132. -----
  133. NOTE:  those who need to print this may crop HTML tags above and
  134.        below the five dashes and re-save as straight ASCII text.
  135.  
  136.  
  137.  
  138.    HOME
  139.  
  140.  
  141.