njh / EtherCard

EtherCard is an IPv4 driver for the ENC28J60 chip, compatible with Arduino IDE
https://www.aelius.com/njh/ethercard/
GNU General Public License v2.0
1.03k stars 455 forks source link

Is there any way to use other serial port for ether.printIp()? #421

Open jrubencr opened 3 years ago

jrubencr commented 3 years ago

Hi. I am using a STM32F411CEU6, and i have a board with a ENC28J60. I am using Serial2(PA3, PA2) for debugging, and it would be great if i could use ether.printIp() in this Serial Port and not in the Serial0(PA10, PA9).