home *** CD-ROM | disk | FTP | other *** search
/ ST-Computer Leser-CD 2000 January / LCD_01_2000.iso / pd / 308 / uart_040 / readme < prev    next >
Text File  |  1999-08-22  |  3KB  |  102 lines

  1. high-speed Milan UART driver for FreeMiNT
  2. =========================================
  3.  
  4. Feedback, bugreports, suggestions and any other constructive comment
  5. is strongly recommended. Please send it as e-mail to me or the
  6. MiNT mailinglist <mint@fishpool.com>.
  7.  
  8. Thank here to the great MiNT community.
  9.  
  10.  
  11. Version 0.40
  12. ------------
  13. - first public release
  14.  
  15.  
  16. Features:
  17. ---------
  18. - native driverrotuines for FreeMiNT, completly interrupt controlled
  19. - minimal systemlast
  20. - stable and constant data rates at 115200 Baud in background
  21. - installs RSVF compatible and MiNT tty devices
  22. - supports all filesharing and -locking mechanism
  23. - completly supported by FreeMiNT
  24. - no longer is HSMODEM, HSMINST or other stuff required
  25.  
  26.  
  27. Installation:
  28. -------------
  29.  
  30. 1. deinstallation of HSMODEM (if installed)
  31.    - remove/rename of all HSMODEM AUTO folder programms
  32.    - remove/rename of hsminst.xdd/drvinmnt.xdd
  33.    - remove/outcomment of the HSMODEM configuration (in your MiNT.CNF)
  34.      like the following lines:
  35.      --- cut ---
  36.      # hsmodem config
  37.      sln u:\dev\hsmodem2 u:\dev\modem2
  38.      sln u:\dev\hsserial2 u:\dev\serial2
  39.      --- cut ---
  40.  
  41. 2. Remove/outcomment of all MiNT.CNF entries for your tty devices
  42.    (if installed)
  43.    like the following lines:
  44.    --- cut ---
  45.    ren u:\dev\modem2  u:\dev\ttyb
  46.    ren u:\dev\serial1 u:\dev\ttyc
  47.    ren u:\dev\serial2 u:\dev\ttyd
  48.    
  49.    sln u:\dev\ttyb u:\dev\modem2
  50.    sln u:\dev\ttyc u:\dev\serial1
  51.    sln u:\dev\ttyd u:\dev\serial2
  52.    --- cut ---
  53.  
  54. 3. Copy uart.xdd to your MultiTOS or MiNT folder on your boot device
  55.  
  56. 4. Reboot
  57.  
  58.  
  59. Bugs:
  60. -----
  61. - the BIOS functions bcon* for the UARTs don't work after installation
  62.   of this driver; please don't use it
  63. - there is at the moment no way to autodetect additional installed
  64.   UART ports; but this driver can handle additional ports and you can
  65.   selfcompile a version if you add the required informations to detect_uart()
  66.   if the Milan TOS provide the required infromations this problem can be
  67.   easily solved
  68.  
  69.  
  70. Thanks:
  71. -------
  72. - to Rainer Mannigel for the source he originally developed for his
  73.   own BIOS and the permission to develop a serial driver
  74. - to Michael Schwingen for the reworked source from Rainer for the
  75.   Milan TOS
  76.  
  77.  
  78. Copying:
  79. --------
  80. Copyright 1999 Frank Naumann <fnaumann@cs.uni-magdeburg.de>
  81. Portions copyright 1998, 1999 Rainer Mannigel, Michael Schwingen.
  82.  
  83. This program is free software; you can redistribute it and/or modify
  84. it under the terms of the GNU General Public License as published by
  85. the Free Software Foundation; either version 2, or (at your option)
  86. any later version.
  87.  
  88. This program is distributed in the hope that it will be useful,
  89. but WITHOUT ANY WARRANTY; without even the implied warranty of
  90. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  91. GNU General Public License for more details.
  92.  
  93. You should have received a copy of the GNU General Public License
  94. along with this program; if not, write to the Free Software
  95. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  96.  
  97.  
  98. Frank Naumann
  99. <fnaumann@cs.uni-magdeburg.de>
  100.  
  101. Magdeburg, 22.08.1999
  102.