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

    DuetWifi for MAC OS

    Scheduled Pinned Locked Moved
    General Discussion
    10
    18
    3.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.
    • Vigneshundefined
      Vignesh
      last edited by

      David had suggested that we use a Terminal emulator to configure the WiFi module in the Duet board. He suggested we use YAT which is only for windows users. Since I use a Mac computer I was wondering if there is any software similar to YAT that I could use to configure the WiFi module.

      1 Reply Last reply Reply Quote 0
      • Dougal1957undefined
        Dougal1957
        last edited by

        the problem with pronterface (and rep host AFAICT)m is that they convert everything to upprcase which is ok if you Networkk params are all uppercase if you can however generate a file with the right credentials in it and place that it the macros directory then it should work but you can't use Pronterface to directly input the network details

        1 Reply Last reply Reply Quote 0
        • JohnOCFIIundefined
          JohnOCFII
          last edited by

          @Dougal1957:

          the problem with pronterface (and rep host AFAICT)m is that they convert everything to upprcase which is ok if you Networkk params are all uppercase if you can however generate a file with the right credentials in it and place that it the macros directory then it should work but you can't use Pronterface to directly input the network details

          OK - Now I understand. In my case I had edited the configuration on my Mac with a text editor, saved it to the SD card, and moved the SD card to DuetWiFi on my initial configuration.

          Thanks for the clarification.

          1 Reply Last reply Reply Quote 0
          • JohnOCFIIundefined
            JohnOCFII
            last edited by

            @Vignesh:

            Since I use a Mac computer I was wondering if there is any software similar to YAT that I could use to configure the WiFi module.

            Now I understand.

            You could follow the instructions I linked about to use the -screen- command from the built-in Terminal. You might find it easier to download the free CoolTerm and use that. I just confirmed that I can connect to my DuetWifi with it. It is available from this page - be sure to select the Mac version.

            http://freeware.the-meiers.org

            On my Mac, the serial port to choose was: /dev/cu.usbmodem1411

            John

            1 Reply Last reply Reply Quote 0
            • Vigneshundefined
              Vignesh
              last edited by

              Thanks John! I will check it out and let you know.

              1 Reply Last reply Reply Quote 0
              • KeeganBundefined
                KeeganB
                last edited by

                You can use Pronterface, no problem. Even if you have lower case characters you just need to lead them with a single quote (apostrophe) and it will not convert them to uppercase…

                PassWORD would be: P'a's'sWORD

                Artemis
                Rostock Max v2
                Orion

                1 Reply Last reply Reply Quote 0
                • rkrammesundefined
                  rkrammes
                  last edited by

                  The commands went through for me without any reformating in S3D's machine control panel.

                  1 Reply Last reply Reply Quote 0
                  • T3P3Tonyundefined
                    T3P3Tony administrators
                    last edited by

                    Good to know, if your lower case password letters worked then s3d is passing upper and lower case through correctly.

                    www.duet3d.com

                    1 Reply Last reply Reply Quote 0
                    • Neotkoundefined
                      Neotko
                      last edited by

                      @KeeganB:

                      You can use Pronterface, no problem. Even if you have lower case characters you just need to lead them with a single quote (apostrophe) and it will not convert them to uppercase…

                      PassWORD would be: P'a's'sWORD

                      This really works? I would love that to be added to the wiki if so. But like others said I also did use pronterface and the macro instructions of the wiki to set the password. Was quite painless

                      1 Reply Last reply Reply Quote 0
                      • Dakineundefined
                        Dakine
                        last edited by

                        @Neotko:

                        @KeeganB:

                        You can use Pronterface, no problem. Even if you have lower case characters you just need to lead them with a single quote (apostrophe) and it will not convert them to uppercase…

                        PassWORD would be: P'a's'sWORD

                        This really works? I would love that to be added to the wiki if so. But like others said I also did use pronterface and the macro instructions of the wiki to set the password. Was quite painless

                        Yep, it does. It gives confusing output:

                        M587 S"M'y N'e't'w'o'r'k" P"P'a's's"
                        SENDING:M587 S"M'Y 'N'E'T'W'O'R'K" P"P'A'S'S"

                        But if you send command M587 only, it reports back a properly cased wifi network name. I assume the password is cased properly as well, but I Can't confirm, because my wifi network is hidden because come on it's 2018.

                        Need to install some Beta firmware I guess to be able to connect to a hidden network. Yikes.

                        Maker Select v2 : Duet Wifi : Panel Due 7i

                        1 Reply Last reply Reply Quote 0
                        • dc42undefined
                          dc42 administrators
                          last edited by

                          You can connect to a hidden network using the P parameter in the M552 command to specify the network SSID. See the gcode wiki page.

                          Duet WiFi hardware designer and firmware engineer
                          Please do not ask me for Duet support via PM or email, use the forum
                          http://www.escher3d.com, https://miscsolutions.wordpress.com

                          1 Reply Last reply Reply Quote 0
                          • Floobydustundefined
                            Floobydust
                            last edited by

                            I also use OSX as the main OS for all my machines. As I also do some embedded stuff, I use FTDI USB/Serial interfaces and recently picked up Serial (terminal emulator) for OSX. It's actually a very nice terminal program and flexible. Their website is:

                            https://www.decisivetactics.com/products/serial/

                            The only thing I have noticed is that when interfacing to the Duet board (via Serial), the data coming from the board is oddly formatted and exhibits endless wrapping in the terminal window (line length too long?). Also, it doesn't echo back any characters sent, which is not a problem, just be aware.

                            Regards, KM
                            "just because you're paranoid, it doesn't mean they're not after you"

                            1 Reply Last reply Reply Quote 0
                            • dc42undefined
                              dc42 administrators
                              last edited by

                              Most terminal emulators have an option for local echo.

                              If the output keeps wrapping instead of starting new lines, you probably need to change the end-of-line delimiter configuration in the terminal emulator.

                              Duet WiFi hardware designer and firmware engineer
                              Please do not ask me for Duet support via PM or email, use the forum
                              http://www.escher3d.com, https://miscsolutions.wordpress.com

                              1 Reply Last reply Reply Quote 0
                              • Floobydustundefined
                                Floobydust
                                last edited by

                                Yes, I enabled the checkbox for local echo, no issue. I also went and looked at other options. Appears that the Duet interface sends a linefeed character only, so Serial has an option to interpret a linefeed as a linefeed + carriage return. That option resolves the formatting problem, thanks.

                                Regards, KM
                                "just because you're paranoid, it doesn't mean they're not after you"

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