EEVblog Electronics Community Forum

Electronics => Beginners => Topic started by: alamwte on April 13, 2021, 08:24:34 am

Title: serial to Ethernet IC
Post by: alamwte on April 13, 2021, 08:24:34 am
Hi,

I am looking for an IC that convert serial to Ethernet , and be under the web.
But I can not find anything.

Would you introduce me an IC ?
Title: Re: serial to Ethernet IC
Post by: kripton2035 on April 13, 2021, 08:55:18 am
I have no IC to show you, but a module that just do that. it can do a lot more as it has an esp32 inside.
https://www.seeedstudio.com/Ethernet-module-based-on-ESP32-series-WT32-ETH01-p-4736.html (https://www.seeedstudio.com/Ethernet-module-based-on-ESP32-series-WT32-ETH01-p-4736.html)
Title: Re: serial to Ethernet IC
Post by: Benta on April 13, 2021, 03:50:32 pm
Never heard of such a thing.
General solution would be a microcontroller with Ethernet controller and serial port(s). Plenty of those around, but you'll need one with well-supported TCP/IP stack (if you're lucky, it might be free).
Title: Re: serial to Ethernet IC
Post by: fordem on April 13, 2021, 05:10:38 pm
Google ethernet terminal server
Title: Re: serial to Ethernet IC
Post by: MadScientist on April 13, 2021, 11:30:37 pm
I think wiznet do one.
Title: Re: serial to Ethernet IC
Post by: JustMeHere on April 14, 2021, 02:43:18 am
https://www.microchip.com/wwwproducts/en/ENC28J60 (https://www.microchip.com/wwwproducts/en/ENC28J60)

I bought some of these off of ebay already on a breakout board.  I've never used them though. 
Title: Re: serial to Ethernet IC
Post by: alamwte on April 14, 2021, 05:16:42 am
Thank you all to guide me  :-+
Title: Re: serial to Ethernet IC
Post by: ebclr on April 14, 2021, 11:11:31 am
http://www.wch-ic.com/products/CH9121.html (http://www.wch-ic.com/products/CH9121.html)
Title: Re: serial to Ethernet IC
Post by: RoadRunner on April 14, 2021, 01:41:58 pm
Lantronix has few products which are in size of Ethernet jack. Expensive ~70USD, but nice black box solution. Lantronix also has driver for windows to make it look like a serial port.

There will be no off the self single chip solution. you can make one in few hours. Take any Ethernet dev board may be microchip or even a Raspberry, have socket open on Ethernet and use a serial port to push data in and out of socket. Make it appear like a serial port in windows would need a driver. Doing custom driver in Windows is hard.
Title: Re: serial to Ethernet IC
Post by: Pack34 on April 14, 2021, 02:49:50 pm
https://www.microchip.com/wwwproducts/en/ENC28J60 (https://www.microchip.com/wwwproducts/en/ENC28J60)

I bought some of these off of ebay already on a breakout board.  I've never used them though.

I used to use the ENC28J60 a lot with some small 8bit PICs. Seemed to work great but I wasn't sending a lot of data back and forth. Just about a dozen uint16s every 100ms.