budulinek / arduino-modbus-rtu-tcp-gateway

Arduino-based Modbus RTU to Modbus TCP/UDP gateway with web interface. Allows you to connect Modbus RTU slaves (such as sensors, energy meters, HVAC devices) to Modbus TCP/UDP masters (such as home automation systems). You can adjust settings through web interface.
GNU General Public License v3.0
165 stars 48 forks source link

Modbus with ENC28J60 #13

Closed ayaser closed 2 years ago

ayaser commented 2 years ago

good afternoon. I would like to ask if you have used an Arduino card with an ENC28J60 network card for modbus? This network card, according to the information on the WEB, is used with the UIPEthernet or EtherCard library. Do you know her It has had some problems, since during programming, there are some instructions, or objects that are not 100% compatible or transparent.

budulinek commented 2 years ago

I have very bad experience with ENC28J60. I have tried all available libraries, but could not make it work.

ENC28J60 is bad chip, because it does not have built-in hardware TCP/IP stack. You have to use additional librraries to get the stack.

Buy W5100,W5200 or W5500 chip. Much better, reliable, with built-in TCP/IP stack.

ayaser commented 2 years ago

Buena respuesta. Voy a trabajar con w5500.

El mar., 4 de enero de 2022 12:10 p. m., budulinek @.***> escribió:

I have very bad experience with ENC28J60. I have tried all available libraries, but could not make it work.

ENC28J60 is bad chip, because it does not have built-in hardware TCP/IP stack. You have to use additional librraries to get the stack.

Buy W5100,W5200 or W5500 chip. Much better, reliable, with built-in TCP/IP stack.

— Reply to this email directly, view it on GitHub https://github.com/budulinek/arduino-modbus-rtu-tcp-gateway/issues/13#issuecomment-1004892302, or unsubscribe https://github.com/notifications/unsubscribe-auth/AF27I343U7ECPUFLTY2NCOTUUMEW7ANCNFSM5LFTU3UQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>