ENC28J60 SMTP
Posted: Mon Feb 01, 2016 8:21 am
Hi
When sending SMTP Email, I need to use a random port number.
The issue I have is that Port 80 is hard coded into the ENC28J60 component in several places.
This causes component too reply with the incorrect port (80) number, causing a TCP failure
Is it possible amend the ENC28J60 to add a parameter for the port number on the macros that use the hard coded port 80?
The user can then just define the port number prior to using the relevant macro.
Port = Random;
or
Port = 80;
Cruzxia
When sending SMTP Email, I need to use a random port number.
The issue I have is that Port 80 is hard coded into the ENC28J60 component in several places.
This causes component too reply with the incorrect port (80) number, causing a TCP failure
Is it possible amend the ENC28J60 to add a parameter for the port number on the macros that use the hard coded port 80?
The user can then just define the port number prior to using the relevant macro.
Port = Random;
or
Port = 80;
Cruzxia