gloomyandy / RepRapFirmware

OO C++ RepRap Firmware
GNU General Public License v3.0
255 stars 60 forks source link

Telnet issues #68

Closed The-Moops closed 3 years ago

The-Moops commented 3 years ago

I can't seem to connect to my LPC board through Telnet, I've enabled it through M586 and it looks like it tries to connect but instantly fails. Is there some config step I'm missing?

jaysuk commented 3 years ago

Telnet isn't supported on the LPC builds

https://teamgloomy.github.io/lpc_differences.html

Thanks,

Jay

On Mon, 8 Feb 2021 at 15:01, The-Moops notifications@github.com wrote:

I can't seem to connect to my LPC board through Telnet, I've enabled it through M586 and it looks like it tries to connect but instantly fails. Is there some config step I'm missing?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/gloomyandy/RepRapFirmware/issues/68, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATUSBWNLDDR23WF33WBKQDS574FHANCNFSM4XJEYDUA .

The-Moops commented 3 years ago

Thanks, not sure how I didn't catch that. I'm assuming no plans for future support given the lack of RAM?

jaysuk commented 3 years ago

Yep, unfortunately there are no plans to activate Telnet support. Ram and the lack of concurrent connections are the main issues.

The STM32 builds do not have this restriction

Thanks,

Jay

On Mon, 8 Feb 2021 at 15:14, The-Moops notifications@github.com wrote:

Thanks, not sure how I didn't catch that. I'm assuming no plans for future support given the lack of RAM?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/gloomyandy/RepRapFirmware/issues/68#issuecomment-775219003, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATUSBUWFVTTLAJGNUETFG3S575WTANCNFSM4XJEYDUA .

gloomyandy commented 3 years ago

Note that Telnet is not currently supported on the STM32F4 versions either, I've never really seen the need.