Is it possible to use Telnet on DUET2 for slicer?
-
Hello,
I want to use my DUET2, which is connected via telnet (and of course enabled on port 25 and tested on telnet commandline ... weird enough since I can not find any docs about it)Well the question is CAN I somehow use it as serial communication line in repetier host or ANY other software?
If YES ... please hint me to a use case, since I would love to use it. (not the webinterface... I wanted to customize, could not find a way... loved the old interface where the camera was in the dashboard and I could move and watch)
If NOT ... what was the intention of the implementation?
all the best
-
-
Thanks for the answer, but I did not find any basic connection setup following guides or questions.
I just connected to the DUET2 (Machine), but when I issue a command G28 and I press enter it does nothing... it did though when I put some random characters in and pressed enter and some CTRL-Char sequences....???
Any experiences how to control the machine via telnet client on linux commandline?
How to just get an "ok" after submitting a command, respectively how to terminate correctly a line?Any leads.... anything
all the best
-
@duetino
I don't have linux, but can send commands via telnet using PUTTY with no issues.
OK is returned after the completion of the command (or macro) -
@duetino said in Is it possible to use Telnet on DUET2 for slicer?:
Well the question is CAN I somehow use it as serial communication line in repetier host or ANY other software?
In theory, yes. However it's not something I would recommend because if it turns out to be not 100% reliable when GCode is streamed via Telnet, we wouldn't be very interested in fixing to because the Telnet capability is so rarely used. It would also have the same disadvantages as streaming over USB, e.g. taking longer to execute a pause because all commands queued via the interface would have to be completed first.