Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login

    Is there a terminal like YAT for RPI?

    Scheduled Pinned Locked Moved Solved
    Using Duet Controllers
    7
    47
    1.8k
    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.
    • tecnoundefined
      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?

      Rushmere3Dundefined chrishammundefined 2 Replies Last reply Reply Quote 0
      • Rushmere3Dundefined
        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
        • Phaedruxundefined
          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

          tecnoundefined 1 Reply Last reply Reply Quote 0
          • tecnoundefined
            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
            • Phaedruxundefined
              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

              tecnoundefined 1 Reply Last reply Reply Quote 0
              • tecnoundefined
                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
                • Phaedruxundefined
                  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

                  tecnoundefined 1 Reply Last reply Reply Quote 0
                  • oliofundefined
                    oliof
                    last edited by

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

                    <>RatRig V-Minion Fly Super5Pro RRF<> V-Core 3.1 IDEX k*****r <> RatRig V-Minion SKR 2 Marlin<>

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

                      @oliof

                      There is no screen i Raspberry OS

                      oliofundefined 1 Reply Last reply Reply Quote 0
                      • oliofundefined
                        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

                        <>RatRig V-Minion Fly Super5Pro RRF<> V-Core 3.1 IDEX k*****r <> RatRig V-Minion SKR 2 Marlin<>

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

                          @oliof

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

                          oliofundefined 1 Reply Last reply Reply Quote 0
                          • tecnoundefined
                            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
                            • oliofundefined
                              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.

                              <>RatRig V-Minion Fly Super5Pro RRF<> V-Core 3.1 IDEX k*****r <> RatRig V-Minion SKR 2 Marlin<>

                              tecnoundefined 1 Reply Last reply Reply Quote 0
                              • tecnoundefined
                                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

                                tecnoundefined 1 Reply Last reply Reply Quote 0
                                • tecnoundefined
                                  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
                                  • Phaedruxundefined
                                    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

                                    tecnoundefined 1 Reply Last reply Reply Quote 0
                                    • tecnoundefined
                                      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'.

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

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

                                        Duet software engineer

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

                                          @chrishamm

                                          OK, satisfied with Cutecom.

                                          1 Reply Last reply Reply Quote 0
                                          • Phaedruxundefined
                                            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

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