Tool/software:
Hello,
We are developing using SDK 8.6, implementing Ethernet-based Telnet functionality on R5F under FreeRTOS. Currently, there's an issue: during implementation, when the Ethernet connection is successfully established, the system uses the printf
function to send data over Ethernet. How can this printf
be mapped to the Ethernet interface? Additionally, when the Ethernet connection is disconnected, printf
should revert to printing via the serial port.
Is such functionality achievable?Is it feasible to directly use printf
as previously implemented on other platforms in the current environment?