This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

C6748 sysbios gio and psp3

Other Parts Discussed in Thread: SYSBIOS

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 ????

  • Hi Garcin,

    It is not possible to have different timeout values for each GIO_read(...) call. This is because, timeout can be set only during GIO_create(...). This is a limitation of the GIO layer. For more information, please refer the BIOS Userguide placed in the top level docs folder of the BIOS package.  

    Best Regards,

    Raghavendra