home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / hp48 / 5672 < prev    next >
Encoding:
Text File  |  1992-11-10  |  3.5 KB  |  95 lines

  1. Newsgroups: comp.sys.hp48
  2. Path: sparky!uunet!boulder!ucsu!spot.Colorado.EDU!dixon
  3. From: dixon@spot.Colorado.EDU (Life is real?)
  4. Subject: IBM->HP48SX Answers!
  5. Message-ID: <1992Nov11.052531.15334@ucsu.Colorado.EDU>
  6. Sender: news@ucsu.Colorado.EDU (USENET News System)
  7. Nntp-Posting-Host: spot.colorado.edu
  8. Organization: University of Colorado, Boulder
  9. References: <1992Nov10.164626.4239@dde.dk>
  10. Date: Wed, 11 Nov 1992 05:25:31 GMT
  11. Lines: 82
  12.  
  13. THANKS!  To all those who did not waste bandwidth by 
  14. responding to me directly on my questions for sending stuff
  15. from an IBM to an HP-48SX...successfully.  Here's
  16. a short summary:
  17.  
  18. For any file, i.e. .ASC, binary, or .LIB, do this:
  19.  
  20. 1) Run kermit on your PC and make sure the port and baud rate
  21.    are set up ok.  On my version, which came with my HP serial
  22.    adapter kit just recently (MS-Kermit), you have 2 choices:
  23.    a) create a file called MSKERMIT.INI which contains 2 lines
  24.       like this:
  25.  
  26.           set port 2
  27.           set speed 9600
  28.  
  29.    b) Run kermit, then issue the above 2 commands manually.
  30.  
  31.    Note that the MSKERMIT.INI file must be in the same directory
  32.    that you're calling kermit from.  Note also that you must issue
  33.    these commands in order, i.e. if you set the port *after* setting
  34.    the speed, then you will have set the speed for the wrong port!
  35.    Check your settings by typing "show com" at the kermit> prompt.
  36.  
  37. 2) On your HP-48SX, press {left-shift}-I/O, then {setup}.  Make sure
  38.    you are set up for "wire", and "9600".  Ignore "binary"/"ASCII"...the
  39.    48 will determine the file type when it arrives.
  40.  
  41. 3) On your HP-48SX, press {right-shift}-I/O to enter kermit server mode
  42.    on the 48.  You should see "Awaiting Server Command" (or something like
  43.    that) on top of the screen.
  44.  
  45. 4) On your PC, at the kermit> prompt, type "send filename".  The rest is
  46.    automatic, i.e. either a directory or a variable will be created and
  47.    it will contain what you sent.
  48.  
  49. If you sent a library:
  50.  
  51. 1) Recall the library to the stack by recalling the new variable to the
  52.    stack with {right-shift}-LIBVAR, where LIBVAR is the name of the new
  53.    variable containing the library.
  54.  
  55. 2) Follow the directions in your manual for attaching the library to a
  56.    port.
  57.  
  58. If you sent a directory:
  59.  
  60. 1) Press the function key for the new directory.
  61.  
  62. 2) Follow the directions that came with the software, i.e. sometimes you 
  63.    have to press the function keys in a particular order to set things
  64.    up ok, i.e. press the "info" button, or press the "setup" button first etc.
  65.  
  66. If you sent a variable, and it was binary:
  67.  
  68. 1) Check the docs, but you are probably already set up to run, i.e. you may
  69.    just need to press the new variable button to run the program.
  70.  
  71. If you sent a variable, and it was ASCII:
  72.  
  73. 1) Recall the ASCII variable (a string) to the stack by pressing {right-shift}-
  74.    VARNAME, where VARNAME is the name of the new variable you just downloaded.
  75.  
  76. 2) Execute ASC-> to convert the ASCII string to a binary object.
  77.  
  78. 3) Press 'VAR, then STO to store the binary object in a new variable named
  79.    "VAR".
  80.  
  81. 4) Press the new VAR button to run the software.  Purge the original VARNAME
  82.    variable which contains the ASCII that you downloaded.
  83.  
  84. Hope that gets a few other newbies started...I've got bouncing balls, trains,
  85. games, and stuff for my homework (Bode plots, Nyquist plots) all working
  86. on mine, and I only just started this stuff a couple of days ago!
  87.  
  88. Good Luck!
  89. Brian Dixon
  90. briand@cv.hp.com
  91.  
  92. PS: Forgive me if I got anything wrong in the above instructions...I did my
  93. best considering my faulty memory.
  94.  
  95.