Hi @AbnerWang,
I am new to Ethernet and if I want to use ethernet to send command from PC just like RS232 what changes should I do in the enet_txrx_transfer project? I see in the code that MAC address
#define MAC_ADDRESS \
{ \
0x54, 0x27, 0x8d, 0x00, 0x00, 0x00 \
}
is assigned to the device. So if from my PC if I want to send command to this address and read back the response from the device, how do I implement it? Can I use Teraterm or other free utilities?
Your help on this is much appreciated.
Thanks.