Is there a terminal like YAT for RPI?
-
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
-
Had you edited config.g before it had gone empty?
Was config.g missing completely, or just blank?
Was config.g.bak present and complete? -
No
Blank
Present -
Thanks. Had we replaced this board for you already when it first happened?
-
No config this morning, printer been offline for 2 days.
Today no config.g and no config.g.bak
re. board To be honest I do not remember. M552 S1 keeps me running
-
Here some moore
Now no CAN connection, WTF is going on??
-
@tecno i've seen that happen when i reboot. the board reboots before the toolboard can respond. its normal I think
-
Edited config.g (probe) and now CAN is back, this a bit fishy.