I'm using internel J60 driver of PIC18F67J60 and TCP/IP Lite stack.
In source code of J60 driver,
// Note this driver is half duplex because the HW cannot automatically negotiate full-duplex
// If full duplex is desired, both ends of the link must be manually configured.
// the "out of box" experience dictates half duplex mode.
But, By default the source code is initializing to not half duplex mode.
Hmm, If I want to ignore the above-mentioned condition, should I always use half duplex, unlike the default code ?