I find much easier sending formatted texts with SYS_PRINT() than using SYS_CONSOLE_Write() that requires the check of the flag appData.wrComplete to be sure not to overflow the transmit buffer and to format the string before calling the function. Is there..
↧