K64 Ethernet-to-Serial Example

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

K64 Ethernet-to-Serial Example

2,394 Views
marks
Contributor IV

Hello, I saw in this post, https://community.nxp.com/thread/377941#comment-577390,  that there is a Ethernet to serial example application, which demonstrates a simple character passing between UART console and socket. I downloaded the latest SDK for the K64 Freedom board, SDK_2.3.1_FRDM-K64F but I could not find an example like that. 

What would also be nice is an example of a web page server that can set and read port pins.

Any thoughts on where I can find examples?

Thank you,

Mark

2 Replies

1,878 Views
Caro-Kann
Contributor II

Hi,

 

How can I change UART debug to UART3 (RX:PTC17, TX:PTC16)?

 

0 Kudos

2,049 Views
danielchen
NXP TechSupport
NXP TechSupport

Hi Mark:

The eth_to_serial demo is in classic MQX 4.2 RTCS stack, but not in SDK.

pastedImage_1.png

Regarding your web page server issue, we have a httpsrv demo, it demonstrates an HTTPServer on the lwIP TCP/IP stack , but not implement displaying/setting pin informaiton

SDK_2.3.0_FRDM-K64F\boards\frdmk64f\demo_apps\lwip\lwip_httpsrv

pastedImage_2.png

Regards

Daniel