Post Reply 
Connect HP71 to Mac
01-24-2024, 04:18 PM (This post was last modified: 01-24-2024 04:21 PM by Sylvain Cote.)
Post: #2
RE: Connect HP71 to Mac
Hello Henk,

My available time is very limited right now, I will answer in several posts.

Regarding pyilper, you could create an Automator application to start it.
  1. start Automator
    1. open up a Finder window
    2. go to /Application folder
    3. start Automator
  2. in Automator startup dialog
    1. press on New Document button
  3. in Automator document type dialog
    1. choose Application option
    2. press on Choose button
  4. in Automator editor window
    1. select Action radio button (top-left corner)
    2. select Library list and expand it (left side)
    3. in Library list, select Utilities group, a second list should be displayed
    4. in the second list, drag Run Shell Script to the Workflow pane
    5. type the following in the Run Shell Script box in the Workflow pane
      Code:
      mkdir -p ~/HP-IL/HP71C
      cd ~/HP-IL/HP71C
      source ~/py311/bin/activate
      ~/py311/bin/pyilper --instance=automator
      the above code will start pyilper with its own configuration file for the automator
    6. save your file → [command]+[s]
  5. in Automator save dialog
    1. select /Application folder
    2. in Save As text box, enter your application name (as an example: pyILPER)
    3. press on Save button
  6. exit Automator application
  7. start your new application
    1. open up a Finder window
    2. go to /Application folder
    3. start your new application (in my example: pyILPER)

You can now start pyILPER directly for the graphical environment.

Sylvain Côté
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Connect HP71 to Mac - hesc - 01-23-2024, 08:49 PM
RE: Connect HP71 to Mac - Sylvain Cote - 01-24-2024 04:18 PM



User(s) browsing this thread: 1 Guest(s)