Also, how does it work when using the hardware serial port like with a PanelDue because if I remember correctly it doesn't have hardware flow control lines?
Posts made by Gerharddc
-
RE: DuetWifi stutters when printing over USB
-
RE: DuetWifi stutters when printing over USB
Ok that makes sense. Unfortunately I think it's impossible to use Repetier Host in that way because in not-ping-pong mode it still waits for oks to send commands when it thinks the buffer has filled up. I'll check if I can another host working though. I have noticed that debug mode tends to come on the whole time and possibly destroys the serial bandwidth? I have no idea what is causing it but will keep searching.
-
RE: DuetWifi stutters when printing over USB
It seems Repetier was not using ping-pong. I know this is an inherit limitation but this is currently 100 times worse than Repetier firmware on an Arduino Mega.
-
RE: DuetWifi stutters when printing over USB
Could that not cause the buffer to overflow if sending too fast? Also, why is it that Repetier firmware works with acknowledgements but RPF doesn't is the time when "ok" is sent different?
-
DuetWifi stutters when printing over USB
I have a DuetWifi that I need to print with over USB. The reasons why I cannot use the web interface are not important and not something that I want to discuss. I need to get USB working. My problem is that the print does not run smooth, that is to say it stutters a lot. It basically looks like the firmware is not buffering commands causing it not to do path planning but the buffer does still appear to work because after stopping the print, it still runs for a while. My current setup is Repetier Host at 115200 baud rate though I have tried other systems only to get the same result. I have also configured the firmware to emulate the Repetier interface but it did not help. Is there anything else I can try?