Shop OBEX P1 Docs P2 Docs Learn Events
Linux terminal - SOLVED — Parallax Forums

Linux terminal - SOLVED

pullmollpullmoll Posts: 817
edited 2010-03-12 21:31 in Propeller 1
What terminal software for ttySx do you use on Linux - Ubuntu in my case? I remember there was a program called minicom, but it doesn't seem to be in the packages.

▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
He died at the console of hunger and thirst.
Next day he was buried. Face down, nine edge first.

Post Edited (pullmoll) : 3/12/2010 10:20:33 PM GMT

Comments

  • heaterheater Posts: 3,370
    edited 2010-03-12 19:48
    minicom or GtkTerm or the terminal in BST.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    For me, the past is not over yet.
  • pullmollpullmoll Posts: 817
    edited 2010-03-12 19:52
    heater said...
    minicom or GtkTerm or the terminal in BST.

    Tzz.. GtkTerm isn't in the packages either, and running the BST terminal from a Makefile is probably impossible. It looks like I have to build something from source smile.gif

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    He died at the console of hunger and thirst.
    Next day he was buried. Face down, nine edge first.
  • whiteoxewhiteoxe Posts: 794
    edited 2010-03-12 20:02
    PLease Explain : I first used SUSE for fun to trial. My only other experience was Mac and window. I was suprissed back in 2000 that in installing SUSE it recognised everthing like my two printers and my dialup modem , without me having to get involved .It all simply workrd.

    Ive just instaled Puppy on an old laptop, its good fast but will not work my gprsm modem. Shame.
    jumpin.gifscool.gifskull.gifskull.gifskull.gifskull.gif
  • icepuckicepuck Posts: 466
    edited 2010-03-12 21:12
    There are three ways to install software, the first is the Ubuntu software center listed in the Applications menu.

    Or go to system->administration->synaptic package manager.
    In the synaptic package manager minicom 2.3-1ubuntu2 is listed under communication.
    There is also cutecom 0.22.0-1,gkermit 1.0-9, and gtkterm 0.99.5-1ubuntu3 in communication(universe).

    Or the via the command line as so...
    apt-get install minicom to install minicom.
    Type apt-get by itself to get a list of commands.
    -dan

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Arguing with myself--sometimes me, myself, and I don't always agree.
    (Former) Caterpillar product support technician
  • pullmollpullmoll Posts: 817
    edited 2010-03-12 21:31
    icepuck said...
    There are three ways to install software, the first is the Ubuntu software center listed in the Applications menu.

    Or go to system->administration->synaptic package manager.
    In the synaptic package manager minicom 2.3-1ubuntu2 is listed under communication.
    There is also cutecom 0.22.0-1,gkermit 1.0-9, and gtkterm 0.99.5-1ubuntu3 in communication(universe).

    Or the via the command line as so...
    apt-get install minicom to install minicom.
    Type apt-get by itself to get a list of commands.
    -dan

    D'OH! I don't know what I typed when I said that minicom was not available. I had opened synaptic and used the search function. Now there is the minicom package, of course.

    Thanks!
    Juergen

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    He died at the console of hunger and thirst.
    Next day he was buried. Face down, nine edge first.
Sign In or Register to comment.