home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / HANDICAP / HOTDOTS3.ZIP / MAN3.TXT < prev    next >
Encoding:
Text File  |  1991-05-05  |  32.7 KB  |  720 lines

  1.                 Section 10: Hot Dots at the Command Line
  2.  
  3.                                 Overview
  4.  
  5.      You can perform most Hot Dots operations outside of the menus at
  6. the DOS command line. By issuing Hot Dots operations from the command
  7. line, or from a batch file, you can operate more swiftly and
  8. automatically.
  9.  
  10.                             Our Batch Files
  11.  
  12.      The batch files DOTS1234, DOTS1, and DOTS234 are very useful and
  13. may meet all your braille processing needs. You may find it instructive
  14. to examine these batch files in your word processor. Examining these
  15. files may be much more valuable than reading documentation on how to
  16. create your own Hot Dots batch files.
  17.  
  18.                       Working at the Command Line
  19.  
  20.      When you use a Hot Dots program segment at the command line, you
  21. start with the command name. Next comes the input file, then the output
  22. file. If you leave out a file name, Hot Dots prompts you for it. After
  23. all the file names, you can place optional switches (additional
  24. parameters). Here is the list of Hot Dots commands:
  25.  
  26. DOTS1234 <input file> <word processor type> <output device> <optional
  27.      rules file> -- Takes an input file through all the steps
  28.      (importing, translating, formatting, and output)
  29.  
  30. DOTS1 <input file> <word processor type> <optional rules file> --
  31.      Imports a file into a Hot Dots .HD$ file
  32.  
  33. DOTS234 <input base name> <output device> -- takes existing file <base
  34.      name>.HD$ and translates, formats, and outputs it
  35.  
  36. G2FWD <input file> <output file> -- grade two translation
  37.  
  38. FTEXT <input file> <output file> -- format a file. Switches: /W=33;
  39.      (width is 33) /F=27 (form length is 27); /B (braille style
  40.      formatting); /I (inkprint style formatting). FTEXT assumes braille
  41.      formatting unless the carriage width is over 45. Use the /I or /B
  42.      to force the style you want.
  43.  
  44. VIEW <input file> -- display a braille formatted file on the screen. Use
  45.      /S to suppress braille cheat sheet.
  46.  
  47. GLOBAL <input file> <output file> <rules file> -- global replace
  48.  
  49. G2BACK <input file> <output file> -- back translation
  50.  
  51. VANILLA <input file> <device> -- output file to regular brailler (one
  52.      not requiring special handling)
  53.  
  54. CRANMER <input file> <device or file name> -- output to a Cranmer. Use
  55.      /F to set form length.
  56.  
  57. LED120 <input file> <device or file name> -- output to an LED-120. Use
  58.      /W to set carriage width
  59.  
  60. DIPNER <input file> <device or file name> -- output to Dipner Dots. Use
  61.      /R for printable dots on a Diablo 650, use /E for printable dots on
  62.      an Epson style printer, use /I for printable dots on an
  63.      ImageWriter.
  64.  
  65. OHTSUKI <input file> <device or file name> -- output to an Ohtsuki. Use
  66.      /N for normal spacing (25 lines per page).
  67.  
  68.            Section 11: Interfacing Braille Equipment to your
  69.                             MS-DOS computer
  70.  
  71.      With your purchase of Hot Dots, you are probably anxious to start
  72. producing braille. It can be frustrating to try to set up the Hot Dots
  73. software and to learn how to use your embosser all at once. We have
  74. included these instructions to make it easier to get your embosser
  75. working.
  76.  
  77.      Because the pace of technological change is rapid, these
  78. instructions may become outdated. Please read the instructions provided
  79. by your brailler vendor for further information. We also provide
  80. additional interfacing notes and updates in the Raised Dot Computing
  81. Newsletter. If you notice anything which is wrong (or misleading) in
  82. this section, please call or write to Raised Dot Computing.
  83.  
  84.                         Two Kinds of Interfaces
  85.  
  86.      Some embossers have only serial ports, some have only parallel
  87. ports, and some have both. If your embosser has both, you need to decide
  88. which interface to use (based on how many ports of each kind your
  89. computer has and what other equipment is connected to the computer).
  90.  
  91.      In general, parallel connections are easy. To make a parallel
  92. connection, use a standard parallel cable (available at all computer
  93. stores) to connect the 25-pin female jack on the computer to the wide
  94. parallel jack on the embosser.
  95.  
  96.      Most computers have only one parallel port, known as LPT1. If there
  97. is a second parallel port, it is called LPT2.
  98.  
  99.      If you use a serial connection, there are more complications. Some
  100. serial jacks on computers use 25 pins (male), and some use 9 pins
  101. (male). For all the embossers discussed in this section, the jack on the
  102. embosser uses 25 pins. Some embossers have male jacks, and some have
  103. female jacks.
  104.  
  105.      When you use a serial connection, the settings of several serial
  106. parameters must be the same on the computer's serial port and on the
  107. embosser, to avoid getting garbage data. We recommend setting both the
  108. computer's serial port and the embosser for 9600 baud, no parity, 8 data
  109. bits, and 1 stop bit. When you use a Hot Dots batch file, DOTS1234 or
  110. DOTS234, to direct braille through a serial port, it automatically
  111. establishes these recommended settings on that port. If you use a
  112. different method for outputting, you must use the MODE command to set
  113. parameters on the serial port. MODE COM1:96,N,8,1,P sets COM1 (serial
  114. port number one) to the recommended settings. Similarly, MODE
  115. COM2:96,N,8,1,P sets COM2 (serial port number two) to the recommended
  116. settings. The instructions for each brailler in this section include
  117. setting the brailler for these same recommended settings.
  118.  
  119.      When you use the Hot Dots Printer Menu for outputting text, Hot
  120. Dots is set up to output through LPT1. To print through a different
  121. port, you must first tell the system to redirect LPT1's output through a
  122. different port. You do this with a different use of the MODE command. To
  123. set up for printing through COM1 from the Hot Dots menu, use MODE
  124. LPT1:=COM1 <enter> in addition to the command MODE COM1:96,N,81,P
  125. <enter>. To set up for printing through COM2 from the Hot Dots menu, use
  126. COM2 instead of COM1 in these commands. To set up for printing through
  127. LPT2 from the Hot Dots menu, use only MODE LPT1:=LPT2.
  128.  
  129.                                  Cables
  130.  
  131.      RDC does not sell parallel cables. Unless otherwise noted, parallel
  132. connections use a standard parallel cable, available at any computer
  133. store. We do sell a number of serial cables. If you choose, you can
  134. purchase these cables elsewhere by using the descriptions below. All RDC
  135. serial cables for the PC come with a female 25-pin connection for the PC
  136. end and with a free, additional 9-pin to 25-pin adapter. By using the
  137. cable with or without the extra adapter, you can connect your cable to
  138. either a 9-pin or a 25-pin PC serial port.
  139.  
  140.      Our 6F cable is a straight through male-to-female cable.
  141.  
  142.      Our 8M cable is a male-to-female cable which swaps the following
  143. pairs of wires: 2 and 3, 4 and 8, 5 and 20, and 6 and 9. Wires 1 and 7
  144. are straight through.
  145.  
  146.      Our 8F cable is the same as the 8M except that it is
  147. female-to-female.
  148.  
  149.                                Bookmaker
  150.  
  151.      The Bookmaker interfaces to the computer just like the Romeo. See
  152. the instructions on the Romeo.
  153.  
  154.                              Braille Blazer
  155.  
  156.      The Braille Blazer cannot produce braille that is 40 cells across.
  157. You need to tell Hot Dots to format braille for a narrow width. At the
  158. command line (or in your AUTOEXEC.BAT file), type the command SET
  159. HDWIDTH=32 (or any number up to the Blazer's limit of 34).
  160.  
  161.      The Braille Blazer has both a parallel and a serial connection. To
  162. set up the Braille Blazer for parallel connection to the PC, do a total
  163. reset. To do this, hold down all three buttons on the righthand side as
  164. you power on. When you release the buttons, the Braille Blazer voice
  165. asks you if it is okay to reset. To go ahead with the total reset, press
  166. the three buttons again. After you have done this, the Braille Blazer is
  167. all set up for the PC parallel port.
  168.  
  169.      If you get a blank page after each page of braille, Hot Dots and
  170. the Braille Blazer are both deciding that it's time to flip the page. If
  171. this happens, tell the Braille Blazer it has zero lines/page (in the
  172. printer menu as shown below in the configuration dialogue for serial
  173. connection).
  174.  
  175.      The Braille Blazer uses voice for the dialogue in its configuration
  176. menu system. The three buttons on the right side are, from top to
  177. bottom: on/off line, line feed, and form feed. Press all three buttons
  178. at the same time to get into the configuration menu. If you want to
  179. change a value, press the form feed button; the form feed button means
  180. "change." If you are satisfied with a value and want to advance to the
  181. next question, press the line feed button; the line feed button means
  182. "advance." If you want to back up to the previous question, press the
  183. on/off line button; the on/off line button means "back up." To exit a
  184. menu or a sub-menu, press all three buttons together.
  185.  
  186.      When you enter the configuration menu system, the choices available
  187. are speech menu, printer menu, serial menu, service menu, and quit (to
  188. take the Blazer back to being an embosser).
  189.  
  190.      Here is the dialogue to set the brailler to serial:
  191.  
  192. Press all three keys Configuration
  193. Speech config Change
  194. port: serial Change
  195. port: off All 3 keys
  196. Printer config Change
  197. port: Parallel active Change
  198. port: Serial active Advance
  199. Left margin: 0 Advance
  200. Right margin: 34 Advance
  201. Top margin: 0 Advance
  202. Bottom margin: 0 Advance
  203. Lines/page: 25 Change
  204. Lines/page: 26 Change
  205. Lines/page: 27 Change
  206. Lines/page: 28 Change
  207. Lines/page: 29 Change
  208. Lines/page: 30 Change
  209. Lines/page: 0 Advance
  210. Page length: 11 All three keys
  211. Serial config Change
  212. 9600 baud Advance
  213. bits per char: 8 Change
  214. bits per char: 7 Advance
  215. Stop bits: 1 Advance
  216. Parity: none Advance
  217. Handshake: software Change
  218. Handshake: hardware All 3 keys
  219. Service Menu Advance
  220. Exit
  221.  
  222.      For a serial connection to the PC, use an 8M cable.
  223.  
  224.                                 Braillo
  225.  
  226.      All Braillo embossers have a serial interface. Effective February
  227. 15, 1991, Braillo embossers will be available with both serial and
  228. parallel interfaces. The instructions here are for the serial-only
  229. model.
  230.  
  231.      The Braillo has two sets of 8 DIP switches. Set the upper bank for
  232. "alpha numeric mode", 6 dots, 5mm, 22 holes/page, "S max-2", and 40
  233. char/line. This is 00100001. Set the lower bank for 1 stop bit, 8 data
  234. bits, no parity, and 9600 baud. This is 00000110. When you purchase your
  235. Braillo, a cable is included at no charge. Be sure to specify to the
  236. vendor that you are using a PC serial port. A Raised Dot Computing 8M
  237. cable will work also.
  238.  
  239.                             Cranmer Brailler
  240.  
  241.      The Cranmer Brailler has only a serial connection. Use an RDC 8M
  242. cable to connect the Cranmer to one of your serial ports.
  243.  
  244.      The Cranmer Brailler has eight internal DIP switches. You need to
  245. unscrew the bottom plate and remove the bottom circuit card to get to
  246. the DIP switches. Raised Dot Computing recommends the switch settings:
  247. OFF ON OFF ON OFF OFF ON OFF.
  248.  
  249.      We have noticed a bug in the Cranmer's software which was never
  250. fixed. The Cranmer will occasionally introduce a spurious carriage
  251. return in the line after a form feed. We have therefore equipped Hot
  252. Dots with a special driver program called CRANMER, which makes sure that
  253. the brailler does not receive any form feeds. Include the following line
  254. in your AUTOEXEC.BAT file: SET HDDRIVER=CRANMER (to tell the Hot Dots
  255. batch files to output for a Cranmer Brailler).
  256.  
  257.      After you turn on the Cranmer, enter chord-H H chord-S Y chord-R.
  258. Then your Cranmer is ready to braille. When you get to the end of a
  259. page, the brailler beeps. After inserting a new page, press chord-(dots
  260. 4-5) to indicate that you are ready for another page of output. To force
  261. a page eject, press chord-(dots 4-5-6).
  262.  
  263.                               Dipner Dots
  264.  
  265.      Braille can be embossed or printed as flat, inkprint dots with some
  266. inkprint printers using a technique known as Dipner Dots. To create
  267. Dipner Dots, Hot Dots turns each braille character into a pattern of
  268. period characters representing its braille dots. Each braille character
  269. is sent to the printer as nine characters, each either a space or a
  270. period. Six characters are for the six dot positions, and the additional
  271. three characters are spaces to separate each cell from the next one.
  272. When your printer is doing Dipner Dots, it therefore prints nine times
  273. fewer characters per second than it does normally.
  274.  
  275. Dipner Dots, Embossed
  276.  
  277.      To produce embossed Dipner Dots, you must have a daisy wheel
  278. printer. Dot matrix printers do not work. For a discussion of producing
  279. "inkprint Dipner Dots," (not raised) with several kinds of printers, see
  280. the next heading "Dipner Dots, Inkprint."
  281.  
  282.      To make embossed Dipner Dots, the daisy wheel printer must have
  283. several characteristics. First, the printer must be able to hit fairly
  284. hard with its hammer. Second, the printer must obey the same spacing
  285. commands as the Diablo 650 printer. Virtually all letter quality
  286. printers can respond to the Diablo 650 command set, so this should not
  287. be a problem.
  288.  
  289.      The Dipner Dot method uses a single character, the period, to
  290. emboss dots into lightweight paper backed by a soft roller. Although you
  291. do not produce Library of Congress quality dots, the dots are quite
  292. readable. This is not recommended for schools or transcriber groups. But
  293. it may be just the ticket for a blind individual in an office setting.
  294.  
  295.      The most important modification needed for the printer is to modify
  296. the roller. There are two approaches. One approach is to wrap some soft
  297. material around the existing roller. You can use something like "flannel
  298. rubber sheeting" available from medical supply houses. You need a layer
  299. several millimeters thick. Wrapping your roller changes its diameter.
  300. Because the printer turns its roller a fixed number of times per page,
  301. this changes the printer's page length. To avoid a dramatic change in
  302. page length, do not make the wrapping too thick. The more you alter the
  303. page length, the more quickly the top of form creeps down as printing
  304. continues, until the bottom of the page reaches the perforation. Another
  305. drawback of wrapping your existing roller is the inconvenience of
  306. switching from braille to print or from print to braille.
  307.  
  308.      The other approach is to purchase a spare roller and have it
  309. wrapped with soft material. Then, switching modes literally just means
  310. switching rollers.
  311.  
  312.      First, buy a spare roller for your printer. This may cost about
  313. $100. Next, get the spare roller recovered. We recommend that you find a
  314. computer or office supply dealer who can recover your roller with a "low
  315. resilience" material. Ask for "30-Durometer rubber." (Durometers are the
  316. unit of measurement of resilience.)
  317.  
  318.      If possible, remove the printer ribbon to save it for printing
  319. inkprint text. Consider getting a separate print wheel reserved for
  320. Dipner Dots embossing only. Otherwise, you might end up wearing down the
  321. period character on your print wheel by making braille. If you get a
  322. metal printwheel, it will last much longer.
  323.  
  324.      To emboss Dipner Dots with Hot Dots, include the following line in
  325. your AUTOEXEC.BAT file: SET HDDRIVER=DIPNER (to tell the Hot Dots batch
  326. files to output for Dipner Dots).
  327.  
  328. Dipner Dots, Inkprint
  329.  
  330.      Using the same method, Hot Dots can also produce inkprint (flat)
  331. braille dots. This method works with some letter quality and with some
  332. dot matrix printers. A letter quality printer needs to obey the spacing
  333. commands for the Diablo 650. A dot matrix printer needs to obey the
  334. spacing commands for Epson-style printers or for the Apple ImageWriter.
  335.  
  336.      As with embossing Dipner Dots, include in your AUTOEXEC.BAT file
  337. the line HDDRIVER=DIPNER with a space and an extra modifier after the
  338. word DIPNER (to tell the Hot Dots batch files to output for inkprint
  339. Dipner Dots). If you are using a letter quality printer, add /R (slash
  340. R) after the word DIPNER. If you are using an Epson or IBM style dot
  341. matrix printer, add /E (slash E). If you are using an ImageWriter dot
  342. matrix printer, add /I (slash I). For example, to get inkprint dots on
  343. an Epson-style printer, include the following line in your AUTOEXEC.BAT
  344. file: SET HDDRIVER=DIPNER /E
  345.  
  346.                                  Index
  347.  
  348.      The Index has both a serial and a parallel port. For use with a PC,
  349. we recommend using the parallel connection. Just set the S/P switch to P
  350. (parallel).
  351.  
  352.      If you use the serial connection, use an 8M cable, and set the
  353. Index for 9600 baud, 8 data bits, 1 stop bit, and hardware handshaking.
  354. To do this, set the DIP switches to: off on on on off off off on.
  355.  
  356.      On most devices, turning the power off and on again sets the
  357. parameters back to the DIP switch settings. Not so on the Index. To
  358. force the Index to read the DIP switches, you must press the square
  359. "reset" button. Other parameters for the Index are established by
  360. sending escape sequences from your computer. To reset those parameters
  361. back to their default values, you must instead do a "system reset." To
  362. do a system reset, first turn the Index off. Then hold the form feed and
  363. paper rocker switches away from you while you turn the power on. Only
  364. this full system reset clears away parameter changes established by
  365. escape sequences.
  366.  
  367.                                 LED-120
  368.  
  369.      The LED-120 is a now-historic embosser produced by Triformations,
  370. now Enabling Technologies. It has only a serial connection. Use an 8M
  371. cable, and set the brailler to 1200 baud. You must also set the
  372. computer's serial port to 1200 baud. When you configure the computer's
  373. serial port with a MODE command, use 12 instead of 96. You must also
  374. modify the MODE commands inside of the batch files DOTS1234 and DOTS234,
  375. to change 96 to 12.
  376.  
  377.      To use the LED driver, include the following line in your
  378. AUTOEXEC.BAT file: SET HDDRIVER=LED120 (to tell the Hot Dots batch files
  379. to output for an LED-120).
  380.  
  381.      Some LED-120's have special software requirements. Some need a
  382. several second delay between pages, and some need to receive a control-K
  383. instead of control-L to advance to the next page.
  384.  
  385.      If your unit requires a control-K instead of a control-L for a form
  386. feed, use: SET HDDRIVER=LED120 /k
  387.  
  388.                                 Marathon
  389.  
  390.      The Marathon interfaces to the computer just like the Romeo. See
  391. the instructions on the Romeo.
  392.  
  393.                                 MBOSS-1
  394.  
  395.      The MBOSS-1 is no longer produced. Each MBOSS-1 was sold with
  396. either a serial or a parallel interface. If you have the parallel model,
  397. we believe that the connection is straightforward (but we do not have
  398. the settings for the DIP switches).
  399.  
  400.      If you have a serial connection, use an RDC 8M cable. Set switch
  401. bank 40 to: open open closed closed open closed open open. Set switch
  402. bank 41 to: open open open closed closed open open open open open.
  403.  
  404.                                 MBOSS-35
  405.  
  406.      The MBOSS-35 is no longer produced. Despite its name, the MBOSS-35
  407. is not related to the MBOSS-1. It was actually a prototype for the Index
  408. brailler.
  409.  
  410.      The MBOSS-35 is a serial embosser. Use an RDC 6F cable (straight
  411. through male-to-female) to connect the brailler to your PC. There are no
  412. DIP switches. All parameter changes are done from an external braille
  413. keyboard or from escape codes sent by a computer. The MBOSS-35 is rigged
  414. so that its default parameters are: 9600 baud, 8 data bits, 1 stop bit,
  415. and no parity (the preferred settings for Hot Dots).
  416.  
  417.                                 Ohtsuki
  418.  
  419.      The Ohtsuki has both a serial and a parallel connection. The serial
  420. connection does not really work, and it is not recommended except for
  421. those who enjoy frustration.
  422.  
  423.      The parallel connection works very well. You need a special
  424. parallel cable. On a standard parallel cable, wire 17 from the PC
  425. connects to wire 36 on the printer, and wire 11 on the PC connects to
  426. wire 11 on the printer. On the modified cable, disconnect both of these
  427. connections, and then connect wire 11 on the PC to wire 36 on the
  428. printer (wires 17 on the PC and 11 on the printer should not be
  429. connected to anything).
  430.  
  431.      For a parallel connection, set the switches in bank one to: off off
  432. off on off off. The switches in banks two and three affect only the
  433. serial port.
  434.  
  435.      The Ohtsuki brailler has a wide variety of printing and embossing
  436. modes. The usual application is to produce print and braille from a
  437. grade two file (that is what the above switch settings do). Be aware
  438. that the inkprint is generated by a translator from braille to print
  439. inside the Ohtsuki. The braille file sent to the Ohtsuki must contain
  440. uppercase ASCII characters for the Ohtsuki's braille-to-print translator
  441. to work. That is why there is a special Ohtsuki driver. To activate the
  442. Ohtsuki driver, include the following line in your AUTOEXEC.BAT file:
  443. SET HDDRIVER=OHTSUKI (to tell the Hot Dots batch files to output for an
  444. Ohtsuki brailler).
  445.  
  446.      When the Ohtsuki is set for print and braille, it spaces out the
  447. lines so that only 19 lines can fit on a page. To fit the standard 25
  448. lines on a page, add /N (space, slash N) after the word OHTSUKI.
  449.  
  450.                            Personal Brailler
  451.  
  452.      The Personal Brailler is no longer produced. It has only a serial
  453. connection. Use an RDC 8F cable.
  454.  
  455.      You must use care in setting the switches on the Personal Brailler,
  456. since Enabling Technology reversed the conventional meaning of on and
  457. off for a rocker switch. A rocker switch has two ends. One end is flush
  458. with the surface, and the other is raised from the surface. On the
  459. Personal Brailler, when the end of the switch labeled "on" is raised,
  460. the switch is on.
  461.  
  462.      The Personal Brailler has four banks of switches, with eight
  463. switches per bank. The fourth bank is set by the factory to control
  464. timing of the embosser. Never change bank four unless you have been
  465. instructed to do so by the vendor. Set bank one to: off on on on on on
  466. on off. Set bank two to: on off on off off off off off. Set bank three
  467. to: off off off off on off off off. Do not change bank four.
  468.  
  469.      To find out if you have the switches set correctly, hold down the
  470. on line button as you power up. You will get a status report. This
  471. report should mention that it is set for 9600 baud.
  472.  
  473.                                  RESUS
  474.  
  475.      The first units were very sensitive to differences in
  476. communications parameters. The RESUS has both a serial and a parallel
  477. interface which are controlled by DIP switches. We recommend that you
  478. use the parallel port to eliminate potential problems.
  479.  
  480.      New units, those with serial numbers higher than 200, do not have
  481. the sensitivity of earlier units.
  482.  
  483.      Check the RESUS manual for details on how to set the DIP switches
  484. to meet your needs.
  485.  
  486.                                  Romeo
  487.  
  488.      The Romeo has both a serial and a parallel connection. The Romeo's
  489. menu number 1 is set for the IBM. Item 2 in the menu determines whether
  490. the Romeo is set for parallel or serial (1=parallel, 0=serial). The
  491. default is parallel. Menu 1 unmodified from the factory is good for
  492. parallel connection to the IBM. To make menu 1 the default, enter the
  493. following: <off line> 0.1E 1.0E 1.1E
  494.  
  495.      The serial connection requires an RDC 8F cable. Here is how you
  496. load menu 1; set menu 1 to serial; change the values to 9600 baud, 8
  497. data bits, and no parity; and then make menu 1 the default. Enter the
  498. following on the keypad: <off line> 0.1E 2.0E 3.9600E 4.8E 6.0E 1.0E
  499. 1.1E
  500.  
  501.      Some early Romeo units sometimes lock up entirely. To totally reset
  502. the Romeo (losing all your stored menus), enter the following: <off
  503. line> 0.0E 95E 98E 99E
  504.  
  505.                                 TED-600
  506.  
  507.      We are not sure of the interfacing details with the TED-600.
  508. Contact Enabling Technologies for the details. However, we do know that
  509. you need to include SET HDDRIVER=LED120 in your AUTOEXEC.BAT file to get
  510. correct output from the Hot Dots batch files. This driver pads each line
  511. with spaces, which the TED-600 requires.
  512.  
  513.                                  Thiel
  514.  
  515.      The Thiel has only a serial connection. Use an RDC 8F cable.
  516.  
  517.      To set the parameters on the Thiel, you have to go through a
  518. configuration dialogue in braille. All the critical parameters on the
  519. Thiel are set from a simple YES/NO keyboard. Set the on-line/local
  520. switch to local. To begin the dialogue, hold down the YES button a few
  521. seconds and then release. Here is the dialogue:
  522.  
  523. Start of the set-up program:
  524.  
  525. Dialog in detscher sprache?
  526. Outprint in German language? No
  527. Display parameters? No
  528. Select Fixed Parameters? No
  529. Change Character Set? Yes
  530. Character Set German? No
  531. Character system U<;S-ASCII? Yes
  532. Change format of printing? Yes
  533. 6-dot presentation? Yes
  534. Continuous Print? No
  535. Page length 13 inches? No
  536. Page length 12 inches? No
  537. Page length 11 inches? Yes
  538. Change line spacing? No
  539. 26 lines per page is possible. Change number? No
  540. Number of characters per line: 42 Change number? No
  541. Word Wrap? No
  542. Indent following line overflow? No
  543. Paperfeed at end of page? Yes
  544. Change computer connection? Yes
  545. Allow escape sequences? No
  546. Change baudrate? Yes
  547. 9600 baud? Yes
  548. Change data format? Yes
  549. Parity on? No
  550. Number of stopbits 1? Yes
  551. Change Synchronization? Yes
  552. Synchronization Xon/Xoff No
  553. Synchronization DTR? Yes
  554. Synchronization DTR-positive? Yes
  555. Half-Duplex? Yes
  556. Change mode of read key? No
  557. Selftest? No
  558.  
  559.      The Thiel displays all the selected parameters and asks Save
  560. Parameters? Answer Yes.
  561.  
  562.      These parameters are remembered even when you turn off the power.
  563. To get ready to print, make sure the top of form is appropriate and flip
  564. the switch to on-line.
  565.  
  566.                        VersaBraille (tape based)
  567.  
  568.      A VersaBraille is a linear braille device. When you send a file to
  569. the VersaBraille, you want to exclude formatting commands and hardcopy
  570. formatting that would make reading more difficult. To do this, set the
  571. environmental variable LINEAR to 1 with the command SET LINEAR=1
  572. <enter>. Place this in your AUTOEXEC.BAT file if you want it most of the
  573. time. Setting the variable LINEAR equal to 1 tells Hot Dots that you
  574. have a linear braille device. That suppresses extra dollar sign commands
  575. when you import a file into Hot Dots. It also eliminates the step of
  576. formatting the file for hardcopy output when you use the Hot Dots batch
  577. files. If you want to begin processing for hardcopy output again, enter
  578. SET LINEAR= <enter> (nothing after the equals sign).
  579.  
  580.      To interface with the older tape-based VersaBraille, you need the
  581. special I/O cable that comes with the VersaBraille. Examine it. One side
  582. is hammer shaped, and it goes into the VersaBraille. The other side is
  583. either a female or a male 25-pin connection. If it is female, you need
  584. an 8M cable. If it is male, you need an 8F cable.
  585.  
  586.      Load the terminal overlay and set the parameters as follows: b
  587. 9600; d 8; p n; s 1; t c; ll 80; pl 0; ci sp (or y if you want to
  588. capture carriage returns); cr 0; et eot; dx f; hs dtr; ai n; co cr; ak
  589. n; dci n; cts y; cd n
  590.  
  591.      Save these parameters with a chord-o. Open a new chapter and get
  592. into remote mode with a chord-r r. Make sure that the cursor is up. Then
  593. you are ready to send material to the VersaBraille with the DOTS1234 or
  594. DOTS234 batch file.
  595.  
  596.      To upload from the VersaBraille to the PC, you need to lower the
  597. baudrate. We recommend 1200 baud. (You might experiment to see if a
  598. higher baud rate works on your system.) Load the hardcopy overlay and
  599. set the parameters as follows: b 1200; d 8; p n; s 1; t c; ll 72; pl 0;
  600. ci u; cr 0; et eot; dx f; hs dc3; ai n; co crlf; ak y; dci y; cts y; cd
  601. n
  602.  
  603.      Save the overlay with a chord-o. Also create a chapter called
  604. UPLOAD on the VersaBraille which has only one character: control-Z. Also
  605. set the IBM's serial port to 1200 baud: change the MODE commands in the
  606. DOTS1234 and DOTS234 batch files.
  607.  
  608.      On the PC, issue a command like: COPY COM1 <filename> <Enter>. Find
  609. the chapter on the table of contents. Do not load it. Instead, issue a
  610. chord-x p to send it to the PC. Finally, send the UPLOAD chapter
  611. (consisting of just a control-Z) to the PC to tell the PC that the file
  612. transmission is over.
  613.  
  614.                       VersaBraille II (disk based)
  615.  
  616.      The VersaBraille II is a linear braille device. When you send a
  617. file to the VersaBraille, you want to exclude formatting commands and
  618. hardcopy formatting that would make reading more difficult. To do this,
  619. set the environmental variable LINEAR to 1 with the command SET
  620. LINEAR=1. Place this in your AUTOEXEC.BAT file if you want it most of
  621. the time. Setting the variable LINEAR equal to 1 tells Hot Dots that you
  622. have a linear braille device. That suppresses extra dollar sign commands
  623. when you import a file into Hot Dots. It also eliminates the step of
  624. formatting the file for hardcopy output when you use the Hot Dots batch
  625. files. If you want to begin processing for hardcopy output again, enter
  626. SET LINEAR= <enter> (nothing after the equals sign).
  627.  
  628.      Use a 6F cable (straight through male-to-female) between the PC and
  629. the DCE (corner) port on the VersaBraille II. Set the communications
  630. parameters as follows:
  631.  
  632. 9600 baud
  633. 8 data bits
  634. 1 stop bit
  635. half duplex
  636. no parity
  637. DC IN no
  638. DC OUT no
  639. DTR handshake
  640. DSR yes
  641. CTS yes
  642. RTS handshake
  643.  
  644.      To send a file to the VersaBraille, select the files menu, then
  645. select print, and then select input. After you specify the file name,
  646. you have to specify the device. Answer No to the prompt "Do you want to
  647. send a command?".
  648.  
  649.      To send a file from the VersaBraille, select the files menu, then
  650. print, and then serial. Specify the file name and the device. You are
  651. then asked if you want the file formatted or not (your choice) and if
  652. you want to pause.
  653.  
  654.      On the PC use the COPY command to copy the serial port to a file
  655. name. You need a control-Z at the end of the file to terminate the
  656. transmission. You may find it useful to keep a file on the VersaBraille
  657. that just consists of a control-Z. Send it last.
  658.  
  659. Another way to transfer data
  660.  
  661.      There is a product from Cornucopia Software [1625 Beverly Place,
  662. Berkeley CA 94707; (415) 528-7000] called IBM-VBII which allows an IBM
  663. computer with a 3.5 inch drive to read and write VersaBraille II disks.
  664. Your computer must have a 3.5 inch drive that can handle 720k disks.
  665. Some older IBM XT's or quasi-compatibles may not work. IBM-VBII costs
  666. $250. Contact the vendor for details.
  667.  
  668.                                VersaPoint
  669.  
  670.      The VersaPoint has both a serial and a parallel connection. We
  671. recommend using the parallel connection.
  672.  
  673.      There are no DIP switches for setting the parameters on the
  674. VersaPoint. Instead, you go through a dialogue in braille, as with the
  675. Thiel. The VersaPoint remembers 5 different collections of parameters
  676. (numbered 0 through 4), and it is easy to switch between them. It is
  677. much easier to switch between "set up 0" and "set up 4" than to go
  678. through the entire dialogue. So it helps to save the settings you need
  679. at different times as separate set ups. Note: Set up 0 is fixed (always
  680. goes back to its factory-set values when you turn off the VersaPoint).
  681.  
  682.      To do a total reset on the VersaPoint, set the A/B switch to A, set
  683. the on line/off line switch to on line, turn off the unit, and hold down
  684. all four buttons while you power on. This resets all the set ups to
  685. their original factory settings. It sets the default set up to be set up
  686. 0. The "default set up" means the set up that the VersaPoint uses when
  687. you turn on the power.
  688.  
  689.      Once you do a full reset, the set ups are as follows: set up 0 is
  690. for the Apple II; set up 1 is also for the Apple II; set up 2 is for PC
  691. parallel; set up 3 is for PC parallel sideways; set up 4 is for PC
  692. serial.
  693.  
  694.      To switch between these set ups, Hold down the LF button during
  695. power up. In the dialogue, the FF button means yes, the LF button means
  696. NO, and the TF button means exit. A typical dialogue is as follows:
  697.  
  698. TSI VERSAPOINT SET UP MENU
  699. PUSH LF-NEXT FF-ENTER, TF-EXIT
  700. BRAILLE OUTPUT: YES Yes
  701. RECALL SET UP: 2 No
  702. RECALL SET UP: 3 No
  703. RECALL SET UP: 4 Yes
  704. LANGUAGE: U.S.A. Exit
  705. STORE SET UP: 4 Exit
  706.  
  707.      There is one major quirk about how the VersaPoint configuration
  708. process works. A set up becomes the default only through the act of
  709. being loaded, not by being saved. For example, suppose you load set up
  710. 4, make some changes, and then save the results in set up 3. You might
  711. expect that set up 3 (the revised parameters) would be the default.
  712. Wrong. The last set up that was loaded (set up 4) is the default.
  713. However, once you load configuration three (which contains the changes
  714. you saved), it becomes the default set up.
  715.  
  716.      When you save a set up, the configuration program offers you a
  717. chance to load that set up again. Do it. That will make that set up the
  718. default set up.
  719.  
  720.