home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 28 / amigaformatcd28.iso / -seriously_amiga- / comms / other / amicas / doc / amicas.doc next >
Text File  |  1998-04-23  |  5KB  |  137 lines

  1. History of development
  2.  
  3. whats new?
  4.     - asc2cas and cas2asc now support lower case [a..z]!
  5.       now you can type: Text 10,10,"Hello World!"
  6.     - several bugfixes in asc2cas and cas2asc (For matched Tokens look at
  7.       ctf.tok! Sorry, I have no time!)
  8.     - screendump can handle monochrome and color images from CFX-9850G
  9.     - screendump write received image as Postscript file (color or sw)
  10.  
  11.  
  12. changes in Version 0.2
  13.     - Program asc2cas convert casio-program from human readable form into CAS-format
  14.     - Program cas2asc "disassamble" casio-program from CAS-format into readable form
  15.     - casio-font (various formats) for all calculator keys
  16.     - some macros using the new casio-font for TeX
  17.     - some buttons for use with (GoldED?)
  18.     - all binaries now compiled for 68030 or better
  19.     - some useful links to casio-related sites
  20.  
  21. ************************************************************************************
  22.  
  23.  
  24. First read this section and warnings!
  25.     - connect your calculator to serial port of amiga (look at WWW for Hardware)
  26.     - copy the files amicas, asc2cas, cas2asc and screenshot to directory
  27.  
  28. *********************** WARNING ********************************
  29.     Be careful with the connector of amiga and calculator!
  30.     The Software is alpha!! (not fully testet on other amigas!)
  31.     ^C (User-break) not implemented in the programs!
  32. ****************************************************************
  33.  
  34. How write program on my maiga for casio-calculator?
  35.     - choose your favourite text-editor
  36.     - read the casio-manual about the command syntax or the added mapfile
  37.     - save the text (for example: ram:test.txt)
  38.     - type at shell:
  39.  
  40.              asc2cas ram:test.txt HD:data/cas/prog.cas
  41.  
  42.     - you get a program in HD:data/cas/prog.cas
  43.  
  44. How to transfer a program to calculator?
  45.     - select RECEIVE in the link-menu of calculator
  46.     - type at shell:
  47.  
  48.             amicas -w work:amicas/tennis.cas
  49.  
  50.     - after transmission the calculator appears an error
  51.     but the received program is complete (see warning :-( )
  52.  
  53. How to transfer a program to amiga?
  54.     - select one program to TRANSMIT in the link-menu of calculator
  55.     - type at shell:
  56.  
  57.             amicas -r work:amicas/
  58.  
  59.     - after prompting select on the calculator YES for Transmit OK?
  60.     - you will find a file with ending .cas on your disk in desired path
  61.  
  62. How edit/print a casio-prog?
  63.     - transfer the prog form casio to amiga
  64.     - type at shell:
  65.  
  66.              cas2asc work:amicas/tennis.cas ram:tennis.txt
  67.  
  68.     - load the file ram:tennis.txt in your favorite text-editor,
  69.       edit, save or print it.
  70.  
  71.  
  72. How to transfer a screenshot to amiga?
  73.     Display the image at Intuition Window:
  74.     - set on the calculator the Image Set to Monochrome or Color (see the Manual of calculator)
  75.     - type at shell:
  76.  
  77.              screendump
  78.  
  79.     - press the Button labeled with:
  80.                  -------
  81.                 | F<-->D |
  82.                  -------
  83.     - look at, grab, save or print the image and close the window.
  84.  
  85.     To produce a Postscript-file from screenshot:
  86.     - type at shell:
  87.  
  88.              screendump -ps hd:data/postscript/test.ps
  89.  
  90.     - press the Button labeled with:
  91.                  -------
  92.                 | F<-->D |
  93.                  -------
  94.     - you will find the ps-file in hd:data/postscript/test.ps
  95.  
  96. *********************************************************
  97. If you need information about the parsed commands from asc2cas
  98. look at the file ctf.tok. There you can find all Tokens used by
  99. various CASIO-models.
  100. For further information send a mail
  101. *********************************************************
  102. Some casio-links:
  103.  
  104.     http://www-personal.umich.edu/~hjo/casio/
  105.     http://www.geocities.com/SiliconValley/1949/casio.html
  106.     http://pegasus.cc.ucf.edu/~ucfcasio/casio.htm
  107.     http://www.york.ac.uk/%7Eopk101/Calc/
  108.     http://hera.algonet.se/~anthin/fractals.htm
  109.     http://www.dataphone.se/~tristan/casio/index.html
  110.     http://www.york.ac.uk/~tw104/casio/index.html
  111.     http://www.casio-calculators.com.au/resource.htm
  112.     http://www.ram.net.au/users/madmanu/casio/CASIO.HTM
  113.     http://www.casio.co.jp/edu_e/
  114.     http://cleo.murdoch.edu.au/~cwatson/cfx/cat/progaid.htm
  115.  
  116. *********************************************************
  117.  
  118.  
  119. send bugs,
  120.     suggestions,
  121.     hints,
  122.     headers and linkprotokolls for other types of data (matrices, files, V-Window, etc.)
  123.     IFF-code (language C) for storing a bitmap window to disk,
  124.     gifts to my e-mail-address (Manolis.John@chemie.tu-dresden.de)
  125.  
  126. I need your suggestions!
  127.  
  128.  
  129. todo:
  130.     - anybody knows how to implement a TIMEOUT-function for serial-port?
  131.     - "clean" the binaries
  132.     - read and write for multiple program-files/backup for calculator-mem
  133.     - support more Datatypes
  134.     - MUI-Interface or buttons, scripts and menu for GoldED
  135.     - etc.
  136.  
  137.