Duet3D Logo

    Duet3D

    • Register
    • Login
    • Search
    • Categories
    • Tags
    • Documentation
    • Order

    Solved Is there a terminal like YAT for RPI?

    Using Duet Controllers
    7
    47
    410
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • tecno
      tecno last edited by

      Having issues with WiFi on my Mini 5+ and would like to have the board connected to RPI that I normally use as as web interface.

      YAT I have in a laptop but then I need to find that one so it would be easier to use the RPI.
      So what serial terminal to install?

      Rushmere3D chrishamm 2 Replies Last reply Reply Quote 0
      • Rushmere3D
        Rushmere3D @tecno last edited by

        @tecno Putty, is what I use to run commands on the Pi

        Follow my adventures in 3D Printing, laser cutting and electronics. https://linktr.ee/Rushmere3D

        1 Reply Last reply Reply Quote 0
        • Phaedrux
          Phaedrux Moderator last edited by

          You would want to use SSH (secure shell)

          In MacOS it's already there and you can use the terminal with the SSH command.

          In windows, you'd want to use a program like Putty

          Z-Bot CoreXY Build | Thingiverse Profile

          tecno 1 Reply Last reply Reply Quote 0
          • tecno
            tecno @Phaedrux last edited by

            @Phaedrux

            In win I use YAT and plugin the USB cable - connect and do what I need to do.

            This is not anything I can do with Putty? If so how is Putty setup in RPI ?

            1 Reply Last reply Reply Quote 0
            • Phaedrux
              Phaedrux Moderator last edited by

              To access the pi terminal you would do so over the network.

              https://www.raspberrypi.com/documentation/computers/remote-access.html#ssh

              Z-Bot CoreXY Build | Thingiverse Profile

              tecno 1 Reply Last reply Reply Quote 0
              • tecno
                tecno @Phaedrux last edited by

                @phaedrux

                I want to access my Duet Mini5 via USB so I can get Wifi working as this drops out now and then.

                1 Reply Last reply Reply Quote 0
                • Phaedrux
                  Phaedrux Moderator last edited by

                  Ok. So you want to access the Duet terminal from the Pi? Now I understand.

                  You can follow this guide and use the instructions for Linux

                  https://docs.duet3d.com/en/How_to_guides/Getting_connected/Getting_connected_to_your_Duet

                  Z-Bot CoreXY Build | Thingiverse Profile

                  tecno 1 Reply Last reply Reply Quote 0
                  • oliof
                    oliof last edited by

                    the screen command in Linux can be used as a serial terminal.

                    <>Creality CR-20 IDEX Duet3 mini 5+<>RatRig V-Minion SKR RRF 1.1<>

                    tecno 1 Reply Last reply Reply Quote 0
                    • tecno
                      tecno @oliof last edited by

                      @oliof

                      There is no screen i Raspberry OS

                      oliof 1 Reply Last reply Reply Quote 0
                      • oliof
                        oliof @tecno last edited by

                        @tecno you can install it, using the normal package installation system, i.e. sudo apt-get update; sudo apt install screen

                        <>Creality CR-20 IDEX Duet3 mini 5+<>RatRig V-Minion SKR RRF 1.1<>

                        tecno 1 Reply Last reply Reply Quote 0
                        • tecno
                          tecno @oliof last edited by

                          @oliof

                          How on earth do you get screen to connect to Duet board?

                          oliof 1 Reply Last reply Reply Quote 0
                          • tecno
                            tecno @Phaedrux last edited by

                            @phaedrux said in Is there a terminal like YAT for RPI?:

                            Ok. So you want to access the Duet terminal from the Pi? Now I understand.

                            You can follow this guide and use the instructions for Linux

                            https://docs.duet3d.com/en/How_to_guides/Getting_connected/Getting_connected_to_your_Duet

                            Sorry but not one word on how to with Pi

                            1 Reply Last reply Reply Quote 0
                            • oliof
                              oliof @tecno last edited by

                              @tecno I am not close to my printers right now, but it's just the serial device as an argument to screen, so something like screen /dev/ttyUSB0 (the latter could be something else, check dmesg). Read the screen man page for other options like connection speed.

                              <>Creality CR-20 IDEX Duet3 mini 5+<>RatRig V-Minion SKR RRF 1.1<>

                              tecno 1 Reply Last reply Reply Quote 0
                              • tecno
                                tecno @oliof last edited by

                                @oliof

                                OK ls /dev/ttyACM0 is there

                                screen /dev/ttyACM0
                                screen terminating

                                Sorry but this kind of terminal is real PITA

                                tecno 1 Reply Last reply Reply Quote 0
                                • tecno
                                  tecno @tecno last edited by

                                  Managed to get CuteCom installed but no response on M115, only response I get is Error : VIN undervoltage when I power down.

                                  Short.. Printer has been working for +48hours and I needed to change filament so I decided to take a brake for dinner and shut off the printer. After that I have no connection with the Duet board other than above Undervoltage message, no other commands work. USB terminal feels a bit wonky/loose.

                                  1 Reply Last reply Reply Quote 0
                                  • Phaedrux
                                    Phaedrux Moderator last edited by

                                    VIN undervoltage may just mean that VIN power has been removed but the duet is still powered by 5v via usb.

                                    Where are you seeing the undervoltage event message?

                                    Z-Bot CoreXY Build | Thingiverse Profile

                                    tecno 1 Reply Last reply Reply Quote 0
                                    • tecno
                                      tecno @Phaedrux last edited by

                                      @phaedrux said in Is there a terminal like YAT for RPI?:

                                      VIN undervoltage may just mean that VIN power has been removed but the duet is still powered by 5v via usb.

                                      Where are you seeing the undervoltage event message?

                                      In CuteCom when unplugged power.

                                      Anyhow this morning I get response to commands, have not touched anything from last night so go figure what was going on yesterday evening. Config.g empty 'again'.

                                      Phaedrux 1 Reply Last reply Reply Quote 0
                                      • chrishamm
                                        chrishamm administrators @tecno last edited by

                                        @tecno minicom should work, too. It comes preconfigured for the Duet on DuetPi.

                                        Duet software engineer

                                        tecno 1 Reply Last reply Reply Quote 1
                                        • tecno
                                          tecno @chrishamm last edited by

                                          @chrishamm

                                          OK, satisfied with Cutecom.

                                          1 Reply Last reply Reply Quote 0
                                          • Phaedrux
                                            Phaedrux Moderator @tecno last edited by

                                            @tecno said in Is there a terminal like YAT for RPI?:

                                            Config.g empty 'again'.

                                            Was this the original problem here or that it had happened previously?

                                            Z-Bot CoreXY Build | Thingiverse Profile

                                            tecno 1 Reply Last reply Reply Quote 0
                                            • tecno
                                              tecno @Phaedrux last edited by

                                              @phaedrux

                                              Both

                                              1 Reply Last reply Reply Quote 0
                                              • Phaedrux
                                                Phaedrux Moderator last edited by

                                                Had you edited config.g before it had gone empty?
                                                Was config.g missing completely, or just blank?
                                                Was config.g.bak present and complete?

                                                Z-Bot CoreXY Build | Thingiverse Profile

                                                tecno 1 Reply Last reply Reply Quote 0
                                                • tecno
                                                  tecno @Phaedrux last edited by

                                                  @phaedrux

                                                  No
                                                  Blank
                                                  Present

                                                  1 Reply Last reply Reply Quote 0
                                                  • Phaedrux
                                                    Phaedrux Moderator last edited by

                                                    Thanks. Had we replaced this board for you already when it first happened?

                                                    Z-Bot CoreXY Build | Thingiverse Profile

                                                    tecno 1 Reply Last reply Reply Quote 0
                                                    • tecno
                                                      tecno @Phaedrux last edited by

                                                      @phaedrux

                                                      No config this morning, printer been offline for 2 days.

                                                      Today no config.g and no config.g.bak

                                                      re. board To be honest I do not remember. M552 S1 keeps me running

                                                      tecno 1 Reply Last reply Reply Quote 0
                                                      • First post
                                                        Last post
                                                      Unless otherwise noted, all forum content is licensed under CC-BY-SA