Hey guys!
I have some problems with my Teensy 4.1...
I use Teensyduino 1.53, Arduino 1.8.13, Teensy 4.1, the latest Putty version, the latest verisons of NativEthernet and Fnet.
I tried to use it as a telnet...
I tried to come along with a solution, but haven't find one. The strange thing about it is, that the socket on the Teensy doesn't light up in any way, but the socket on the laptop lights red...
But ping still works....
I noticed that the LEDs on the ethernet socket of my laptop are on/flash, but the ones on my teensy not. Is it possible, that the socket on the Teensy is defective?
Thanks for the hint! For this case I downloaded the library on wednesday again, so it unluckily is the latest version. I also tried to call client.available() without success.
Hey, guys!
I am trying to figure out, how to use the Teensy 4.1 as a telnet server. After long research I haven't found an example or solution for my problem, yet. I'm pretty new to programming in Arduino. So please...