Hello,
Where can i find an example which explain how to receive a variable length string with an uart ?
I use sysbios 6.33.04.39 and psp 3. With older package i use a variable time out mechanism : wait for 5 caracters until BIOS_WAIT_FOREVER, and then, wait for 50 caracters until 100ms (return to BIOS_WAIT_FOREVER when all is receive), it's not very nice, but it works, and now, the timeout parameter disappear from the GIO_read function, so ????