home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / pocketbk / utilsm / pdd / PDD.TXT < prev   
Text File  |  1995-07-25  |  9KB  |  184 lines

  1.                              PDD.OPA
  2.                              ~~~~~~~
  3.      A Psion Series 3a program to access the Tandy Portable Disk Drive 2
  4.      -------------------------------------------------------------------
  5. PDD.OPA is a program for the Psion Series 3a that allows it to make use of
  6. the Tandy Portable Disk Drive 2 (PDD2).  The PDD2 was a small battery powered
  7. disk drive that Tandy once sold for use with their model 100, model 102 and
  8. model 200 laptop computers.  It could store only 200k and 80 files.  The 80
  9. files were divided between two directories that you have to access separately.
  10.  
  11. It's not made anymore but you can still find them for
  12. sale if you check around.  Prices are usually around $150.
  13. Here's some places to look:
  14.  
  15.  CompuServe:
  16.  ~~~~~~~~~~
  17.  model 100 (M100SIG)
  18.  Atari Portfolio section of the Palmtop forum
  19. ------------------------------------------------------------------------------
  20. Also you could try contacting:
  21.  
  22. Club 100: A Model 100 User Group
  23. P.O. Box 23438
  24. Pleasant Hill, Ca. 94523
  25. 510-932-8856  voice
  26. 510-939-1246  bbs
  27. 510-937-5039  fax
  28.  
  29.    I was just on the Club 100 bbs tonight and there was 3 or 4 PDD2's for sale.
  30. ------------------------------------------------------------------------------
  31. In this zip file should be the following files:
  32.   pdd.opa
  33.   pdd.hlp
  34.   pdd.txt
  35. ------------------------------------------------------------------------------
  36. CHANGES WITH VERSION 1.2
  37. ~~~~~~~~~~~~~~~~~~~~~~~~
  38.  1. PDD is now an OPA.  Install as you would any other app.  It doesn't matter
  39.     what directory you put it in as long as you keep PDD.OPA and PDD.HLP
  40.     together.
  41.  2. Fixed a couple of stupid bugs in some dialogs where hitting the escape
  42.     key instead of "N" was sometimes seen as a "Y".
  43.  3. Will no longer hang up if you put a unformatted disk in the disk drive.
  44. ------------------------------------------------------------------------------
  45. CHANGES WITH VERSION 1.1
  46. ~~~~~~~~~~~~~~~~~~~~~~~~
  47.  1. Now if you try to save or load a file that already exists you're given a
  48.     chance to replace it.  You no longer have to manual delete the file.
  49.  2. You no longer have to change to the directory a file is in before saving
  50.     it.  You can hit 's', manuver around the directories and select the file
  51.     you want to save.  The program will change to that directory and save the
  52.     file.  Any files you load will now go to that directory, so be careful.
  53.  3. If you save or load a file over 5000 bytes the program will beep to let
  54.     you know it's done.
  55.  4. With this version one beep is just to get your attention, two beeps always
  56.     means an error has occurred.
  57.  5. Replaced some OPL code with Machine Language to improve speed when saving
  58.     files.  Saves are now about 36% faster.  Loads are the same since the time
  59.     it takes to load a file depends on the PDD and not on the Psion.
  60.  6. Program will no longer hang up if the PDD is off or not connected.  You'll
  61.     get a "Drive not responding!" error.
  62.  7. Added pull down menus
  63.  8. Added help.
  64. ------------------------------------------------------------------------------
  65.  
  66.    Now on to some notes about the program.
  67.  
  68.    There is no build in help or pull down menus.  Hitting the help key or the
  69. menu key will cause absolutely nothing to happen.  The reason there aren't
  70. any is that everything you can do is listed across the bottom of the screen
  71. There's only three keys that have a function that aren't listed and they are:
  72.  
  73.          'A'  which will just show you my name and email addresses
  74.    'Psion-X'  which exits the program
  75.  'space-bar'  reads the files on the disk.  'M' also works because when I added
  76.               pull down menus I couldn't figure out how to put 'Space-bar' on
  77.               it.
  78. ------------------------------------------------------------------------------
  79.    Commands:  (case does not matter)
  80.  
  81.    'S'ave     Writes a file to the PDD2.  Will open a file selector for you
  82.               to select the file to save.  You can press 'TAB' to call up a
  83.               full screen file selector and maneuver around till you find
  84.               the file you want.  The path listed at the top left of the
  85.               screen will update to match your selection.
  86.  
  87.    'L'oad     Loads the file under the cursor from the PDD2.  The file will be
  88.               place in the directory listed at the top left of the screen.
  89.               You can change this with the 'C' command.
  90.  
  91.    'D'elete   Deletes the file under the cursor from the PDD2.  You have to
  92.               answer 'Y' to a query before it will proceed.
  93.  
  94.    'R'ename   Renames the file under the cursor.  You're prompted for the new
  95.               name.
  96.  
  97.    'C'hange   Changes the directory where files loaded from the PDD2 will be
  98.     Dir       placed.  A file selector window opens to allow you to select
  99.               the directory.  You can also press 'TAB' to call up a full
  100.               screen file selector.  The current directory is shown at the top
  101.               left of the screen.
  102.  
  103.    'B'ank     Switches from Bank 0 to Bank 1 and back.  When you save a file
  104.               to the PDD2 it goes into whatever bank you're looking at.   The
  105.               banks are totally separate.  You can have the same file in both
  106.               banks with no conflict.  The current bank is shown at the top
  107.               right of the screen.
  108.  
  109.    'F'ormat   Formats a PDD2 disk.  You're given two chances to back out before
  110.               the format proceeds.  The PDD2 can only use 720k disks, 1.44k
  111.               disks confuse it and the format will fail.  Because it uses a
  112.               proprietary disk format it can only put 200k on each disk.  The
  113.               disks are not readable by anything else but there are programs
  114.               for DOS computers that will allow them to access the PDD.  Look
  115.               in the Palmtop forum section 9 or the M100SIG.
  116.  
  117. End of Commands
  118.  
  119.    When you start the program you'll see a 40 cell grid on the screen and a
  120. couple of other things.  In the top left corner will be "LOC::M:\".  This is
  121. the place any files you load in from the PDD2 will go.  You change this by
  122. typeing a 'C'.  You'll get a file selector window that will only allow you to
  123. select a directory name.  You can change drives or hit TAB to see all the
  124. directories.
  125.  
  126.    On the upper right will "Bank 0"
  127.    The PDD2 is old technology.  It stores a max of 80 files divided between two
  128. directory banks.  Each bank can hold only 40 files.  Also each PDD2 disk can
  129. hold only 200k.  That's not much I know, but it's better then nothing.  To
  130. look at the other bank hit a 'B'.  Any files you save to the PDD goes into
  131. whatever bank you're looking at.
  132.  
  133.    In the middle will be the list of files on the PDD2.  There's 40 slots
  134. because each directory can only hold 40 files.  This display make it easy to
  135. see if you have any slots left.
  136.  
  137.    Under the file list on the left will be "202000 Bytes Free".  This is the
  138. remaining space on the disk.  These numbers were obtained by a professional
  139. programmer on a closed course, your actual numbers will be different.
  140.  
  141.    On the right will be "0 Files".  This is the number of files in the current
  142. directory bank.  It's here in case you don't feel like counting the files on
  143. the screen.  I don't.
  144.  
  145.    On the bottom line of the screen is the available commands.  See above for
  146. a explanation of what each does.
  147. ---------------------------------------------
  148. Notes on the PDD2:
  149. ~~~~~~~~~~~~~~~~~
  150.    You'll need a null modem to connect the PDD2 to your 3link cable.  You can
  151. pick one up at any Radio Shack.
  152.  
  153.    There are several PDD access programs for DOS computers in the Palmtop forum
  154. section 9 and the M100SIG forum.
  155. ---------------------------------------------
  156.    That's it, hope you get some use out this program.  I also hope you don't
  157. have too much trouble finding a PDD2 drive.  Be careful, Tandy also sold a
  158. PDD1 that will not work with this program.  The PDD1 could only store 100k
  159. on each disk and only had one directory bank.  If a PDD1 is all you have and
  160. you really want this program to work then