Modbus-TCP icon indicating copy to clipboard operation
Modbus-TCP copied to clipboard

Error compiling for board Arduino/Genuino Mega or Mega 2560

Open mcinquino opened this issue 6 years ago • 0 comments

Hello,

I am having the same issue as issue #5. I see it was closed but the original poster replied after it was closed with same results I am getting.

Arduino IDE 1.8.8 - Windows 10 - W5100 Ethernet Shield

I have read the read me file that shows an example. I was not able to find a "user guide" as suggested in the #5 solution post? Based on that example this is what I interpret as the correct #define method?

#define WIZNET_W5100 = 1 #define ENC28J60 = 0 #define ESP8266 = 0

Oddly the sample program shows a different method and fails with the same error. Sample programs shows #define WIZNET_W5100 1. I also tried this format with removing the "=" from each line same error.

Is there another document I am missing?

Any help would be greatly appreciated.

Thanks, Mike

mcinquino avatar Feb 19 '19 16:02 mcinquino