home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / hp9845 / hp9845.bwr < prev   
Internet Message Format  |  2020-01-01  |  2KB

  1. From: uw-apl!apl-em!dunlap@beaver.cs.washington.edu
  2. Date: Thu, 20 Nov 86 09:46:29 pst
  3. Subject: HP9845 BASIC Kermit
  4.  
  5. Our HP9845's do not recognize the following:
  6.  
  7. Mass Storage Unit Specifier ":Q"
  8. CCOM, CMODEL, CCONNECT, CDISCONNECT, CCONTROL, CSTAT, CWRITE, CREAD
  9. Block if: IF THEN, ELSE, END IF on separate lines
  10. Case selection: SELECT, CASE, END SELECT on separate lines
  11.  
  12. These keywords are in fact in ROMs we don't own.  According to our HP
  13. service engineer:
  14.  
  15.     > Mass Storage Unit Specifier ":Q"
  16.  
  17.     This is the msus for the "HP7908" disc.
  18.  
  19.     > CCOM, CMODEL, CCONNECT, CDISCONNECT, CCONTROL, CSTAT, CWRITE, CREAD
  20.  
  21.     These commands are found in the Datacomm ROM, which can only  be used
  22.     with the HP98046 Datacomm interface.
  23.  
  24.     > Block if: IF THEN, ELSE, END IF on separate lines
  25.     > Case selection: SELECT, CASE, END SELECT on separate lines
  26.  
  27.     These are found in the Structured Programming ROM, along with many
  28.     other useful commands like XREF and INDENT.
  29.  
  30. Since we don't have the above and have no plans to purchase I am considering
  31. redoing the code a little to use the more common I/O ROM and HP98036 serial
  32. interface.  I already have written a terminal emulator which performs quite
  33. well (keeps up at 1200 bps) so I don't forsee any great difficulty.  On the 
  34. down side I cannot say when I can get to it.
  35.  
  36. In any case there should be some words in the HP9845 kermit distribution
  37. about the above ROMs and I/O cards being required.  I don't think the 
  38. mass storage unit specifier (MSUS) problem is serious -- people can change 
  39. that to their usual MSUS.
  40.  
  41. ------------------------------
  42.  
  43.