Hello experts,
I would like add next item into telnet command list.
I would like avoid to rebuild NDK library and so I used a own console with a call the original functions of NDK.
In example "client_evmc6678l" I changed settings from &OpenConsole to &MyOpenConsole. I copied ...\ti\ndk_2_21_02_43\packages\ti\ndk\tools\console\console.c into client project and I deleted from this file all functions except OpenConsole() and console(). I changed names of this functions to MyOpenConsole() and myconsole().
After this changes and translation I started the modificated example in Core0 (evmc6678). Telnet connection was establish, but program does not write any messages to client console. ConPrintf() is returning size of message but do not execute sending message to client.
Do you have any idea how to solve this problem.
David