Is there a terminal like YAT for RPI?
-
@tecno Putty, is what I use to run commands on the Pi
-
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
-
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 ?
-
To access the pi terminal you would do so over the network.
https://www.raspberrypi.com/documentation/computers/remote-access.html#ssh
-
I want to access my Duet Mini5 via USB so I can get Wifi working as this drops out now and then.
-
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
-
the
screen
command in Linux can be used as a serial terminal. -
There is no screen i Raspberry OS
-
@tecno you can install it, using the normal package installation system, i.e.
sudo apt-get update; sudo apt install screen
-
How on earth do you get screen to connect to Duet board?
-
@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
-
@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. -
OK ls /dev/ttyACM0 is there
screen /dev/ttyACM0
screen terminatingSorry but this kind of terminal is real PITA
-
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.
-
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?
-
@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'.
-
@tecno
minicom
should work, too. It comes preconfigured for the Duet on DuetPi. -
OK, satisfied with Cutecom.
-
@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?
-
Both