home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / brltty / EuroBraille.README < prev    next >
Encoding:
Text File  |  2007-03-27  |  3.8 KB  |  109 lines

  1. This is the EuroBraille family driver for BRLTTY, version 1.3.3
  2.  
  3. Initial writing by Nicolas Pitre <nico@cam.org>, Copyright 1997-1998.
  4.  
  5. This code is copyrighted under the GNU Public License.  See the file
  6. COPYING included with BRLTTY for details.
  7.  
  8. This driver is currently maintained by Yannick Plassiard 
  9.     <yan@mistigri.org>
  10.  
  11. SUPPORTED HARDWARE
  12. ==================
  13. All EuroBraille's displays should be supported here. However it has been tested
  14. on the following hardware:
  15.    - a Clio-Notebraille display (20 40 and 80 cells);
  16.    - a Scriba display (20 and 40);
  17.    - an Azerbraille 40 and 80 display;
  18.    - a Clio-PupiBraille display (80 cells)
  19.    - an IRIS display (Iris-S20, Iris-S32 and Iris-40).
  20.    - The driver is although tested with a NoteBraille display in order to 
  21.      maintain backward compatibility.
  22.  
  23.  
  24. FIXES/ADDITIONS
  25. ===============
  26. Version 1.3.3:
  27.     - Corrected several bugs in write/read operations;
  28.     - Corrected several key bugs on Iris models.
  29.  
  30. Version 1.3.2:
  31.     - Remade the brl_ReadPacket and brl_WritePacket, to allow writting of 
  32.       low-level packets and error code retrieving;
  33.     - Full Iris support;
  34.  
  35. Version 1.3.1:
  36.     - Many code cleanups;
  37.     - Corrected AzerBraille 40 Programming keys bugs;
  38.     - Added a LOG_IO define to log in/out packets to a file;
  39.     - Started to debug the Iris identification failures, still not work
  40.       perfectly;
  41.  
  42. Version 1.3 :
  43.     - Made the driver BrlAPI compatible
  44.     - The transfer code has been removed: it will be now in a separate 
  45.       program, called `tp' (in progress).
  46.     - code cleanups;
  47.  
  48. Version 1.2 :
  49.     - Significantly reduced the size of the sourcecode: propper and easier
  50.       to understand/customize;
  51.     - Added LCD support;
  52.     - Beta new Iris 20/32/40 support, not tested yet;
  53.     - Re-added Cut-n-paste routines: it was disabled, don't know why...
  54.  
  55. Version 1.1a :
  56.     - Minor changes to function-keys to make the program easier to 
  57.       undepstand. 
  58.     - The on-line help function disappeared, and is replaced by the 
  59.       CMD_LEARN (learn mode) function directly implemented within BrlTty.
  60.  
  61.  
  62. Version 1.1:
  63.     - Fixed bugs due to changes of brltty core functions
  64.     - Changed keys' insertion: We now use sequencial mode for meta and
  65.       control keys, to allow more combinations. Moreover the input table is
  66.       now attached to the output table. 
  67.  
  68. Version 1.0 :
  69.        - added an internal menu to allow console switching or to enter in the
  70.       help menu. 
  71.            Here, a Scriba-like interface was implemented. Read the "README.menu"
  72.            file if you didn't use a Scriba (or the Draculawin program) before to
  73.            learn more about this menu.
  74.        - When the drivers starts, it now plays a melody on the terminal's 
  75.       internal speaker. 
  76.       This was made to ensure the user that the driver is loaded and is
  77.              ready to be used.
  78.  
  79. Version 0.9: 
  80.        - You can now view the internal date/time of your display, typing "#M" 
  81.       (or "Alpha+L9" on a Scriba). This doesn't work very well - don't know 
  82.       why...
  83.  
  84. Version 0.8:
  85.        - Minor changes were made in the use of the "inskey()" function.
  86.        - Fixed bugs in the ViewOn() and the Program() functions.
  87.  
  88. Version 0.7: 
  89.        - Added the "Programming" and the "View on" functions. Their respective 
  90.            behaviors are as in the DOS program (ReadBraille). See the 
  91.       "README.model" file where "Model" is the name of your display. 
  92.       Actually, files are written for the Clio-Notebraille and the Scriba 
  93.       displays.
  94.  
  95. Version 0.6:
  96.        - Fixed the "enter bug": The "\n" inserted code is now replaced by 
  97.       "\x0D".
  98.  
  99. Version 0.5: 
  100.        - Added the ability for the user to type letters directly from his/her
  101.            terminal. The table implemented is the CBIFS (French) table.
  102.  
  103. Comments are strongly welcomed, because I don't know how many people use the 
  104. EuroBraille version of BRLTTY in the world so if you use this driver, just 
  105. e-mail me what are your suggestions for next versions.
  106.  
  107. Yannick Plassiard <yan@mistigri.org>
  108.     November 02 2003
  109.