Suche Terminal-Software für Raspberry Pi

  • Ich suche eine Terminalsoftware für den Raspi, die aus einem Raspi + Bildschirm + Tastatur + USB/RS232-Adapter ein Terminal macht, das die wichtigsten Terminalstandards emulieren kann.

    Sowas gibt's doch bestimmt fertig, oder? ;)

    • i-Telex 7822222 dege d

    • technikum29 in Kelkheim bei Frankfurt

    • Marburger Stammtisch

    Douglas Adams: "Everything, that is invented and exists at the time of your birth, is natural. Everything that is invented until you´re 35 is interesting, exciting and you can possibly make a career in it. Everything that is invented after you´re 35 is against the law of nature. Apply this list to movies, rock music, word processors and mobile phones to work out how old you are."

  • Ich nutze auch minicom. Kermit für Linux gibt es auch:


    pi@pidp8:~ $ kermit

    C-Kermit 9.0.302 OPEN SOURCE:, 20 Aug 2011, for Linux+SSL+KRB5

    Copyright (C) 1985, 2011,

    Trustees of Columbia University in the City of New York.

    Type ? or HELP for help.

    (/home/pi/) C-Kermit>help


    C-Kermit 9.0.302 OPEN SOURCE:, 20 Aug 2011, Copyright (C) 1985, 2011,

    Trustees of Columbia University in the City of New York.


    Type EXIT to exit.

    Type INTRO for a brief introduction to C-Kermit.

    Type LICENSE to see the C-Kermit license.

    Type HELP followed by a command name for help about a specific command.

    Type MANUAL to access the C-Kermit manual page.

    Type NEWS for news about new features.

    Type SUPPORT to learn how to get technical support.

    Press ? (question mark) at the prompt, or anywhere within a command,

    for a menu (context-sensitive help, menu on demand).


    Type HELP OPTIONS for help with command-line options.


    DOCUMENTATION: "Using C-Kermit" by Frank da Cruz and Christine M. Gianone,

    2nd Edition, Digital Press / Butterworth-Heinemann 1997, ISBN 1-55558-164-1,

    plus supplements at http://kermit.columbia.edu/ckermit.html#doc.


    (/home/pi/) C-Kermit>


    Kannst du mit:

    apt-get install ckermit


    installieren. Habe aber noch keine Erfahrung damit gemacht.

    Suche Teile und Geräte für DEC PDP8 Systeme, DEC PDP 11/40 (Unibus) und Teletype ASR-33+ ASR-35. Sowie Zubehör, Doku usw. aus dem Umfeld.

  • Mmmh, ich weiß nicht, ob ich klar genug beschrieben habe, worum es mir geht. Ich möchte von Linux und dem Linux-Desktop nichts sehen.

    Am liebsten wäre es mir, wenn beim Booten direkt Fullscreen die Terminalsoftware startet. Geht das mit minicom?

    Noch idealer wäre ein fertiges Image für den Raspi. :tüdeldü:


    cool-retro-term habe ich zwischenzeitlich auch gefunden, aber das steht nirgends was mit Raspi.


    Ich habe halt leider gar keinen Plan von Linux. Ich weiß nicht, wie man sowas installiert und wie man es dazu bekommt, dass es beim Booten sofort startet.


    EDIT: habe gerade mal gegoogelt und Minicom sieht gut aus.

    • i-Telex 7822222 dege d

    • technikum29 in Kelkheim bei Frankfurt

    • Marburger Stammtisch

    Douglas Adams: "Everything, that is invented and exists at the time of your birth, is natural. Everything that is invented until you´re 35 is interesting, exciting and you can possibly make a career in it. Everything that is invented after you´re 35 is against the law of nature. Apply this list to movies, rock music, word processors and mobile phones to work out how old you are."

    Einmal editiert, zuletzt von detlef ()

  • Ganz kann ich Dir leider nicht helfen - aber zwei mal halb:


    1./2 ich hab leider gerade keinen RasPi herumliegen, aber das sollte so funktionieren wie bei anderen Distributionen auch:

    - Raspbian light installieren, minicom installieren, beim Startprozess anstatt eines gettys auf der Konsole 1 gleich minicom starten


    2./2 für i386 gibt es ein Image dafür: https://www.asashi.net/pages/pitux.html


    Grüße

  • Ok, danke. Dann gibt's bestimmt auch ein Image für den Raspi. Ich suche noch mal weiter.


    Ich meine, das bietet sich doch an. Eine ollen LCD-Bildschirm, einen Raspi dahinter geschraubt, Tastatur angestöpselt und fertig ist das Terminal.

    • i-Telex 7822222 dege d

    • technikum29 in Kelkheim bei Frankfurt

    • Marburger Stammtisch

    Douglas Adams: "Everything, that is invented and exists at the time of your birth, is natural. Everything that is invented until you´re 35 is interesting, exciting and you can possibly make a career in it. Everything that is invented after you´re 35 is against the law of nature. Apply this list to movies, rock music, word processors and mobile phones to work out how old you are."

  • Das geht mit normalem Raspian und ein paar kleinen Einstellungen.

    - Nicht in die grafische Oberfläche booten

    - Sofort nach dem Anmelden automatisch das Terminalprogramm starten.


    sorry, steht ja quasi schon in #8.

    Suche Teile und Geräte für DEC PDP8 Systeme, DEC PDP 11/40 (Unibus) und Teletype ASR-33+ ASR-35. Sowie Zubehör, Doku usw. aus dem Umfeld.

  • Hallo Detlef,


    ich kenne mich mit dem Pi etwas aus.


    sudo raspi-config
    -den Pi einstellen.


    Programme beim Systemstart ausführen.

    Im Pfad /etc/ die Datei rc.local editieren.

    Mit nano. sudo nano /etc/rc.local (Enter)

    Vorher Datei sichern!


    crontab-Datei erlaubt eine zeitgesteuerten Aufruf.


    Melde mich nochmal und gebe dir die genaue Infos bekannt.



    Gruß

    Kurt

    :)

  • Ich hab da etwas das dich vielleicht auch interessieren würde.


    http://www.get-console.com/airconsole-le/


    Ich hab davon ein paar Module.. die machen ein WLAN auf und dort kannst du dich drauf verbinden. Dann hast du ein Terminal im Browser. Ich nutze so etwas öfters mit Switchen aber das funktioniert auch gut mit sonstigen Geräten die VT100 oder ähnliche Protokolle sprechen.


    Lässt sich auch via App auf dem iPhone/iPad bedienen.


  • Wahrscheinlich muß man dazu noch was in der Art von

    systemctl --global disable gdm.service

    eintippen, um den grtafischen Boot abzuschalten (keine Ahnung, ob das schon reicht, aber so als erste Idee)

    -- 1982 gab es keinen Raspberry Pi , aber Pi und Raspberries

  • Hallo Detlef


    hier folgen noch die Informationen.


    sudo raspi-config

    3.Boot Options

    B1 Desktop / CLI

    B1 Console


    Pi neu starten mit sudo reboot


    Minicom

    Bevor minicom aufgerufen wird muss dem Pi bzw. Minicom mitgeteilt werden welche DEV

    angeschlossen ist.

    Suche mit dem Befehl - ls /dev und schaue nach ttyUSB0, ttyUSB1 oder ttyACM0.


    Über rc.local funktioniert es nicht mehr. Das Betriebssystem wurde weiter entwickelt.

    Systemd ist hier gefragt.


    Ich habe es bei meinem DGT Schachbrett und dem Pi2 gelöst. Muss ich noch anschauen. Melde mich.


    Gruß

    Kurt

    :)

  • Ob grafisch oder Kommandozeile wählst du in

    raspie-config

    Unter

    3 Boot Options

    Geht auch ohne anzumelden als pi-user.

    dann unten in die .bashrc ein "sudo minicom"

    Das sollte es sein?


    Uuups, überschnitten mit Kurt.

    Ja systemed. Graus. Aber die user Startdateien .bashrc oder .profile würden schon gehen, oder?

    Suche Teile und Geräte für DEC PDP8 Systeme, DEC PDP 11/40 (Unibus) und Teletype ASR-33+ ASR-35. Sowie Zubehör, Doku usw. aus dem Umfeld.

  • Geht auch ohne anzumelden als pi-user.

    dann unten in die .bashrc ein "sudo minicom":thumbup:

    Das sollte es sein?


    Ja, das geht auch. Hatte ich nicht mehr in Erinnerung.

    sudo minicom -b 9600 /dev/ttyUSB0

    Gerade getestet - geht.


    Gruß

    Kurt

    :)

  • Danke euch für die umfangreichen Infos! Ich werde es testen. :thumbup:

    • i-Telex 7822222 dege d

    • technikum29 in Kelkheim bei Frankfurt

    • Marburger Stammtisch

    Douglas Adams: "Everything, that is invented and exists at the time of your birth, is natural. Everything that is invented until you´re 35 is interesting, exciting and you can possibly make a career in it. Everything that is invented after you´re 35 is against the law of nature. Apply this list to movies, rock music, word processors and mobile phones to work out how old you are."