Quantcast
Channel: Keil Discussion Forum RSS Feed
Viewing all articles
Browse latest Browse all 3049

ARM: Telnet with a python client

$
0
0
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 with Telnet('10.0.0.61', 23, 10.0) as tn: tn.write(b"a simple command\n") I can set a brakpoint in my code in a function called "netTELNETs_ProcessMessage". It will be called if I connect with Putty but not with Python. Thanks in

Viewing all articles
Browse latest Browse all 3049

Trending Articles