home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 124.img / DYNAPER2.ZIP / IOLINE.PLT < prev    next >
Text File  |  1987-02-04  |  501b  |  21 lines

  1. IOLINE LP3700
  2. COM1 9600 8 1 NONE
  3.  
  4.     1 H N 1000 4 0 0 $
  5.     ;:EC1,A $    initialize command
  6.     V4,$        low speed                  
  7.     V14,$        high speed                 
  8.     H$        plot end command
  9.     ,$        new pen command,line type command separater
  10.     P$        new pen command
  11.     L$        line type command
  12.     U $        move line start point command
  13.     ,D $        draw line command
  14.     ,$        line end command
  15.     0$        solid line
  16.     2$        dash line (short)
  17.     5$        dash line (middle)
  18.     6$        dash line (long)
  19.     7$        dash dot line
  20.     8$        dash dot dot line
  21.