• Telnet with a python client
    I have a telnet server running on an MCBSTM32F400 and can connect to it via Putty. If I try to connect with an Python client, I won't get a connection. Python code: from telnetlib import Telnet...
  • Telnet with a python client
    I have a telnet server running on an MCBSTM32F400 and can connect to it via Putty. If I try to connect with an Python client, I won't get a connection. Python code: from telnetlib import Telnet...
  • Send a message to a telnet client without having receive a command first
    The callback function netTELNETs_ProcessCommand processes and executes the command requested by the Telnet client. In my application, I have to send a list of message to answer to only one command...
  • Is there a way to print a message to the Telnet client without a command having been entered previously?
    In the documentation of the Telnet server the only way to print a message to the client is when previously a command has been entered. I have a case now where I have a long stream of data that I can't...
  • Is there a way to print a message to the Telnet client without a command having been entered previously?
    In the documentation of the Telnet server the only way to print a message to the client is when previously a command has been entered. I have a case now where I have a long stream of data that I can't...