home *** CD-ROM | disk | FTP | other *** search
/ 64'er / 64ER_CD.iso / utilpc / x1541 / x1541.doc next >
Encoding:
Text File  |  1994-11-06  |  3.4 KB  |  92 lines

  1. X1541.EXE
  2.  by  GHIELMET@eldi.epfl.ch (Leopoldo Ghielmetti)
  3.  
  4. The X1541 program requires an adapter cable to connect your PC parallel 
  5. printer port (LPT1/LPT2/LPT3) and a commodore disk drive (1541/1581).
  6. *(The Female port pinouts are shown below. The normal cable is Male-Male.)
  7.  
  8.                                   CBM IEEE serial port *Female*:
  9.      IBM Lpt port *Female*:                ___ ___
  10.         ,-----,                          .-   -   -.
  11. Strobe--+-1*  '---,                    .-           -.  _____
  12.         |      *14+--AutoFeed    Data--+--*5     1*--+--SrqIn  _____
  13. (Data 0)| 2*-,    |                   (       6*------)---------Reset
  14.         |    |_*15|(Error)      Clock--+--*4     2*--+---Ground
  15.         | 3*      |  ____              ._    3*     _.
  16.         |      *16+--Init                .____|____.
  17.         | 4*      |                       Atn-|
  18.         |      *17+--SelectIn  -------------------------------------------
  19.         | 5*      |            | C64signal |  IBMsignal       Lptport +2 |
  20.         | 6*   *18+-+-Ground   |  2 Ground | 18..25 Ground               |
  21.         |         | |          |  3 Atn    |      1 Strobe      bit0     |
  22.         | 7*   *19+-|          |  4 Clock  |     14 AutoFeed    bit1     |
  23.         vvvvvvvvvvv |          |  5 Data   |     17 SelectIn    bit3     |
  24.         |      *25+-+          |  6 Reset  |     16 Init        bit2     |
  25.         |13*  ,---'            -------------------------------------------
  26.         '-----'
  27.  
  28.  
  29.  
  30.  
  31. X1541.EXE  IBM <--> C64 file reader
  32.  
  33. type "x1541"   for the interface scheme (see above)
  34. type "x1541 ?" for the options list
  35.      options are : "/b" force monochrome mode
  36.                    "/c" force color mode
  37.                    "/LPTn" force I/O from LPT port n (n in range 1..3)
  38.  
  39. <ALT>     Activate Menu or to dismiss menu and go to file list
  40.           Also used to dismiss status boxes (after COPY)
  41. <ENTER>   Highlight memu or Select menu item
  42. <DOWN>    Highlight menu
  43.  
  44. <ESC> or  Go back; Highlight previous menu 
  45. <LEFT>or
  46. <UP>      ( Sub-menu stays screen, but is no longer highlighted)
  47.  
  48. <TAB>     Move between 1541 and IBM filelists
  49.           Also used move to "OK" in COLOR menu
  50.  
  51. Cursor keys    Move through menus
  52. <PAGE UP> &    and Move through filelists
  53. <PAGE DN>   
  54.  
  55.  
  56. <SPACE>   Select files in filelist for copying
  57.  
  58. 1541-COMMAND Note:     command letter (e.g. N0:Test Format,tt) 
  59.                    Must be capital letter --^
  60.  
  61.  
  62. **** Brief command sequence for file copy ********
  63.  
  64. 1. OPEN 1541   <ENTER> to select and highlight Drive# sub-menu
  65.                <ENTER> to select drive number (8-11)
  66. 2. OPEN IBM
  67. 3. <TAB> to source filelist
  68. 4. <SPACE> selects file(s)
  69. 5. <ALT> for menu
  70. 6. COPY
  71. 7. <ALT> to dismiss status box after copy is complete
  72.  
  73. DE NADA 
  74.  
  75. Well I forgot to mention it, to make a file with another extension (seq, 
  76. usr, rel (not yet supported)) you should give the correct extension to the
  77. IBM file Eg. *.seq will be transferred as sequential file (seq)
  78.  
  79. In normal condition 1581 and 1571 have the same mechanism as 1541 but for
  80. lack of documentation I did not implement the fast serial mode feature.
  81.  
  82. ciao, Leopoldo
  83.  
  84.  
  85.            /**************************************\
  86.            * Ghielmetti Leopoldo                  *
  87.            \**************************************/*****\
  88.                    *   e-mail : ghielmet@eldi.epfl.ch   *
  89.                    \************************************/
  90.  
  91. Posting and docs by bjh@linc.att.com
  92.