Is "/dev/tty.usbmodemFA131" the same as "Duet?"
-
@jay_s_uk I know. I read that in the instructions.
-
@phaedrux I did use that method to see what would remain. There is a bit of a Sherlock in me, but only a bit.
-
@corlissmedia The 2.4G vs 5G really shouldn't be a problem. Almost every router made can (and by default does) treat them as a single network when supplying a local network address via DHCP.
What you are describing is identifying the USB data stream - which on different hardware (i.e. macos) will have different names, and that is what serialtools is talking to. You only need that USB data stream to use serialtools and set the SSID and password up and then the wifi will connect to your local network which should then work as documented by Duet3d.
Whether computers are connected to 2.4G or 5G they should find the Duet's wifi.
-
@corlissmedia SerialTools is a bit finicky about input; you have to get the command right, without pressing delete or cursor keys. I think it sends each character to the Duet as you type them, rather than when you press return. If you navigate away from SerialTools to another application, and then back, in the middle of writing the command, it won't work. You should get an 'ok' when a command goes through correctly.
Also, make sure you're using straight quotes, eg " rather than curly quotes, eg ”
Ian
-
@corlissmedia In response to your first question, yes, "/dev/tty.usbmodemFA131" is probably your Duet. Only Windows will show "Duet", and only when the drivers have been installed. See the macOS tab of https://docs.duet3d.com/en/How_to_guides/Getting_connected/Getting_connected_to_your_Duet#install-drivers
Ian
-
@markz Thank you, that was helpful. Maybe the instructions, when one is using the MacOS window could reflect that (the picture didn't).
How do I delete an incorrect SSID?
Or is that accomplished if I add another address?
Mark
-
@droftarts thanks for the clarification. very helpful.
-
@corlissmedia said in Is "/dev/tty.usbmodemFA131" the same as "Duet?":
How do I delete an incorrect SSID?
See M588: Forget WiFi host network
Ian
-
@droftarts Thank you very much. I really appreciate the help.
-
@corlissmedia are you following the Getting connected guide?
Ian