[title] Setup Terminal Emulator |
[* icon_note] To set up a network connection, we must use a terminal emulation program to talk to the Duet via the USB cable. We recommend using [https://sourceforge.net/projects/y-a-terminal/|YAT] in Windows. This is because 3D printer host programs (such as [http://www.pronterface.com/|Pronterface]) send all characters in uppercase, and your WiFi settings (SSID and password ) are case sensitive.
|
[* black] Setup YAT to use <LF> as the end of line character. Go to "Terminal" Menu -> "Settings" -> "Text Settings" -> "EOL sequence:" set to <LF>
|
[* black] Run ''ls /dev/tty.*'' Copy the result that has USB in the name. For example; ''/dev/tty.usbmodem1411'' |
[* black] Run ''screen /dev/tty.usbmodem1411 115200''. Replace "usbmodem1411" with the result you received. You should see a blank screen. Hit enter and you should see OK returned. You are connected successfully. |
[* icon_caution] If you get an error, ''Sorry, could not find a PTY.'' unplug the USB, plug it back in and try again.
|