Ethernet to serial

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Ethernet to serial

920 Views
kapil_p
Contributor III

Hi,

I want to develop a Ethernet to serial converter and new to Ethernet programming. 

I am using IDE MCUXpresso and evaluation board FRDMk64F.

How to start and where I can find a example project of the Ethernet / TCP IP for FRDMK64F .

Thank you.

Tags (1)
0 Kudos
2 Replies

728 Views
nxf51211
NXP Employee
NXP Employee

Hi, 

You can find an example for the Ethernet TCP with the K64 at its SDK driver examples. You can download the SDK at the following link, where you will have to select the FRDMK64F board, and then the software components you would like to have: https://mcuxpresso.nxp.com/en/select. The following image show you what you should see before downloading the SDK (In my case, I've selected all the software components).

pastedImage_2.png

When you open MCUXpresso, you just have to:

1) Drag the downloaded compressed file at the "Installed SDKs".

2) Click on "Import SDK example" where you will select the K64 board.

3) Search and select the Ethernet TCP example.

pastedImage_4.png

Best Regards,

Ricardo Delsordo.

0 Kudos

728 Views
mjbcswitzerland
Specialist V

Hi

See links below - it contains (Telnet based) LAN <-> UART with end-to-end flow control.
It has been used in socket modems which do what you are asking for since 2006 [https://www.xmodus-systems.de/download/AL6000S/AL6000S-D00-112.pdf] and is available on all Kinetis parts with Ethernet or USB for RNDIS.

Regards

Mark

Complete Kinetis solutions for professional needs, training and support: http://www.utasker.com/kinetis.html
Kinetis K64:
- http://www.utasker.com/kinetis/FRDM-K64F.html
- http://www.utasker.com/kinetis/TWR-K64F120M.html
- http://www.utasker.com/kinetis/TEENSY_3.5.html
- http://www.utasker.com/kinetis/Hexiwear-K64F.html

uTasker: supporting >1'000 registered Kinetis users get products faster and cheaper to market
Request Free emergency remote desk-top consulting at http://www.utasker.com/services.html

Open Source version at https://github.com/uTasker/uTasker-Kinetis

0 Kudos