Rick:
If you want to do that, try things in the following order:
- set the loop back
- send the buffer to Tx (this buffer repeats)
- start reading Rx (read 2x the Tx buffer, since you will not know where the Tx starts/stops)
That's it.
Make sense?