Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hello! I am working with an Ethernet project and I was wondering if it is possible to change the read method of the Ethernet class.
Currently, read will write the up to size bytes into data ( int read(char *data, int size) ) but I want to sent those bytes directly to an 8bit parallel output of the mbed and not store those to an array.
Furthermore, the read method returns the Destination and Source address, Type/Length, Data, Pad, Checksum of the Ethernet packet or only the first three?