Sends the input data over the wired LAN as Ethernet data. The maximum length of data is 1514 bytes and the data format is 16-bit, Little Endian.
The data includes the Ethernet header.
@TXE(Send data length)(Data)
No response
=>"@TXE", 0x13, 0x00, Send data length
Data
Ethernet header
0x00, 0x80, 0x4C, 0x00, 0x,00, 0x02, Destination address
0x00, 0x80, 0x4C, 0x00, 0x,00, 0x01, Sender address
0x08, 0x00, Type field
0xAA, 0x55, 0xAA, 0x55, 0xFF Data
Sends 19 bytes of data.