Wiznet makers

mason

Published October 19, 2023 ©

82 UCC

15 WCC

28 VAR

0 Contests

0 Followers

0 Following

FUZIX OS Telnet Client on W5500-EVB-Pico (RP2040 + W5500)

Telnet Client Test

COMPONENTS Hardware components

WIZnet - W5500-EVB-Pico

x 1


PROJECT DESCRIPTION

This post is about testing one of the features of the Fuzix OS, the Telnet Clinet, on the W5500-EVB-Pico board.

Refer to the previous post for the configuration of the Fuzix OS on the W5500-EVB-Pico.

https://maker.wiznet.io/mason/projects/how%2Dto%2Duse%2Dethernet%2Din%2Dfuzix%2Dos%2Dwith%2Dw5500%2Dand%2Draspberry%2Dpi%2Dpico/

  1. Setup Telnet Server
    Install a telnet server on your PC or on the device you want to use as a server.
    In my case, I used MobaXterm and I set it up as shown below.
    https://mobaxterm.mobatek.net/download-home-edition.html

     
  2. Connect to Telnet Server
    Ensure that the IP band of the telnet server is set to the same via ifconfig, and connect to the telnet server using the command below.
    telnet ip port (ex:telnet 192.168.2.133 23)
Documents
  • github code

Comments Write